You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that Kodi on the NVidia Shield TV sends a Connection: Upgrade, HTTP2-Settings header even though the request is a POST.
Some servers barf on this as it seems to be an invalid request (most notable the Kestrel server in .NET Core: aspnet/KestrelHttpServer#2372)
It's not clear to me where it exactly goes wrong? a libcurl issue only on Android? Running Kodi 18.1 on Windows with the ARGUS TV plugin works fine with Kestrel in any case -- so it does seem to be related to the host OS.
Anyone with more in-depth knowledge in this that can comment?
The text was updated successfully, but these errors were encountered:
pvr.argustv/src/argustvrpc.cpp
Line 127 in 83aa1e9
It seems that Kodi on the NVidia Shield TV sends a
Connection: Upgrade, HTTP2-Settings
header even though the request is aPOST
.Some servers barf on this as it seems to be an invalid request (most notable the Kestrel server in .NET Core: aspnet/KestrelHttpServer#2372)
It's not clear to me where it exactly goes wrong? a
libcurl
issue only on Android? Running Kodi 18.1 on Windows with the ARGUS TV plugin works fine with Kestrel in any case -- so it does seem to be related to the host OS.Anyone with more in-depth knowledge in this that can comment?
The text was updated successfully, but these errors were encountered: