-
-
Notifications
You must be signed in to change notification settings - Fork 296
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
Jellyseer will log into the wrong account after a first login with plex is done #1227
Comments
Could you post the logs when you see when you login as the second user that gets logged in as the previous/wrong user |
Logs 1.9.4: Logs 2.2.3: |
Updated logs when I got the error "Access denied." |
same Issues here. also unable to connect to my plex anymore? about to rebuild just to see if it will work fresh. |
rebuilt it, new config, same issue |
@svenEsven this is a confirmed issue. You'll either have to use 1.9.2 or wait for the fix. Or use overseerr |
This commit addresses an issue where cached responses for PlexTV API requests could return incorrect user data when multiple users were logged in. This was caused by a shared cache key that did not account for differences in auth tokens, i.e `X-Plex-Token`. The `serializeCacheKey` method should now include headers in the cache key generation to ensure unique cache keys. This should fix the plex user mismatch that occurred due to the same cache key being used without accounting for the difference in auth token. fix #1227
* fix: resolve plex user mismatch due to caching issues This commit addresses an issue where cached responses for PlexTV API requests could return incorrect user data when multiple users were logged in. This was caused by a shared cache key that did not account for differences in auth tokens, i.e `X-Plex-Token`. The `serializeCacheKey` method should now include headers in the cache key generation to ensure unique cache keys. This should fix the plex user mismatch that occurred due to the same cache key being used without accounting for the difference in auth token. fix #1227 * fix: adds the default params and optional params, add the headers in all methods * refactor: apply review commits and rename params to options in cachekey
🎉 This issue has been resolved in version 2.3.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Description
You get logged into the wrong account using Plex accounts
Version
2.2.3
Steps to Reproduce
Log into another account:
Access Denied Error:
Screenshots
Logs
https://discord.com/channels/952656177924300932/952656177924300935/1325586287146831922
https://discord.com/channels/952656177924300932/952656177924300935/1325511600286990367
https://discord.com/channels/952656177924300932/952656177924300935/1325498349742456842
https://discord.com/channels/952656177924300932/952656177924300935/1325497521203843082
https://discord.com/channels/952656177924300932/952656177924300935/1325496852467945504
Platform
desktop
Database
SQLite (default)
Device
PC & Android
Operating System
W11 & andorid
Browser
Edge & Chrome
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: