When adding the device in Plex, Plex shows an error. I can hit all of the endpoints and see everything is returned okay on /discover.json, etc but in the console output for tvhProxy.py it looks like Plex is making a request to /capability which returns 404:
When adding the device in Plex, Plex shows an error. I can hit all of the endpoints and see everything is returned okay on
/discover.json
, etc but in the console output fortvhProxy.py
it looks like Plex is making a request to/capability
which returns 404:::1 - - [2017-04-20 20:22:59] "GET /capability HTTP/1.0" 404 361 0.005029
No idea what plex is expecting to get back from this, have you seen this before?