Comment 8 for bug 2003318

Revision history for this message
RĂ©mi Verschelde (rverschelde-b) wrote :

Hi VinsS, the problem comes from the version of the Python m3u8 package.

m3u8 broke compatibility for its API in 2.0.0 in a way which affects qarte: https://github.com/globocom/m3u8/releases/tag/2.0.0

That's why anyone on recent distros which provide m3u8 >= 2.0.0 are no longer able to use qarte, unless they uninstall their distro-provided m3u8 package to install 1.0.0 with pip.

I've confirmed on Mageia 9 that qarte 5.5.0 works fine after uninstall Mageia's python3-m3u8 3.4.0, and install version 1.0.0 with:

pip install m3u8==1.0.0

Would it be possible to solve this compatibility issue in the next release?