Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't connect with TMDB #162

Open
ptichalouf opened this issue Nov 25, 2024 · 2 comments
Open

can't connect with TMDB #162

ptichalouf opened this issue Nov 25, 2024 · 2 comments

Comments

@ptichalouf
Copy link

no link when i need to connect with TMDB on latest beta 6

@Phelra
Copy link

Phelra commented Nov 25, 2024

Hello ! 😁 this has been a general problem for a few weeks, probably due to changes in the tmdb API.

If you want to solve the problem on your side until someone applies a patch. You need to replace in src/lib/apis/tmdb/tmdb-api.ts and go to the getConnectAccountLink function and replace it with this :

	getConnectAccountLink = () =>
		this.getClient4()
	?.POST('/4/auth/request_token', {
		body: {
			// @ts-ignore
			redirect_to: 'https://www.themoviedb.org/'
		}
	})
			.then((res) => res.data);

@ptichalouf
Copy link
Author

could you push the fix ? or could you send the instruction please i'm on unraid and connect with the console to the container but can't find the files you talk about. thanks for your time :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants