Posts by tiptoe

    I'm new to LibreELEC but tried it because my old rasplex seemed to not be getting much new updates. Installed via Official Raspberry Imager for a Pi 2 B. Install went fine, then install plex script and didn't see anyway to configure it with my plex server (on Synology) so figured it would find it just like Plex clients do. Next ran plex script but got an error to check logs. In /storage/.kodi/temp/kodi.log I found


    2026-01-31 22:36:12.793 T:903 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
    Error Type: <class 'ImportError'>
    Error Contents: cannot import name 'VerifiedHTTPSConnection' from 'urllib3.connectionpool' (/storage/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py)
    Traceback (most recent call last):
    File "/storage/.kodi/addons/script.plex/plugin.py", line 7, in <module>
    from lib import _included_packages, plex, util
    File "/storage/.kodi/addons/script.plex/lib/plex.py", line 13, in <module>
    from plexnet import plexapp, myplex, util as plexnet_util
    File "/storage/.kodi/addons/script.plex/lib/_included_packages/plexnet/plexapp.py", line 399, in <module>
    util.setApp(App())
    ^^^^^
    File "/storage/.kodi/addons/script.plex/lib/_included_packages/plexnet/plexapp.py", line 36, in __init__
    from . import nowplayingmanager
    File "/storage/.kodi/addons/script.plex/lib/_included_packages/plexnet/nowplayingmanager.py", line 10, in <module>
    from . import plexrequest
    File "/storage/.kodi/addons/script.plex/lib/_included_packages/plexnet/plexrequest.py", line 4, in <module>
    from . import plexserver
    File "/storage/.kodi/addons/script.plex/lib/_included_packages/plexnet/plexserver.py", line 3, in <module>
    from . import http
    File "/storage/.kodi/addons/script.plex/lib/_included_packages/plexnet/http.py", line 15, in <module>
    from . import asyncadapter
    File "/storage/.kodi/addons/script.plex/lib/_included_packages/plexnet/asyncadapter.py", line 9, in <module>
    from requests.packages.urllib3.connectionpool import VerifiedHTTPSConnection
    ImportError: cannot import name 'VerifiedHTTPSConnection' from 'urllib3.connectionpool' (/storage/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py)
    -->End of Python script error report<--

    2026-01-31 22:36:13.109 T:902 error <general>: GetDirectory - Error getting plugin://script.plex/
    2026-01-31 22:36:13.145 T:823 error <general>: CGUIMediaWindow::GetDirectory(plugin://script.plex/) failed

    The plugins seemed up-to-date, so I tried uninstall, reboot, re-install, but got the same error. Anyone know what's going on with this?
    Thanks