damienhaynes / TraktRater

TraktRater is a tool written in C# to help users transfer user episode, show and movie user ratings and watchlists from multiple media database sites around the web.
623 stars 36 forks source link

Timeout requesting TMDb auth token #138

Open Iceboy-6 opened 2 years ago

Iceboy-6 commented 2 years ago

Hello, everyone.

I am trying to use TraktRater to import my TMDb data to Trakt, but without success. There is no pop up at all on my web browser, just a message on TraktRater "Requesting token from TMDb". I managed to import some of my letterboxd data to Trakt, so I think the problem I am facing is on TMDb auth side.

My log for reference:

20210928_122805.log

Thanks!

damienhaynes commented 2 years ago

Hmmm, sounds like it might be a TraktRater app issue. Does your default browser launch at all?

damienhaynes commented 2 years ago

If the browser does not automatically launch on your end, you start the request process again, then from your log file, grab the URL (something like http://api.themoviedb.org/3/authentication/token/new?api_key=xxx), and manual browse to URL.

I can enhance this process to put this information in the dialog in case browser does not automatically launch.