Kodi Community Forum
service.libraryautoupdate: "No module named kodi_six" in Kodi 18.6 / Ubuntu 20 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: service.libraryautoupdate: "No module named kodi_six" in Kodi 18.6 / Ubuntu 20 (/showthread.php?tid=364258)



service.libraryautoupdate: "No module named kodi_six" in Kodi 18.6 / Ubuntu 20 - wcanyon - 2021-08-31

Getting this error after I update. I think, I don't see any "update started" in the logs but I do see an error on screen (updated failed) after I try to update the add on. 

Code:

2021-08-30 21:53:34.759 T:139832718255872   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named kodi_six
                                            Traceback (most recent call last):
                                              File "/home/media/.kodi/addons/service.libraryautoupdate/default.py", line 1, in <module>
                                                import resources.lib.utils as utils
                                              File "/home/media/.kodi/addons/service.libraryautoupdate/resources/lib/utils.py", line 1, in <module>
                                                from kodi_six import xbmc,xbmcgui,xbmcaddon,xbmcvfs
                                            ImportError: No module named kodi_six
                                            -->End of Python script error report<--

sh:
$ kodi --version
18.6 Debian package version: 2:18.6+dfsg1-2ubuntu1 Media Center Kodi from Debian
Copyright © 2005-2019 Team Kodi from Debian - http://kodi.tv

Let me know if you need the full logs. I didn't see anything relevant prior to those lines, just a different update fail for a different missing library. 

This is a fresh install (about a week ago). Seems like this worked in Mint 19 (which this machine previously had).

Tried to uninstall and reinstall and got the same error. Selected "yes" to all dependencies.