Plex stopped working.
See original GitHub issueSeems like the new updated of Plex stopped it from working (again).
I’ve tried to debug it in Chrome, and it recognizes the song playing correctly, but clicking on the pause play buttons in the extension popup only results in a Console error:
PlexController.js:1 STREAMKEYS-ERROR: Element not found for mousedown. i[class^=plex-icon-player-next-]
b.exports @ PlexController.js:1
d.hasOwnProperty.c.(anonymous function) @ PlexController.js:1
click @ PlexController.js:1
c.playNext @ PlexController.js:1
c.doRequest @ PlexController.js:1
EventImpl.dispatchToListener @ VM73032 extensions::event_bindings:403
publicClassPrototype.(anonymous function) @ VM73038 extensions::utils:138
EventImpl.dispatch_ @ VM73032 extensions::event_bindings:387
EventImpl.dispatch @ VM73032 extensions::event_bindings:409
publicClassPrototype.(anonymous function) @ VM73038 extensions::utils:138
messageListener @ VM73039 extensions::messaging:240
EventImpl.dispatchToListener @ VM73032 extensions::event_bindings:403
publicClassPrototype.(anonymous function) @ VM73038 extensions::utils:138
EventImpl.dispatch_ @ VM73032 extensions::event_bindings:387
EventImpl.dispatch @ VM73032 extensions::event_bindings:409
publicClassPrototype.(anonymous function) @ VM73038 extensions::utils:138
dispatchOnMessage @ VM73039 extensions::messaging:392
PlexController.js:1 STREAMKEYS-ERROR: Element not found for mouseup. i[class^=plex-icon-player-next-]
I’ve updated the Plex Web Player to version: Version 3.85.2
(The keystrokes are working (Google Play Music, etc. still works).)
Not sure what changed. Focus is not the issue and all my aliases are correct.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Why can't the Plex app find or connect to my Plex Media Server?
General Troubleshooting · Ensure you have the current version of Plex Media Server installed · Ensure that Plex Media Server is actually actively ......
Read more >Plex not working anymore on your smart TV? This might be why
If Plex recently stopped working on your smart TV, it could be due to an expired security certificate. Here's how to can fix...
Read more >Plex down? Current problems and outages - Downdetector
Real-time problems and outages for Plex. Video streaming not working? Can't log in? Here you see what is going on.
Read more >Plex Not Connecting to Server? How to Fix? - SenseMother
Step #1: Check if Your Plex Client is Up-to-Date.
Read more >Plex Media Server Stops Working - Reddit
A workaround is nice and all by restarting the server or Plex through a script but this is only a bandaid on a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve checked out the project and built it locally. I’ve applied the change (which I notice was the same non-class-based selection as originally used) and can confirm it is working for me locally.
Thanks @timdorr , It would really be cool of StreamKeys had a ‘custom’ site where I would have been able to just paste the relevant JS functions to test with (copied from the Plex plugin in the repository for instance).
I hacked the extension in the UserData to try a few things, but it was cumbersome and I was not able to get it to work regardless… it was fun trying, but my web coding ability is not my strongest suit.