-
Notifications
You must be signed in to change notification settings - Fork 106
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
New device notification #774
Comments
Related to #168, #200, pkkid/python-plexapi#620,706. |
where is that? screenshot? version of plex? |
what are those related issues/pull requests? I see no relation to this at all. where or how or why you took those arbitrary items to be listed here? |
The notification arrives on the users' mobile phone from Plex company whenever new client identifier is used for any access with the same token. Re mentions: it looks like headers could impact history or cause duplicit processing. 706 is from plexapi (edited above). |
706 is still unclear what, use urls to be crystal clear. and if you out URLs to own line with preceding dash (list item), github includes title for them. The only change this project does is to use an identifiable device: so, in the future (still nothing implemented) are able to determine that the watch record was filled b this app, not the actual player. if anything, it should have made changes better, not worse. ps: maybe you want to link to commits or code lines instead of the tickets? |
Can you send pull request with a fix? |
this should be fixed in plexapi i think, plexapi/init.py uses randomizer per session: here : uuid.getnode will return the same value for every call wthinin a single run of your app. If it has to defer to the random algorithm, then you will get a different value when you start a new instance of your app. |
Send a pull request for improvement if this is an issue. |
The problem
the script triggers "New device" Plex notification on every run:
Error trace
Expected behavior
Identify as the same client each time
Steps to reproduce the behavior
Run the configured script
Inspect of problematic items
No response
Workarounds
add
plexapi.BASE_HEADERS['X-Plex-Client-Identifier'] = "PlexTraktSync"
recommended by Plex employee - that made the notification diseappearInstall method
pip
Version
0.18
Python Version
3.7
Operating System and Version
Linux
The text was updated successfully, but these errors were encountered: