Bruce Stuart
Posts: 0
Joined: Fri Oct 24, 2014 4:42 am

Map Initialization Error

Good morning,

When my code attempts to initialize a map - and the map is still forming - I believe in the appery core code - you are displaying an image for map not initialized - which has been working up until recently.

Recently - this error appears:

GET http://assets1.geocommons.com/d51ab13... net::ERR_NAME_NOT_RESOLVED

Can this be fixed somehow? If so - How?

best,
bruce

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Map Initialization Error

Hi Bruce -

Thanks for letting us know about this. Can we ask you to provide us with an example where we can test this?

Bruce Stuart
Posts: 0
Joined: Fri Oct 24, 2014 4:42 am

Map Initialization Error

Illya - yes - this defect actually stops execution.

I can share my app with support - here is the link (and it has been shared)

http://appery.io/app/project/0525c7de...

Login credentials are (Select User ID, login by email)
bstuart3772 (UID)
codehead (password)

Select - cancel when first page of app comes up - it navigates you to the menu.
Open a debug window - have console log visible
From the menu select contact us
Observe the error in the console - and execution stops due to the error.

Best,

Bruce

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Map Initialization Error

Hello Bruce,

I have reported it as an Appery.io bug. Nothing serious, this is just a link to the image, which will be shown if the google map doesn't load. You can fix it as it is described by Yurii: https://getsatisfaction.com/apperyio/...

Bruce Buttles
Posts: 0
Joined: Tue Oct 20, 2015 7:44 pm

Map Initialization Error

Hi, this is a different "Bruce" ... Bruce Buttles.
I am having the same issue with the bad http://assets1.geocommons.com image tag.

Here is the HTML snip that is generated by Appery.io platform.
Notice the bad img tag ... how do I get rid of that.

NOTE: It is causing inconsistent load on some desktop and mobile browsers.

code
<!-- google_map -->
<div id="startScreen_google_map" dsid="google_map" name="google_map" data-role="appery_googlemap"
tiggzitype="object" apperytype="object" class='fullScreenGMaps startScreen_google_map'
style='width:100%;' backgroundColor="#990000" src="' '">

Code: Select all

                                     <img class='fullScreenGMaps  startScreen_google_map' src="http:&#47;&#47;assets1&#46;geocommons&#46;com/d51ab1366bec6a2c4954db979e5921bd4cc140db/images/no_preview_map&#46;png?1311276822" 
                                     /> 
                                 <> 

/code

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Map Initialization Error

Hi Bruce Buttles -

Thank you for reaching us -- we aware of this issue and working to fix this as soon as possible.

RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

Map Initialization Error

Sergiy - actually for me it is serious: it stops the program right at the beginning.

Bruce Stuart
Posts: 0
Joined: Fri Oct 24, 2014 4:42 am

Map Initialization Error

Any way to trap and handle this issue at startup gracefully the. With try { } and catch(e) {} ??

RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

Map Initialization Error

Hi Bruce... I'm curious: did your problem start relatively recently? In my case I had no problem before a couple of days ago, and I'm wondering if a recent Appery change did the evil deed. I really don't want to start with source code changes which screws up subsequent GUI work.

Bruce Buttles
Posts: 0
Joined: Tue Oct 20, 2015 7:44 pm

Map Initialization Error

It's been like this for me for about 2 or 3 weeks...

Return to “Issues”