DeBaschdi/service.takealug.epg-grabber

Error EPG Grabber under Kodi 19.3 and 19.4

podpis opened this issue · 0 comments

EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'ModuleNotFoundError'>
Error Contents: No module named 'queue'
Traceback (most recent call last):
File "D:\PortableApps\KodiPortable\App\Kodi\portable_data\addons\service.takealug.epg-grabber\service.py", line 14, in
from resources.providers import magenta_DE
File "D:\PortableApps\KodiPortable\App\Kodi\portable_data\addons\service.takealug.epg-grabber\resources\providers\magenta_DE.py", line 9, in
import requests.cookies
File "D:\PortableApps\KodiPortable\App\Kodi\portable_data\addons\script.module.requests\lib\requests_init_.py", line 43, in
import urllib3
File "D:\PortableApps\KodiPortable\App\Kodi\portable_data\addons\script.module.urllib3\lib\urllib3_init_.py", line 13, in
from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url
File "D:\PortableApps\KodiPortable\App\Kodi\portable_data\addons\script.module.urllib3\lib\urllib3\connectionpool.py", line 38, in
from .packages.six.moves import queue
File "D:\PortableApps\KodiPortable\App\Kodi\portable_data\addons\script.module.urllib3\lib\urllib3\packages\six.py", line 96, in get
result = self._resolve()
File "D:\PortableApps\KodiPortable\App\Kodi\portable_data\addons\script.module.urllib3\lib\urllib3\packages\six.py", line 118, in _resolve
return _import_module(self.mod)
File "D:\PortableApps\KodiPortable\App\Kodi\portable_data\addons\script.module.urllib3\lib\urllib3\packages\six.py", line 87, in _import_module
import(name)
ModuleNotFoundError: No module named 'queue'
-->End of Python script error report<--