You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SyntaxError: Unexpected token F in JSON at position 0
at JSON.parse (<anonymous>)
at Request._callback (/node_modules/forecast.io/index.js:79:19)
I guess thats from 403 or something, but the app crashes.
Can you put try catch in JSON.parse so it doesnt crash the app.
There is a fix from @danschumann in a pull request or you can just copy paste that 3 lines
The text was updated successfully, but these errors were encountered:
ashevch
pushed a commit
to ashevch/forecast.io
that referenced
this issue
Apr 26, 2017
I guess thats from 403 or something, but the app crashes.
Can you put try catch in JSON.parse so it doesnt crash the app.
There is a fix from @danschumann in a pull request or you can just copy paste that 3 lines
The text was updated successfully, but these errors were encountered: