Release TVMaze - TV shows scraper
#46
Is the TVMaze add-on no longer being maintained for Leia?

Regards,

Shedrock
Reply
#47
Why? Both Python 3 and Python 2 versions are published at the same time. I'm considering removing Python 2 compatibility completely but it will probably happen when "Nexus" is out.
Reply
#48
(2021-12-24, 18:30)Roman_V_M Wrote: Why? Both Python 3 and Python 2 versions are published at the same time. I'm considering removing Python 2 compatibility completely but it will probably happen when "Nexus" is out.
I am asking because it is not working for me. I've provided a log. Hope you can help.

Log file: https://paste.kodi.tv/ikomuqefow.kodi

Regards,

Shedrock
Reply
#49
Crap, a classic case of a circular import. I'm only surprised that it does not happen in Python 3. I'll fix it soon.
Reply
#50
A fixed version is published. Please check because I don't have Leia in my dev set-up.
Reply
#51
(2021-12-25, 23:08)Roman_V_M Wrote: A fixed version is published. Please check because I don't have Leia in my dev set-up.
Unfortunately it is still not working for me. Here is my log file:
https://paste.kodi.tv/kuxifiqaki.kodi

Regards,

Shedrock
Reply
#52
Your Leia version is seriously outdated. Please use the most recent one.
Reply
#53
(2021-12-25, 23:37)Roman_V_M Wrote: Your Leia version is seriously outdated. Please use the most recent one.
I know, but it's the only version that works well for me on my Zotac box. Once I jump to LE 9.2.0, all hell breaks loose. It's ok, if TVMaze can't work for that version. At least TheTVDB and TMDB still works, for now at least. I'll probably give LE 9.2.0 another try tomorrow. Will it work on LE9.2.0?

Thanks
Reply
#54
I don't know which LE version has which Kodi version. But path-specific settings for Python scrapers were fixed in one of the later 18.x versions.
Reply
#55
(2021-12-26, 00:10)Roman_V_M Wrote: I don't know which LE version has which Kodi version.
LE 9.2.0 is Kodi 18.5
LE 9.2.4 is Kodi 18.8
Reply
#56
@Roman_V_M

No errors scraping when using v18.9
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#57
(2021-12-26, 01:34)Karellen Wrote: No errors scraping when using v18.9
Thanks @Karellen for testing it. I'll try installing LE 9.2.6 again and see if I have better luck than I did before.

Regards,

Shedrock
Reply
#58
I have decided to stop supporting the scraper on Kodi 18 and below with Python 2 runtime. From now on only Kodi 19 and above with Python 3 runtime are supported. A new version has been released with improved parsing of NFO files. Now switching between scrapers should be less problematic.
Reply
#59
Hi,

I'm now getting errors while trying to scrape stating "ModuleNotFoundError" no module named 'six'

Traceback(most recent call last):
File "/storage/.kodi/addons/metadata.tvmaze/main.py", line 18, in <module>
from libs.actions import router
File "storage/.kodi/addons/metadata.tvmaze/libs/actions.py", line 24, in <module>
from six.moves import urllib_parse
ModuleNotFoundError: No module named six

I've checked and 'six' is installed as a dependency. running Coreelec 19.5-Matrix rc2 (so Kodi 19.5)

Anybody seeing the same? Seems to be happening since very recently and with the new version pushed I'm wondering if that is the issue?
Reply
#60
FYI, Just reinstalled v1.2.3 and that works fine.
Reply

Logout Mark Read Team Forum Stats Members Help
TVMaze - TV shows scraper1