Replies: 8 comments
-
Something looks fishy in your configuration. The logs reported that your list ids are set to an invalid value. Please share what’s the exact value you’ve set for the |
Beta Was this translation helpful? Give feedback.
-
Thank you. But I'm getting this: |
Beta Was this translation helpful? Give feedback.
-
The last item in your lists secret is invalid - |
Beta Was this translation helpful? Give feedback.
-
Thank you! Finally sorted. I think the \n must have been some accidentally copied formatting |
Beta Was this translation helpful? Give feedback.
-
Added a safeguard for this scenario in the latest release: https://github.com/cecobask/imdb-trakt-sync/releases/tag/v1.1.1 |
Beta Was this translation helpful? Give feedback.
-
I updated the fork yesterday. Do I also need to change some settings / secrets? goroutine 103 [running]: |
Beta Was this translation helpful? Give feedback.
-
Hi @Donostio, it looks like you're not missing any secrets. Please set the |
Beta Was this translation helpful? Give feedback.
-
Thank you, done.
…On Fri, 23 Aug 2024, 10:56 Tsvetoslav Dimov, ***@***.***> wrote:
Hi @Donostio <https://github.com/Donostio>, it looks like you're not
missing any secrets. Please set the IMDB_TRACE repository secret to true,
so I can get more details.
—
Reply to this email directly, view it on GitHub
<#58 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE35SWKT6HWULSABB7ZYUO3ZS4BOXAVCNFSM6AAAAABLWV4HSWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANBSHA3TEMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
##[debug]Starting: Sync
##[debug]Loading inputs
##[debug]Loading env
Run make sync
##[debug]/usr/bin/bash -e /home/runner/work/_temp/2be9a39f-ea9a-46e6-8a5f-c7a172689da4.sh
{"time":"2024-07-30T15:52:55.395438472Z","level":"INFO","source":{"function":"github.com/cecobask/imdb-trakt-sync/pkg/client.NewIMDbClient","file":"/home/runner/work/imdb-trakt-sync/imdb-trakt-sync/pkg/client/imdb.go","line":64},"msg":"launched new browser instance","url":"ws://127.0.0.1:37815/devtools/browser/d56f0db1-6d05-4e07-b16c-55d3eb3378d3","headless":true,"trace":false}
{"time":"2024-07-30T15:53:13.066317729Z","level":"INFO","source":{"function":"github.com/cecobask/imdb-trakt-sync/pkg/client.(*IMDbClient).hydrate","file":"/home/runner/work/imdb-trakt-sync/imdb-trakt-sync/pkg/client/imdb.go","line":197},"msg":"hydrated imdb client","username":"shearin-gary","userID":"ur31184890","watchlistID":"ls008299431","lists":[" ***\n"]}
Error: error creating syncer: failure initialising trakt client: failure hydrating client: failure generating auth codes: http request POST https://api.trakt.tv/oauth/device/code returned status code 500: unexpected status code 500
make: *** [Makefile:10: sync] Error 1
Error: Process completed with exit code 2.
##[debug]Finishing: Sync
Beta Was this translation helpful? Give feedback.
All reactions