Page 1 of 2

Map Initialization Error

Posted: Mon Oct 19, 2015 2:50 pm
by Bruce Stuart

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


Map Initialization Error

Posted: Tue Oct 20, 2015 9:52 am
by Illya Stepanov

Hi Bruce -

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


Map Initialization Error

Posted: Wed Oct 21, 2015 11:12 pm
by Bruce Stuart

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


Map Initialization Error

Posted: Fri Oct 23, 2015 6:41 pm
by Serhii Kulibaba

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/...


Map Initialization Error

Posted: Tue Nov 03, 2015 10:04 pm
by Bruce Buttles

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


Map Initialization Error

Posted: Wed Nov 04, 2015 12:07 pm
by Illya Stepanov

Hi Bruce Buttles -

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


Map Initialization Error

Posted: Fri Nov 13, 2015 3:26 pm
by RobertJay

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


Map Initialization Error

Posted: Fri Nov 13, 2015 3:53 pm
by Bruce Stuart

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


Map Initialization Error

Posted: Fri Nov 13, 2015 3:59 pm
by RobertJay

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.


Map Initialization Error

Posted: Fri Nov 13, 2015 6:40 pm
by Bruce Buttles

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