-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tizen App/Web Failed to construct headers #260
Comments
What TV model? |
I have the same issue on Tizen 3, 10.8 works fine |
The way to implement my patch is by building my fork of react-router in a separate folder, then setting the dependency on jellyfin-web so that it points to the locally built dependency (like Afterwards, Tizen can be built and installed using the I'll update this post with more precise instructions if I'm able to find the way my friend did it. Of course, if it is possible to update the browser, then none of this is necessary. |
I suspect we could probably monkey patch the constructor to fix this while waiting on an upstream fix... something like this maybe?
|
I thought about the same (+maybe try/catch). The question is, does this problem also exist in webOS? If so, we need to do it in web. UPD: |
Does the same patch work for both? If so let's just get it in web. |
Fixed by jellyfin/jellyfin-web#5558 |
This is still occuring for me having just built and deployed the release-10.9.z branch of jellyfin-web. |
I can also confirm this happening on v10.9.9 jellyfin-web tag. It does not happen on v10.9.8 for me. |
Issue with 10.9 on TV. Failed to construct headers.
Possible solution to implement ?
remix-run/react-router#11148
The text was updated successfully, but these errors were encountered: