add-ons / plugin.video.vrt.nu

Kodi add-on to watch content from VRT MAX
https://www.facebook.com/groups/kodivlaanderen
GNU General Public License v3.0
110 stars 20 forks source link

Support Python 3.10 #1069

Closed michaelarnauts closed 1 year ago

michaelarnauts commented 1 year ago
michaelarnauts commented 1 year ago

@mediaminister the tests are failing on ci, and also on my machine. Something to do with an endpoint returning a 404. I can see the same happening on the master branch. Is this something you are working on, or should I take a look?

mediaminister commented 1 year ago

No, I'm not looking at testing right now. You can take a look if you want. I'm still learning what is possible with VRT MAX GraphQL API cause some menus are still broken.

Okay, you get 404 because VRT disabled https://search7.vrt.be/ for the VRT MAX catalog.

michaelarnauts commented 1 year ago

Maybe later, but not in the PR then. This PR adds testing for python 3.10 and fixes some new pylint warnings.