cecobask / imdb-trakt-sync

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

Sync is failing #28

Closed gadelkareem closed 8 months ago

gadelkareem commented 8 months ago
go build -o build/its main.go
./build/its sync
Error: error creating syncer: failure hydrating trakt client: failure generating auth codes: http request POST https://api.trakt.tv/oauth/device/code returned status code 401: unexpected status code 401
make: *** [Makefile:7: sync] Error 1
Error: Process completed with exit code 2.

I see it in your actions log too

phyesix commented 8 months ago

Screenshot 2024-03-27 at 07 58 44

The problem persists even though I changed the key a bit ago.

cecobask commented 8 months ago

Hi folks, sorry this is happening to you! I’m currently on a holiday and I won’t be available to investigate the issue until I’m back. Feel free to poke around if you’re interested in fixing it in the meantime.

victorguizien commented 8 months ago

Update the code and secrets with latest pull and getting this error as of today:

image

danilvalov commented 8 months ago

The same problem