You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I have a fresh install of Kodi (21.1.0) on Windows 10 Pro. I installed PM4K and plexuary. I switched skins to plextuary.
When I run Plex in the Add-ons section, I get this failure. I'm happy to help debug this. What additional info is needed?
2025-01-27 15:17:05.335 T:38144 error <general>: 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 "C:\Users\allan\AppData\Roaming\Kodi\addons\script.plexmod\default.py", line 7, in <module>
from lib.logging import log
File "C:\Users\allan\AppData\Roaming\Kodi\addons\script.plexmod\lib\__init__.py", line 2, in <module>
import requests
File "C:\Users\allan\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\__init__.py", line 43, in <module>
import urllib3
File "C:\Users\allan\AppData\Roaming\Kodi\addons\script.module.urllib3\lib\urllib3\__init__.py", line 18, in <module>
from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url
File "C:\Users\allan\AppData\Roaming\Kodi\addons\script.module.urllib3\lib\urllib3\connectionpool.py", line 5, in <module>
import queue
ModuleNotFoundError: No module named 'queue'
-->End of Python script error report<--
The text was updated successfully, but these errors were encountered:
Hello. I have a fresh install of Kodi (21.1.0) on Windows 10 Pro. I installed PM4K and plexuary. I switched skins to plextuary.
When I run Plex in the Add-ons section, I get this failure. I'm happy to help debug this. What additional info is needed?
The text was updated successfully, but these errors were encountered: