Closed mrtumnus closed 4 years ago
This patch appears to fix #270. I have tested on my personal Plex installation.
How do I get the update for 271?
How do I get the update for 271?
You can either wait for the author to accept my pull request, or you can use my forked version of the project: https://github.com/mrtumnus/plexupdate
Your fix worked for me
The current regex expression for matching the Plex token within Preferences.xml is restricted to alphanumeric characters only. At some point, this must have changed, because my current token contains dashes, and I have seen web tokens contain underscores. These have been added to the expression to correctly match the entire token.