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
Traceback (most recent call last):
File "/app/douban_movie_download.py", line 65, in
downloader.start()
File "/app/src/movie/downloader.py", line 41, in start
self.search_and_download(
File "/app/src/movie/downloader.py", line 82, in search_and_download
exist = self.radarr.exist_movie(imdb)
File "/app/src/radarr/utils.py", line 27, in exist_movie
allMovieList = self.search_all_local_movie()
File "/app/src/radarr/utils.py", line 24, in search_all_local_movie
return json.loads(r)
File "/usr/local/lib/python3.8/json/init.py", line 341, in loads
raise TypeError(f'the JSON object must be str, bytes or bytearray, '
TypeError: the JSON object must be str, bytes or bytearray, not NoneType
这是错误代码。。
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/app/douban_movie_download.py", line 65, in
downloader.start()
File "/app/src/movie/downloader.py", line 41, in start
self.search_and_download(
File "/app/src/movie/downloader.py", line 82, in search_and_download
exist = self.radarr.exist_movie(imdb)
File "/app/src/radarr/utils.py", line 27, in exist_movie
allMovieList = self.search_all_local_movie()
File "/app/src/radarr/utils.py", line 24, in search_all_local_movie
return json.loads(r)
File "/usr/local/lib/python3.8/json/init.py", line 341, in loads
raise TypeError(f'the JSON object must be str, bytes or bytearray, '
TypeError: the JSON object must be str, bytes or bytearray, not NoneType
这是错误代码。。
The text was updated successfully, but these errors were encountered: