-
Notifications
You must be signed in to change notification settings - Fork 367
Would like to add alerts #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi Roger |
Hello Daniel, // 20160530145454 { Your program crashes at the field “message” From: squix78 Hi Roger — |
Hi Roger |
Hi Daniel, I have the same issue, I have extended the parser too... As example here an response from Germany which have more than one alert: { |
Hi Daniel, From: squix78 Hi Roger — |
I released a new version of the json-streaming-parser library. Can you update your local copy and make sure that you have version 1.0.3? Then please let me know if it fixes your issues... |
I just installed version 1.0.3 but unfortunately it did not fix the problem. The ESP8266 still crashes when it tries to load a large field into a 512 byte buffer. From: squix78 I released a new version of the json-streaming-parser library. Can you update your local copy and make sure that you have version 1.0.3? Then please let me know if it fixes your issues... — |
Do you see an Exception when the ESP crashes? Can you copy here that exception? Or even better would be, if you could do the steps described here: esp8266/Arduino#869 (comment) I am getting the ESP to crash with a big local json object but I am not sure if that is the same problem... |
There were some parsing problems for json containing unicode characters. I think they have been fixed. After the fix the json posted by @SCKStef could now be parsed, before it miserably crashed. Would you mind updating the json-streaming-parser library to 1.0.4 and test if you now can succesfuly read the alert json object? |
Yes json-streaming-parser ver 1.04 fixes the problem. Thank you. From: Daniel Eichhorn There were some parsing problems for json containing unicode characters. I think they have been fixed. After the fix the json posted by @SCKStef could now be parsed, before it miserably crashed. Would you mind updating the json-streaming-parser library to 1.0.4 and test if you now can succesfuly read the alert json object? — |
The weather station works fine for me
HOWEVER
I would like to add 'alerts' because i would like to add an alarm when there is bad weather nearby. I added alerts and it started to load but crashed when it got to the field "message". Perhaps because it is too large.
Can you help?
Oldmicroguy
The text was updated successfully, but these errors were encountered: