Hi,
ich have a problem with the add on.
Log:
Code:
16:45:03 T:3396 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.WindowsError'>
Error Contents: [Error 5] Zugriff verweigert: 'C:\\Users\\Bj\xc3\xb6rn'
Traceback (most recent call last):
File "C:\Users\Bj�rn\AppData\Roaming\XBMC\addons\plugin.audio.radio_de\addon.py", line 45, in <module>
plugin = Plugin()
File "C:\Users\Bj�rn\AppData\Roaming\XBMC\addons\script.module.xbmcswift2\lib\xbmcswift2\plugin.py", line 106, in __init__
os.makedirs(self._storage_path)
File "C:\Program Files (x86)\XBMC\system\python\Lib\os.py", line 150, in makedirs
makedirs(head, mode)
File "C:\Program Files (x86)\XBMC\system\python\Lib\os.py", line 150, in makedirs
makedirs(head, mode)
File "C:\Program Files (x86)\XBMC\system\python\Lib\os.py", line 150, in makedirs
makedirs(head, mode)
File "C:\Program Files (x86)\XBMC\system\python\Lib\os.py", line 150, in makedirs
makedirs(head, mode)
File "C:\Program Files (x86)\XBMC\system\python\Lib\os.py", line 150, in makedirs
makedirs(head, mode)
File "C:\Program Files (x86)\XBMC\system\python\Lib\os.py", line 150, in makedirs
makedirs(head, mode)
File "C:\Program Files (x86)\XBMC\system\python\Lib\os.py", line 150, in makedirs
makedirs(head, mode)
File "C:\Program Files (x86)\XBMC\system\python\Lib\os.py", line 157, in makedirs
mkdir(name, mode)
WindowsError: [Error 5] Zugriff verweigert: 'C:\\Users\\Bj\xc3\xb6rn'
-->End of Python script error report<--
16:45:03 T:3396 INFO: Python script stopped
16:45:03 T:3396 DEBUG: Thread XBPyThread 3396 terminating
16:45:03 T:1336 DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - plugin exited prematurely - terminating
16:45:03 T:1336 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.audio.radio_de
16:45:03 T:1336 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.radio_de) failed
16:45:03 T:1336 ERROR: Control 50 in window 10501 has been asked to focus, but it can't
I guess that the special char "ö" in my windows user is the problem.
Can you help me?
Edit: I changes my user folder name (
http://www.sevenforums.com/tutorials/147...-name.html) and it works without any problems.