-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
TypeError: the JSON object must be str, bytes or bytearray, not NoneType #148
Comments
Hmm to debug need to understand what is wrong with the data you are trying to access. You can see the queries being run in https://github.com/robmarkcole/HASS-data-detective/blob/master/detective/core.py so try and debug where this error is coming from |
Hi, I started the core.py in jupyter lab (right?) and get this:
|
I am having the exact same issue. |
I have the same problem. Also the |
Wow, thanks! I just substituted all the occurrences of |
Hi there,
my first run of GETTING_Started Notebook brings errors:
db = detective.db_from_hass_config()
Successfully connected to database mysql://homeassistant:[email protected]:3306/homeassistant?charset-utf8mb4 There are 381 entities with data
Okay, then start Sequence Popular entities and the error occures:
How can i solve it?
BR
The text was updated successfully, but these errors were encountered: