jellyfin / jellyfin-mpv-shim

MPV Cast Client for Jellyfin
Other
1.5k stars 88 forks source link

Unable to connect to Jellyfin #299

Closed Sayykii closed 1 year ago

Sayykii commented 1 year ago

To Reproduce Steps to reproduce the behavior:

  1. Run jellyfin-mpv-shim
  2. Add server
  3. Click Play on and see that there are no devices connected.

Expected behavior Be able to see the device in device list, and connect to it.

Screenshots

Desktop:

Additional info: I am running the latest version of Jellyfin inside a Docker container, I also tried downgrading to both 10.8.4 and 10.8.0 with the same result.

Error Messages log.txt

dgalli1 commented 1 year ago

This is already fixed via this pullrequest: https://github.com/jellyfin/jellyfin-apiclient-python/pull/15

@iwalton3 i belive this is a Python 3.10 issue, or a Linux Kernel 5.19. So I think this will hit a lot more people in the near future, could we get a point release?

Sayykii commented 1 year ago

That fixed it. Thank you so much!

dgalli1 commented 1 year ago

https://github.com/jellyfin/jellyfin-mpv-shim/issues/294#issuecomment-1246522925

That comment also describes the same issue

iwalton3 commented 1 year ago

Will make a point release for this later this weekend.

iwalton3 commented 1 year ago

This fix has been released to the underlying library. People who newly install will get the new version. Otherwise, use sudo pip3 install --upgrade jellyfin-apiclient-python.