Choff3 / letterboxd-sync

Scrapes Letterboxd watchlist and adds movies to Plex and Radarr.
MIT License
17 stars 2 forks source link

Getting an error when running in Docker Desktop. #9

Open Bravry opened 6 months ago

Bravry commented 6 months ago

Getting an error when running in Docker Desktop. I don't have either of the Radarr variable set for the container but do have all Plex variables set. What should I do?

2024-02-24 03:25:20 Traceback (most recent call last): 2024-02-24 03:25:20 File "/usr/src/app/./main.py", line 32, in 2024-02-24 03:25:20 main() 2024-02-24 03:25:20 File "/usr/src/app/./main.py", line 18, in main 2024-02-24 03:25:20 radarr_films = plex_watchlist_add(films,plex_host,plex_token) 2024-02-24 03:25:20 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-02-24 03:25:20 File "/usr/src/app/plex_watchlist.py", line 13, in plex_watchlist_add 2024-02-24 03:25:20 for film in letterboxdFilms: 2024-02-24 03:25:20 TypeError: 'NoneType' object is not iterable