/videoplayback
-request is missing host
-parameter causing videos to not start if using a invidious-companion
#853
Labels
bug
Something isn't working
Guidelines
Current Behavior
Yattee is sending
/videoplayback
with at least thehost
-parameter missing. This causes the invidious-companion to fail the request and don't deliver a proper segment back to play. This check is implemented here: https://github.com/iv-org/invidious-companion/blob/master/src/routes/videoPlaybackProxy.ts#L24-L27Expected Behavior
Yattee should extract the hostname from the URL (if proxing via the invidious instance is enabled) and append it to the according
/videoplayback
-requests as query parameter as expected from the invidious-companion.Device & OS Version
tvOS 18.0
App Build
174
App Settings
Video proxy via invidious instance is enabled. The same invidious instance is working via web interface so a misconfiguration can be pretty much excluded.
Crash log
No response
Screenshots, Videos and other files
I'd like to avoid sharing my http logfiles and wireshark traces in the public. If needed I can give a developer access to my instance and provide more details some private form.
The text was updated successfully, but these errors were encountered: