Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script failed #14

Closed
KristofferBerge opened this issue Apr 1, 2012 · 6 comments
Closed

Script failed #14

KristofferBerge opened this issue Apr 1, 2012 · 6 comments
Labels
Milestone

Comments

@KristofferBerge
Copy link

Every time i start the app it says script failed and just keeps on loading.

@mazkolain-zz
Copy link
Owner

Hi Berge,

Could yo please provide a copy of XBMC's log file? Thanks!

@chrillep
Copy link

chrillep commented Apr 5, 2012

i removed all my addon-ons and reinstalled them seems like trakutilitirs is a big thief when it comes to crashing other addons.

@bass000
Copy link

bass000 commented Apr 9, 2012

Be sure to use these downloads links to install (not github zip)
https://github.com/mazkolain/spotimc/downloads

@Bnicke
Copy link

Bnicke commented Apr 17, 2012

I have the same problem.. I use Vista.
Here´s my log: http://nedladdning.bergstrom.se/xbmc.log

I made this change (hardcoded the path) in default.py and then it worked a bit further:
#addon_path = addon_cfg.getAddonInfo('path')
addon_path = 'C:/Users/FAMBER~1/AppData/Roaming/XBMC/addons/script.audio.spotimc/'

My username is "Fam Bergström", the swedish national character seems to mess things up..
It almost works.. the plug downloaded something but then it wants me to restart XBMC even after I restarted it..

@mazkolain-zz
Copy link
Owner

Thanks @Bnicke for pointing out the character issue. Let's see if I'm able to reproduce it with any non-ascii character on the username (I believe that Windows should be using unicode path names)...

@mazkolain-zz
Copy link
Owner

It seems that python does not have support for unicode import paths, and thus the addon fails because it has to load some packages on the user's home folder.

It got fixed in python 3.2 (Most of the XBMC installations use python 2.6 at the time of writing):
http://bugs.python.org/issue9425

Closing it as wontfix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants