cecobask / imdb-trakt-sync

Automatic sync from IMDb to Trakt (watchlist, lists, ratings and history) using GitHub actions.
MIT License
91 stars 216 forks source link

Syncing error happening for the last few weeks #63

Closed ashbruh closed 1 month ago

ashbruh commented 1 month ago

Hello, the workflow stopped working a few weeks ago so i synced the repo and made the changes to the secrets and it was running without errors but no lists were being synced to trakt. For the last few weeks, the workflow keeps failing. I’ve attached a picture of the error below. IMG_0934

cecobask commented 1 month ago

Hi @ashbruh, I identified the reason your sync is failing. The application didn't prevent you from entering your watchlist ID into the IMDB_LISTS configuration option. You should enable the SYNC_WATCHLIST option instead of passing your watchlist ID. This in turn caused some weird behaviour while downloading data from IMDb. I've addressed this issue. However, the sync workflow is currently broken (#62) for all users and I'm trying to figure out why.