Fernando Pazos Milberg
Posts: 0
Joined: Fri May 22, 2015 2:42 pm

Users geocoding

I am trying to do the Building a geocoding app with Appery.io database and server code tutorial and in the part of testing the server code, I get this response:
{
"results":[

Code: Select all

 ] 

}

and this in the server code trace tab:
{ status: 200, headers: { 'X-Frame-Options': [ 'SAMEORIGIN' ], 'Transfer-Encoding': [ 'chunked' ], Vary: [ 'Accept-Language,Accept-Encoding' ], 'Access-Control-Allow-Origin': [ '*' ], Date: [ 'Fri, 22 May 2015 14:34:19 GMT' ], 'X-XSS-Protection': [ '1; mode=block' ], Expires: [ 'Sat, 23 May 2015 14:34:19 GMT' ], 'Alternate-Protocol': [ '443:quic,p=1' ], 'Accept-Ranges': [ 'none' ], 'Content-Type': [ 'application/json; charset=UTF-8' ], Server: [ 'mafe' ], 'Cache-Control': [ 'public, max-age=86400' ] }, body: '{\n "results" : [\n {\n "address_components" : [\n {\n "long_name" : "902",\n "short_name" : "902",\n "types" : [ "street_number" ]\n },\n {\n "long_name" : "Blyth Road",\n "short_name" : "Blyth Rd",\n "types" : [ "route" ]\n },\n {\n "long_name" : "Victoria",\n "short_name" : "Victoria",\n "types" : [ "locality", "political" ]\n },\n {\n "long_name" : "Victoria County",\n "short_name" : "Victoria County",\n "types" : [ "administrative_area_level_2", "political" ]\n },\n {\n "long_name" : "Texas",\n "short_name" : "TX",\n "types" : [ "administrative_area_level_1", "political" ]\n },\n {\n "long_name" : "United States",\n "short_name" : "US",\n "types" : [ "country", "political" ]\n },\n {\n "long_name" : "77904",\n "short_name" : "77904",\n "types" : [ "postal_code" ]\n },\n {\n "long_name" : "2741",\n "short_name" : "2741",\n "types" : [ "postal_code_suffix" ]\n }\n ],\n "formatted_address" : "902 Blyth Road, Victoria, TX 77904, USA",\n "geometry" : {\n "location" : {\n "lat" : 28.88725,\n "lng" : -97.005145\n },\n "location_type" : "ROOFTOP",\n "viewport" : {\n "northeast" : {\n "lat" : 28.8885989802915,\n "lng" : -97.00379601970849\n },\n "southwest" : {\n "lat" : 28.8859010197085,\n "lng" : -97.00649398029151\n }\n }\n },\n "place_id" : "ChIJIWEJduBdQoYR1cv_DdHXVX4",\n "types" : [ "street_address" ]\n }\n ],\n "status" : "OK"\n}\n' }

What am I doing wrong?

Thanks.

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

Users geocoding

Hello Fernando,

I see you got current response. What problem do you have?

Fernando Pazos Milberg
Posts: 0
Joined: Fri May 22, 2015 2:42 pm

Users geocoding

I get that response instead of the one I should receive, the one that appears in the tutorial. So I don't know what to do in order to continue.

Thanks

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

Users geocoding

Hi Fernando -

We already working on similar issues and we'll check it here also.

Thanks for pointing this out.

Fernando Pazos Milberg
Posts: 0
Joined: Fri May 22, 2015 2:42 pm

Users geocoding

Thanks.
Please let me know if there are any news.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Users geocoding

Hello Fernando,

Could you please clarify do you still have this issue?

Fernando Pazos Milberg
Posts: 0
Joined: Fri May 22, 2015 2:42 pm

Users geocoding

Hello,

Yes, exactly the same message appears in the trace tab.

Thanks,

Fernando. Image Image

Fernando Pazos Milberg
Posts: 0
Joined: Fri May 22, 2015 2:42 pm

Users geocoding

So, no solution for this issue?

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Users geocoding

Hello Fernando,

Sorry for delay here.
We'll reply as soon as have updates.

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

Users geocoding

Please share (http://devcenter.appery.io/documentat...) your app and servercode with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and provide us with the following information:

1) App name
2) Servercode name
3) Test credentials if login functionality is implemented in your app
4) Detailed steps to reproduce the issue

Return to “Issues”