Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#990498: CCurlFile::FillBuffer - Failed: Error in the HTTP2 framing layer(16)

195 views
Skip to first unread message

Mathieu Malaterre

unread,
Jun 30, 2021, 2:30:03 PM6/30/21
to
Source: kodi
Version: 2:17.6+dfsg1-4

For some reason I cannot get any plugin to work in kodi today. I even
tried the bpo version.

My kodi.log is filled with:

2021-06-30 20:16:02.831 T:19196 INFO <general>: CPythonInvoker(0,
/usr/share/kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py):
script successfully run
2021-06-30 20:16:02.841 T:19196 INFO <general>: Python interpreter stopped
2021-06-30 20:16:05.744 T:19163 ERROR <general>:
CCurlFile::FillBuffer - Failed: Error in the HTTP2 framing layer(16)
2021-06-30 20:16:05.744 T:19163 ERROR <general>: CCurlFile::Open
failed with code 0 for
https://mirrors.kodi.tv/addons/matrix/metadata.common.imdb.com/metadata.common.imdb.com-3.2.3.zip:

2021-06-30 20:16:05.744 T:19163 ERROR <general>: Could not fetch
addon location and hash from
https://mirrors.kodi.tv/addons/matrix/metadata.common.imdb.com/metadata.common.imdb.com-3.2.3.zip
2021-06-30 20:16:05.744 T:19163 ERROR <general>:
CAddonInstallJob[metadata.common.imdb.com]: failed to resolve addon
install source path
2021-06-30 20:16:06.143 T:19163 ERROR <general>:
CCurlFile::FillBuffer - Failed: Error in the HTTP2 framing layer(16)
2021-06-30 20:16:06.143 T:19163 ERROR <general>: CCurlFile::Open
failed with code 0 for
https://mirrors.kodi.tv/addons/matrix/metadata.common.themoviedb.org/metadata.common.themoviedb.org-3.2.14.zip:

2021-06-30 20:16:06.143 T:19163 ERROR <general>: Could not fetch
addon location and hash from
https://mirrors.kodi.tv/addons/matrix/metadata.common.themoviedb.org/metadata.common.themoviedb.org-3.2.14.zip
2021-06-30 20:16:06.143 T:19163 ERROR <general>:
CAddonInstallJob[metadata.common.themoviedb.org]: failed to resolve
addon install source path
2021-06-30 20:16:06.539 T:19163 ERROR <general>:
CCurlFile::FillBuffer - Failed: Error in the HTTP2 framing layer(16)

Looking upstream, all I can find are:

https://github.com/xbmc/xbmc/issues/16616

which is not really helpful.

Vasyl Gello

unread,
Jun 30, 2021, 4:30:03 PM6/30/21
to
Package: kodi
Followup-For: Bug #990498
X-Debbugs-Cc: gh...@debian.org, elb...@debian.org

Hi Mathieu!

Can you please check if the following patch for curl 7.64.0-4+deb10u2 resolves your issue?
It is a backport of two patches merged in 7.65.0 and 7.67.0, respectively (see the commit msg
for details).

If that helps, I will reattach the bug to curl package since the patch is long-time merged
upstream.

Vasyl

-- System Information:
Debian Release: 11.0
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'buildd-unstable'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-7-amd64 (SMP w/6 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: unable to detect

Versions of packages kodi depends on:
pn kodi-bin <none>
pn kodi-data <none>

Versions of packages kodi recommends:
pn kodi-repository-kodi | kodi-repository <none>
pn kodi-visualization-spectrum <none>

kodi suggests no packages.
Try-fix-990498.patch

Mathieu Malaterre

unread,
Jul 12, 2021, 6:50:03 AM7/12/21
to
Vasyl,

On Wed, Jun 30, 2021 at 9:17 PM Vasyl Gello <vasek...@gmail.com> wrote:
> This might be relevant: https://github.com/xbmc/xbmc/pull/18582

Excellent ! My local build of kodi (git/master) now works, thanks much.

Using curl from 7.74.0-1.2~bpo10+1 now.

Mathieu Malaterre

unread,
Jul 12, 2021, 3:10:05 PM7/12/21
to
Hi,

On Mon, Jul 12, 2021 at 1:45 PM Vasyl Gello <vasek...@gmail.com> wrote:
>
> Hi Mathieu!
>
> > Excellent ! My local build of kodi (git/master) now works, thanks much.
>
> So building Kodi from git master solved your issue or what was the solution?

You truncated my answer:

[...]
Using curl from 7.74.0-1.2~bpo10+1 now.
[...]

That solved the symptoms AFAIK.

I could not test your patch, my local build of curl fails with a mysterious:

[...]
dh_install: warning: Cannot find (any matches for)
"usr/lib/*/libcurl.so.4*" (tried in debian/tmp, debian/tmp)
[...]

Thanks for your help,
0 new messages