-
Notifications
You must be signed in to change notification settings - Fork 35
syntax error in JSON when using adafruit_io for fetching data from AIO #37
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
This issue may be related to #39, looking into this in a bit... |
Getting similar error from Worldtimeapi, instead of AIO ... Originally had this error report Retrieving data...Traceback (most recent call last): My source code was posted with MagTag Project Issue #23 ... Backed down to 6.1.0 release & only get syntax error on startup occasionally |
@akbykraz The issue you linked is for a CoC update, do you have another link? |
Sorry ... Link was suppose to be pointing to the MagTag Project Selector (#23) which |
@axelmagnus Can we close this issue? It's from circuit python 6.0 and has likely long since been resolved. |
fine with me! thanks! |
Uh oh!
There was an error while loading. Please reload this page.
Well, i was recommended by Brent to file this here as well.
Im tryin to display my AIO data on a pyportal.
Adafruit PyPortal with samd51j20
adafruit-circuitpython-bundle-6.x-mpy-20200925
also tried request v 1.6.0.
Please see
https://forums.adafruit.com/viewtopic.php?f=56&t=170049&p=831555
for code and experiences. (i cant get the formatting to work)
Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output:
Retrieving new Adafruit IO feed...
Socket missing recv_into. Using more memory to be compatible
Traceback (most recent call last):
File "code.py", line 56, in
File "adafruit_io/adafruit_io.py", line 583, in receive_all_data
File "adafruit_io/adafruit_io.py", line 539, in _get
File "adafruit_requests.py", line 343, in json
File "adafruit_requests.py", line 339, in json
ValueError: syntax error in JSON
The text was updated successfully, but these errors were encountered: