Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'queue' #184

Closed
odinian opened this issue Jan 27, 2025 · 3 comments
Closed

No module named 'queue' #184

odinian opened this issue Jan 27, 2025 · 3 comments
Labels
invalid This doesn't seem right Kodi issue

Comments

@odinian
Copy link

odinian commented Jan 27, 2025

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<--
@pannal
Copy link
Owner

pannal commented Jan 28, 2025

This looks like a dependency issue that PM4K can't be the cause of.

script.module.urllib3 seems to not find the queue dependency. I have no idea why.

@pannal pannal added invalid This doesn't seem right Kodi issue labels Jan 28, 2025
@pannal
Copy link
Owner

pannal commented Jan 28, 2025

@pannal
Copy link
Owner

pannal commented Feb 8, 2025

Please reopen if necessary

@pannal pannal closed this as completed Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right Kodi issue
Projects
None yet
Development

No branches or pull requests

2 participants