module dateutil

  • Hi,

    Sorry if this is the wrong place for this report.

    I've noticed that several plug-ins/add-ons stopped working in libreelec 10.0.1 x86_64 with log errors complaining of missing python modules.

    2022-02-01 19:30:04.024 T:1939 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 'dateutil'

    Traceback (most recent call last):

    File "/storage/.kodi/addons/service.libraryautoupdate/manual.py", line 3, in <module>

    At least 2 add-ons depend on this module, others might also depend on it.

    How can this be best solved?

    Best regards,

    JA.

  • At least 2 add-ons depend on this module, others might also depend on it.

    How can this be best solved?

    Flag the issue to the add-on author via their support thread in Kodi forums. Their code needs to stick to the default modules bundled with Kodi or they need to bundle the module (often as a supporting add-on) in order for Kodi to import and support it.