(2017-01-30, 18:02)im85288 Wrote: (2017-01-30, 17:46)lanzellotti Wrote: Hi guys, Can Anyone help me please I'm getting the following error:
13:37:10.248 T:11248 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 Utils
Traceback (most recent call last):
File "C:\Users\Andre\AppData\Roaming\Kodi\addons\service.nextup.notification\service.py", line 11, in <module>
import Utils as utils
ImportError: No module named Utils
-->End of Python script error report<--
I'm using Kodi 17 RC 4 but this error happened as well when I uses Jarvis 16.1.
What should I do?
Hello, all I can say is that error should not be there as there is a module named Utils that does get imported. Perhaps a clean install may help you as it could be a corrupted install. Failing that you may need to post your full log: http://kodi.wiki/view/Log_file/Easy
I tried this steps that you suggested but I've also received an error, I think that is something wrong with Pythons database on my computer, 'cause both programs came back with python's error. I just don't know what to do anymore.
21:48:32.172 T:18364 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IOError'>
Error Contents: (2, 'No such file or directory', 'C:\\Users\\Andr\xc3\xa9\\AppData\\Roaming\\Kodi\\userdata\\addon_data\\script.kodi.loguploader\\23896620.png')
Traceback (most recent call last):
File "C:\Users\Andr�\AppData\Roaming\Kodi\addons\script.kodi.loguploader\default.py", line 187, in <module>
Main()
File "C:\Users\Andr�\AppData\Roaming\Kodi\addons\script.kodi.loguploader\default.py", line 82, in __init__
self.showResult(LANGUAGE(32006) % (name, result), result)
File "C:\Users\Andr�\AppData\Roaming\Kodi\addons\script.kodi.loguploader\default.py", line 176, in showResult
qrIMG.png(imagefile, scale=10)
File "C:\Users\Andr�\AppData\Roaming\Kodi\addons\script.module.pyqrcode\lib\pyqrcode\__init__.py", line 411, in png
module_color, background, quiet_zone)
File "C:\Users\Andr�\AppData\Roaming\Kodi\addons\script.module.pyqrcode\lib\pyqrcode\builder.py", line 1296, in _png
f, autoclose = _get_writable(file, 'wb')
File "C:\Users\Andr�\AppData\Roaming\Kodi\addons\script.module.pyqrcode\lib\pyqrcode\builder.py", line 864, in _get_writable
stream_or_path = open(os.path.abspath(stream_or_path), mode)
IOError: (2, 'No such file or directory', 'C:\\Users\\Andr\xc3\xa9\\AppData\\Roaming\\Kodi\\userdata\\addon_data\\script.kodi.loguploader\\23896620.png')
-->End of Python script error report<--