iwalton3 / plex-mpv-shim

Cast media from Plex Mobile and Web apps to MPV. (Unofficial)
MIT License
368 stars 21 forks source link

Recent arch system update broke plex-mpv-shim #112

Closed mauricioquintela closed 6 months ago

mauricioquintela commented 7 months ago

Issue appears to be with python's sockets, as evident by the traceback attached. Version of python-requests is 2.31.0-1 (latest) dump_plex.txt

mauricioquintela commented 7 months ago

Apologies, dump did not have the error codes. This one is the correct one dump.txt.

Last used it on the 15th of april, circa 22pm, with everything working fine then.

Looking through the pacman update logs, only python updates were python-pycups (2.0.1-6 -> 2.0.4-1), python-exceptiongroup (1.2.0-1 -> 1.2.1-1), python-traitlets (5.14.2-1 -> 5.14.3-1), with none of them being dependencies.

Looking at systemwide updates and pruning the list for unrelated programs (like discord, texlive-*, etc), I don't find much that could cause issues, apart from mpv itself upgrades.txt.

bassberry commented 6 months ago

jaseg/python-mpv#273

Apparently there was a change in the mpv API, version 1.0.6 of python-mpv will fix this issue.

polyzen commented 6 months ago

Pushed python-mpv 1.0.6 to extra-testing as I'm currently unable to test it: \ https://archlinux.org/packages/extra-testing/any/python-mpv/

mauricioquintela commented 6 months ago

Indeed python-mpv 1.0.6 fixes the issue. Thank you for the help. Closing