Joel Goldsmith
Posts: 0
Joined: Mon Aug 25, 2014 9:09 pm

Mobile Weather App not working

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?

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

Mobile Weather App not working

Hello Joel,

Could you please check your app now? There was some issue with proxy, should be fine now.

Joel Goldsmith
Posts: 0
Joined: Mon Aug 25, 2014 9:09 pm

Mobile Weather App not working

Works. Thanks.

Marco Dias
Posts: 0
Joined: Sun Mar 15, 2015 11:46 pm

Mobile Weather App not working

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 ?

Egor Kotov6832188
Posts: 0
Joined: Wed Nov 19, 2014 5:15 pm

Mobile Weather App not working

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 ?

Marco Dias
Posts: 0
Joined: Sun Mar 15, 2015 11:46 pm

Mobile Weather App not working

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.

Joel Goldsmith
Posts: 0
Joined: Mon Aug 25, 2014 9:09 pm

Mobile Weather App not working

Egor, yes the service tests fine, but I get an 'undefined' error when I test the app. any suggestions?

Joel Goldsmith
Posts: 0
Joined: Mon Aug 25, 2014 9:09 pm

Mobile Weather App not working

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.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Mobile Weather App not working

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:

  1. All request headers.

  2. All request parameters.

  3. All response.

    Thanks.

Return to “Issues”