Win Error script
#1
Sad 
hi guys i got a problem with some addons. I recieve these errors:

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 lib.common
Traceback (most recent call last):
File "C:\Users\Zden�k\AppData\Roaming\XBMC\addons\script.artwork.downloader\service.py", line 8, in <module>
import lib.common
ImportError: No module named lib.common
-->End of Python script error report<--

ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnicodeDecodeError'>
Error Contents: 'ascii' codec can't decode byte 0xc4 in position 13: ordinal not in range(128)
Traceback (most recent call last):
File "C:\Users\Zden�k\AppData\Roaming\XBMC\addons\script.common.plugin.cache\default.py", line 40, in <module>
run()
File "C:\Users\Zden�k\AppData\Roaming\XBMC\addons\script.common.plugin.cache\default.py", line 35, in run
s.run()
File "C:\Users\Zden�k\AppData\Roaming\XBMC\addons\script.common.plugin.cache\lib\StorageServer.py", line 194, in run
print self.plugin + " Storage Server starting " + self.path
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 13: ordinal not in range(128)
-->End of Python script error report<--

sorry for this but but i cant install addon for upload logs :/

everything was fine since i updated to win 8.1 from win 7. fresh install.
last nightly gotham
thank you
Reply
#2
Best to use a pastebin, manually cut & paste if you can't get the add-on to work. Big question is why you can't get the add-on for uploading logs to install. It' s usually in setttings>add-ons>get add-ons>all addons>programs>XBMC log uploader. Can you paste a full debug log to http://xbmclogs.com/ and link it back to this thread. Catch this thread while you're at it. http://forum.xbmc.org/showthread.php?tid=42708

Let's straighten out one thing at a time, for fear of compounding issues.
Reply
#3
i found a problem! my user name in Zdeněk and Ě is a problem but i dont know how to fix that.
Reply
#4
Yes,the special character ('e' with breve) in your name consists of the Unicode value U+0115, which is coded in UTF8 as 0xc4 0x95 and this is causing problems.

The only way I can see of fixing this is to rename your Microsoft User Account name to one containing only ASCII character. This is not easy, but possible.

The following link shows you how to do this.

http://sd-onsite.com/how-to-rename-micro...windows-8/

I have not done it myself, so you might want to set up another account on your Windows 8 system and experiment with that first.
DEBUG log: http://kodi.wiki/view/Log_file/Easy
HTPC advice: http://mymediaexperience.com , http://lifehacker.com/5828747/how-to-bui...lete-guide
My HTPC: an Acer Revo RL80 Nettop PC:
Windows 10
Intel Core-i3-2377M @ 1.5GHz, 4GB DDR3 @ 665MHz, Intel HD3000
465GB SATA disk, DVD-RW, 1.8TB Seagate USB disk


Reply

Logout Mark Read Team Forum Stats Members Help
Error script0