Page 1 of 1
Mobile Weather App not working
Posted: Tue Mar 03, 2015 4:34 pm
by Joel Goldsmith
The app (http://devcenter.appery.io/tutorials/...) runs and doesn't give me an error, but after the 'wait' icon is done spinning, there are no results. Seems like I did everything per the tutorial. Two things I see might be the problem. (1) in the tutorial, you mention the Proxy ID and save copy it - you'll need it later. I didn't see where it is used later. (2) in the getWeather service, the default value for the 'key' parameter is {WeatherKey} just like that with curly braces. Is that correct?
Mobile Weather App not working
Posted: Tue Mar 03, 2015 5:51 pm
by Evgene Karachevtsev
Hello Joel,
Could you please check your app now? There was some issue with proxy, should be fine now.
Mobile Weather App not working
Posted: Tue Mar 03, 2015 7:25 pm
by Joel Goldsmith
Mobile Weather App not working
Posted: Sun Mar 15, 2015 11:46 pm
by Marco Dias
Hi,
I have the exact same problem, it doesn't display anything. When I test the service in my app, it returns result, but when I try my app, it doesn't display anything. Is it a temporary proxy problem too ?
Any help ?
Mobile Weather App not working
Posted: Mon Mar 16, 2015 11:26 am
by Egor Kotov6832188
Hello everyone,
have you tested service after you finished it like in http://devcenter.appery.io/tutorials/... #8 ?
Have you received response like in tutorial ?
Mobile Weather App not working
Posted: Mon Mar 16, 2015 1:00 pm
by Marco Dias
Yes, the app is sometimes working, sometimes I have an undefined for the temperature, sometimes it displays the info. Don't understand why it works 50% of the time.
Mobile Weather App not working
Posted: Mon Mar 16, 2015 4:50 pm
by Joel Goldsmith
Egor, yes the service tests fine, but I get an 'undefined' error when I test the app. any suggestions?
Mobile Weather App not working
Posted: Mon Mar 16, 2015 4:52 pm
by Joel Goldsmith
Note: I had the problem a couple of weeks ago (see above) but it was fixed after the issue with the proxy per Evgene above. Now it's not working again.
Mobile Weather App not working
Posted: Wed Mar 18, 2015 4:18 am
by Yurii Orishchuk
Hi Joel,
Please open browser debugger on the "network" tab.
Then run "whether" service.
And find service request in network tab.
Then make screen shots where we can see:
All request headers.
All request parameters.
All response.
Thanks.