jkaberg / tvhProxy

An small flask app to help Plex DVR connect with Tvheadend
Other
215 stars 108 forks source link

Plex making requests on /capability #12

Open marcjones opened 7 years ago

marcjones commented 7 years ago

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:

::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?

jkaberg commented 7 years ago

@marcjones I'm aware of the issue and cause. I will get back to you when I have something I can disclose.

marcjones commented 7 years ago

Thanks @jkaberg , appreciate your work on this

vorghahn commented 6 years ago

Any news on this, I've noticed it on my own proxy as well?