-
Notifications
You must be signed in to change notification settings - Fork 52
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
Can't extract or decode #28
Comments
same here... |
This for me appeared to be an issue with the Json in jsonIrCode... on inspection the json wasn't complete. I went back to the app, shared the info again, grabbed the file and all's working. |
I am getting this error while trying to get the code, it works before but not now anymore. Cant seems to understand whats the error code means, need some help here.
Here is the error Im getting
Traceback (most recent call last): File "getBroadlinkSharedData.py", line 65, in <module> jsonIrCodeData = json.loads(jsonIrCode) File "/home/ubuntu/.local/lib/python2.7/site-packages/simplejson/__init__.py", line 518, in loads return _default_decoder.decode(s) File "/home/ubuntu/.local/lib/python2.7/site-packages/simplejson/decoder.py", line 370, in decode obj, end = self.raw_decode(s) File "/home/ubuntu/.local/lib/python2.7/site-packages/simplejson/decoder.py", line 400, in raw_decode return self.scan_once(s, idx=_w(s, idx).end()) simplejson.errors.JSONDecodeError: Expecting ',' delimiter or ']': line 1 column 16235 (char 16234)
The text was updated successfully, but these errors were encountered: