custom-components / sensor.trakt

📺 Trakt Integration for Upcoming Media Card
https://trakt.tv/
MIT License
61 stars 14 forks source link

Missing State Parameter #71

Closed aliekiddo closed 5 months ago

aliekiddo commented 1 year ago

I've setup the app with Redirect URL as http://192.168.1.2:8123/auth/external/callback

I've restarted HA but all I'm getting when I authorise the app is a page that says 'Missing state parameter'

When I add the integration, add in the client ID and client secret I get a page that says:

OAUTH ERROR The requested redirect uri is malformed or doesn't match client redirect URI.

LEdiodes commented 1 year ago

Try setting the redirect URL to;

https://my.home-assistant.io/redirect/oauth

That should work for you

skank01 commented 11 months ago

Try setting the redirect URL to;

https://my.home-assistant.io/redirect/oauth

That fixed it, thx !!

poudenes commented 10 months ago

Have same issue:

Core: 2024.1.2 Supervisor: 2023.12.0 Operating System: 11.4 Frontend: 20240104.0

Followed the rules and after reading this issue I used : https://my.home-assistant.io/redirect/oauth and worked.

Maybe you gave to update the information?