v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
(2017-11-07, 19:59)laric Wrote: have the included python modules changed recently?

In 1101 the devupdate worked fine. in the current 1106 it doesn't work anymore. I misses the urllib3

# ./devupdate
Traceback (most recent call last):
  File "./devupdate", line 31, in <module>
    import requests
  File "/storage/.kodi/addons/script.module.requests/lib/requests/__init__.py", line 43, in <module>
    import urllib3
ImportError: No module named urllib3

Not that I'm aware of - LibreELEC has never included urllib3 (it includes urllib and urllib2), so if that module is no longer working it's because urllib3 is no longer installed as an addon, or something else is broken in Kodi so that it fails to find the urllib3 addon. Or possibly, and this is just a guess, scripts.module.requests has updated itself so that it now uses urllib3 which it expects to be installed (it's not in LE) when it should have included urllib3 as a required dependency (downloading it from somewhere).

Does 1101 still work? Which is the first non-working build after 1101 and before 1106?
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.


Messages In This Thread
RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - by Milhouse - 2017-11-08, 00:53
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 18.0)24