EasyWeather icon indicating copy to clipboard operation
EasyWeather copied to clipboard

json parse error

Open croccio opened this issue 9 years ago • 3 comments

java.lang.IllegalStateException: Expected a string but was BEGIN_OBJECT at line 1 column 377 path $.rain

"rain" should be an object, not a string

croccio avatar Sep 16 '16 08:09 croccio

Hey @croccio let me check the Api again and get back to you. Will try to fix it asap. Thanks :)

code-crusher avatar Sep 16 '16 09:09 code-crusher

here the response

{"coord":{"lon":12.49,"lat":41.9},"weather":[{"id":502,"main":"Rain","description":"heavy intensity rain","icon":"10d"},{"id":202,"main":"Thunderstorm","description":"thunderstorm with heavy rain","icon":"11d"}],"base":"stations","main":{"temp":292.62,"pressure":1019,"humidity":94,"temp_min":290.93,"temp_max":294.15},"visibility":2500,"wind":{"speed":6.2,"deg":160},"rain":{"1h":9.18},"clouds":{"all":90},"dt":1474014483,"sys":{"type":1,"id":5848,"message":0.0286,"country":"IT","sunrise":1474001510,"sunset":1474046203},"id":6545158,"name":"Trevi","cod":20

croccio avatar Sep 16 '16 09:09 croccio

Ah, they have changed the Api. Let me check all the Api's again. Will change the parsing object. Thank you @croccio for this. 😄

code-crusher avatar Sep 16 '16 09:09 code-crusher