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
An error occurred while running the script.
Please submit the error to GitHub with the following information:
Traceback (most recent call last):
File "C:\Users\X\AppData\Local\Programs\Python\Python312\Lib\site-packages\IMDBTraktSyncer\IMDBTraktSyncer.py", line 123, in main
trakt_watchlist, trakt_ratings, trakt_reviews, watched_content = traktData.getTraktData()
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\X\AppData\Local\Programs\Python\Python312\Lib\site-packages\IMDBTraktSyncer\traktData.py", line 18, in getTraktData
json_data = json.loads(response.text)
^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'text'
Environment
OS: Win10, Uses pip install:yes
Screenshots
No response
The text was updated successfully, but these errors were encountered:
Are you still having this issue? See if you can get more of the error message there might be some details missing here.
This is kind of a generic error that can happen if the Trakt API is down or if your credentials (api keys etc) are incorrect.
RileyXX
changed the title
https://github.com/RileyXX/IMDB-Trakt-Syncer/issues/new?template=bug_report.yml
AttributeError: 'NoneType' object has no attribute 'text'
Jun 16, 2024
Is there already an issue for your problem?
Bug Description
An error occurred while running the script.
Please submit the error to GitHub with the following information:
Traceback (most recent call last):
File "C:\Users\X\AppData\Local\Programs\Python\Python312\Lib\site-packages\IMDBTraktSyncer\IMDBTraktSyncer.py", line 123, in main
trakt_watchlist, trakt_ratings, trakt_reviews, watched_content = traktData.getTraktData()
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\X\AppData\Local\Programs\Python\Python312\Lib\site-packages\IMDBTraktSyncer\traktData.py", line 18, in getTraktData
json_data = json.loads(response.text)
^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'text'
Environment
OS: Win10, Uses pip install:yes
Screenshots
No response
The text was updated successfully, but these errors were encountered: