Kodi Community Forum
Error installing Docker - 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: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152)
+---- Thread: Error installing Docker (/showthread.php?tid=292688)



Error installing Docker - nosmokingbandit - 2016-09-30

I haven't used Kodi since it was still called XBMC and was only available for xbox, so bear with me.

I'm trying to get Docker installed so I can install containers for Sabnzbd and others.

I installed the repo here:
https://github.com/lrusak/lrusak-openelec-addons

but when I go to install docker it gives me an error. The log files say this:

Code:
00:00:49 T:547834814688   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 oe
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/service.network.openvpn/default.py", line 33, in <module>
                                                import oe
                                            ImportError: No module named oe
                                            -->End of Python script error report<--
00:00:49 T:547891638496   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 oe
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/service.system.docker/default.py", line 32, in <module>
                                                import oe
                                            ImportError: No module named oe
                                            -->End of Python script error report<--
00:01:11 T:547868369120   ERROR: CecLogMessage - Write: write failed !
21:38:28 T:546761076960   ERROR: Previous line repeats 1 times.
21:38:28 T:546761076960  NOTICE: ES: Client  from 192.168.0.102 timed out
21:44:20 T:547943870688   ERROR: CAESinkALSA::Initialize - failed to initialize device "hdmi:CARD=AMLM8AUDIO,DEV=0"
21:45:04 T:546044731616   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 oe
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/service.system.docker/default.py", line 32, in <module>
                                                import oe
                                            ImportError: No module named oe
                                            -->End of Python script error report<--
21:38:28 T:546761076960  NOTICE: ES: Client  from 192.168.0.102 timed out
21:44:20 T:547943870688   ERROR: CAESinkALSA::Initialize - failed to initialize device "hdmi:CARD=AMLM8AUDIO,DEV=0"
21:45:04 T:546044731616   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 oe
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/service.system.docker/default.py", line 32, in <module>
                                                import oe
                                            ImportError: No module named oe
                                            -->End of Python script error report<--
21:46:17 T:546761076960  NOTICE: ES: Client  from 192.168.0.102 timed out
21:47:28 T:547943870688   ERROR: CAESinkALSA::Initialize - failed to initialize device "hdmi:CARD=AMLM8AUDIO,DEV=0"
21:47:51 T:546053120224   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 oe
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/service.system.docker/default.py", line 32, in <module>
                                                import oe
                                            ImportError: No module named oe
                                            -->End of Python script error report<--

It looks like the important part is:
Error Contents: No module named oe

But I don't know how to fix that.

Any ideas?[/code]


RE: Error installing Docker - nickr - 2016-10-01

Please don't post logs on here. Use a paste site and make it a full debug log (wiki)