Open matke-84 opened 2 years ago
It also throws out this error.
2022-06-11 21:59:10.257 T:12840 ERROR <general>: Exception in thread
2022-06-11 21:59:10.257 T:12840 ERROR <general>: Cron Thread
2022-06-11 21:59:10.257 T:12840 ERROR <general>: :
2022-06-11 21:59:10.257 T:12840 ERROR <general>: Traceback (most recent call last):
2022-06-11 21:59:10.257 T:12840 ERROR <general>: File "C:\Program Files\Kodi\system\python\Lib\threading.py", line 932, in _bootstrap_inner
2022-06-11 21:59:10.257 T:12840 ERROR <general>:
2022-06-11 21:59:10.258 T:12840 ERROR <general>: self.run()
2022-06-11 21:59:10.258 T:12840 ERROR <general>:
2022-06-11 21:59:10.258 T:12840 ERROR <general>: File "C:\Users\Marko\AppData\Roaming\Kodi\addons\script.extendedinfo\service.py", line 918, in run
2022-06-11 21:59:10.258 T:12840 ERROR <general>:
2022-06-11 21:59:10.258 T:12840 ERROR <general>: library.trakt_refresh_all()
2022-06-11 21:59:10.258 T:12840 ERROR <general>:
2022-06-11 21:59:10.258 T:12840 ERROR <general>: File "C:\Users\Marko\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\library.py", line 1051, in trakt_refresh_all
2022-06-11 21:59:10.259 T:12840 ERROR <general>:
2022-06-11 21:59:10.259 T:12840 ERROR <general>: trakt_collection_shows(cache_days=0.00001)
2022-06-11 21:59:10.259 T:12840 ERROR <general>:
2022-06-11 21:59:10.259 T:12840 ERROR <general>: File "C:\Users\Marko\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\library.py", line 1267, in trakt_collection_shows
2022-06-11 21:59:10.259 T:12840 ERROR <general>:
2022-06-11 21:59:10.259 T:12840 ERROR <general>: for i in response:
2022-06-11 21:59:10.259 T:12840 ERROR <general>:
2022-06-11 21:59:10.260 T:12840 ERROR <general>: TypeError
2022-06-11 21:59:10.260 T:12840 ERROR <general>: :
2022-06-11 21:59:10.260 T:12840 ERROR <general>: 'NoneType' object is not iterable
2022-06-11 21:59:10.260 T:12840 ERROR <general>:
Ok so the SSL error is with a bittly url, so the imdb/trakt json file which is loaded for additional lists. You can provide you own one by adding a different url or file path in the settings.
So if you have issues with the current one you can change it.
The other error is because you have no items in your collection and it triggers an error. I think the newest version I should have accounted for it. But I dont have an empty tv or movie collection so i cant exactly test it. I could maybe add another setting option?
Sometimes they throw out this error.