Page 1 of 1

Users geocoding

Posted: Fri May 22, 2015 2:42 pm
by Fernando Pazos Milberg

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.


Users geocoding

Posted: Mon May 25, 2015 6:59 am
by Serhii Kulibaba

Hello Fernando,

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


Users geocoding

Posted: Mon May 25, 2015 8:02 pm
by Fernando Pazos Milberg

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


Users geocoding

Posted: Mon May 25, 2015 8:24 pm
by Illya Stepanov

Hi Fernando -

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

Thanks for pointing this out.


Users geocoding

Posted: Mon May 25, 2015 11:19 pm
by Fernando Pazos Milberg

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


Users geocoding

Posted: Tue May 26, 2015 3:12 pm
by Evgene Karachevtsev

Hello Fernando,

Could you please clarify do you still have this issue?


Users geocoding

Posted: Thu May 28, 2015 6:06 pm
by Fernando Pazos Milberg

Hello,

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

Thanks,

Fernando. Image Image


Users geocoding

Posted: Wed Jun 03, 2015 6:09 pm
by Fernando Pazos Milberg

So, no solution for this issue?


Users geocoding

Posted: Thu Jun 04, 2015 5:33 am
by Alena Prykhodko

Hello Fernando,

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


Users geocoding

Posted: Wed Jun 10, 2015 2:00 pm
by Serhii Kulibaba

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