Broken Kodi 18.8.0 - Kodi fails to obtain images while scraping movies
#51
(2020-10-15, 10:56)zockz Wrote: The issue seems to be related to HTTP2.
If I do a manual curl on any TMDB artwork using --http2 or setting the headers manually I get the very same error: curl: (56) Recv failure: Connection reset by peer
With HTTP1.1 (default) it still works. Interestingly, HTTP2 over SSL also works. So this is very probably a server side issue.

There seems to be an option to disable HTTP2 in Kodi 19 (https://github.com/xbmc/xbmc/pull/16601), so you could try:
<advancedsettings>
  <network>
    <disablehttp2>true</disablehttp2>
  </network>
</advancedsettings>

But if you're using Kodi 18 (like me) you're out of luck, unless you want to recompile KODI without HTTP2 support.

I tried this with Kodi 19, did not work.
Reply


Messages In This Thread
RE: Kodi 18.8.0 - Kodi fails to obtain images while scraping movies - by SBL_ - 2020-10-15, 16:27
Logout Mark Read Team Forum Stats Members Help
Kodi 18.8.0 - Kodi fails to obtain images while scraping movies0