-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
[Workaround] Kodi connection problem - cookie related #26
Comments
Thanks for the detailed problem, you may have found the cause of the issues #13 and #15. I've reproduced the issue and the problem does come from the cookies that increase the size of the HTTP request. Kodi's TCP server doesn't accept requests bigger than 1024 bytes. This is not a bug in Firefox, cookies must be shared between the different ports of an address (bugzilla#469287). Cast Kodi shouldn't send cookies, but this isn't possible because there are no options in the |
Kodi "Matrix" 19.2 (released in October 2021 🎉) has increased the size of accepted requests to 64 Kio (before the limit was 1 Kio). With this new value, there should be no more problems with large requests due to cookies. |
Hi All,
This is just to share findings and workaround identified.
Problem description:
Environment:
Further investigation shown that running FF from fresh profile connects well to the same Kodi without any changes at other end.
Details investigation of the GET request sent to Kodi from original FF profile and compared to the one sent from fresh profile revealed that cookies for other service on the same IP has been sent:
Workaround:
Cookies were flushed and Cast Kodi was able to successfully connect to the Kodi.
Question:
Why would Firefox send some unrelated cookies to a different port even if same IP?
This is most probably Firefox issue, though exposed to me only due to problems with Cast Kodi and given that it is Cast Kodi behind the request, question is being raised here.
Merci pour le plugin génial.
The text was updated successfully, but these errors were encountered: