Skip to content
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

jellyfin-kodi causes crash in Kodi after upgrading to Fedora 39 #794

Closed
singularity098 opened this issue Dec 2, 2023 · 3 comments
Closed
Labels
upstream This is an upstream bug

Comments

@singularity098
Copy link

After upgrading my system to Fedora 39, I am getting a crash when loading Kodi. The logs indicate a problem with the jellyfin plugin... something about a python module six.moves. The thing is, I've checked up and down that this module is in fact installed, so I don't understand the problem.

I am using Jellyfin through RPMFusion, not a flatpak or anything.

  • OS: Fedora 39
  • Jellyfin Version: 10.8.13
  • Kodi Version: 20.2 from RPMFusion
  • Addon Version: 0.7.11

Attaching crash log.
kodi_crashlog-20231202_091240.log

@oddstr13
Copy link
Member

oddstr13 commented Dec 2, 2023

Looks like it's related to dpkp/kafka-python#2401

Possibly also benjaminp/six#376

Looks like you've got six 1.15, while latest release (from 2021) is 1.16 (not yet in Kodi)


Upstream issue xbmc/repo-scripts#2546
Upstream pullrequest xbmc/repo-scripts#2547

@oddstr13 oddstr13 added the upstream This is an upstream bug label Dec 2, 2023
@singularity098
Copy link
Author

Thanks for the info!

It is strange, as it lists six 1.15 in the log as you point out, but my system has 1.16 as checked from the command-line. I don't really get it but I'll just sit around and wait for it to work itself out.

~ $ pip3 freeze | grep six
six==1.16.0

@singularity098
Copy link
Author

My issue has apparently been fixed and I'm back up and running. I notice an updated "Six" in my Kodi plugins, which must be responsible for making it work again. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream This is an upstream bug
Projects
None yet
Development

No branches or pull requests

2 participants