Yap! 401 (Yet Anothe Plex 401 error)
Hey there,
So, I've been trying to get my Plex integration to work, and I've gone through all the Plex and 401 topics here and in the documentation. But I'm still stuck.
To troubleshoot, I messed around with the URL of the Plex application widget. Initially, it looked like this:
http://xxx.xxx.xxx.xxx:32400/web/index.html#!/
.
Then I read on the wiki that I should remove the trailing slash and index.html
, so I changed it to: http://xxx.xxx.xxx.xxx:32400/web/index.html#!
.
But here's the catch: When I use the updated URL, the Plex integration starts working, but the ping test fails. And if I go back to the original URL with /web/index.html#!/
, the ping test is successful, but the integration stops working.
I've even cleared the caches each time I made changes, but no luck so far. Any help would be awesome! Thanks!4 Replies
Hi, just use
http://xxx.xxx.xxx.xxx:32400
as the internal URL and ad 401 as an accepted status code
It kind of "obstructs" actual errors with Plex, but there is no better way of doing this 🙂how can I accpet 401?
sorry, silly question
- enter edit mode
- edit the Plex app
- go to the network tab
- add 401
- exit
- save
Yeah, thanks 🙂