[LINUX] "Python Script Failed" on every plugin?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
knk1990 Offline
Junior Member
Posts: 18
Joined: May 2009
Reputation: 0
Post: #61
@tslayer: i was having this problem with every plugin prior to my harddrive failure. Not just launcher. Now it seems to be only with launcher, although i've only got 2 installed, Launcher and MythBox
find quote
tslayer Offline
Team-XBMC Developer
Posts: 3,581
Joined: Oct 2003
Reputation: 12
Post: #62
arosequi Wrote:Same issue here.

Log file: http://pastebin.com/m21fea1ed (line 405 is when I attempted to start the script)

Currently using version 9.04.2+svn21891-jaunty1 from the SVN PPA.

I believe you've installed a plugin as a script. Install it as a plugin and not a script.

42.7% of all statistics are made up on the spot

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
gert Offline
Junior Member
Posts: 3
Joined: Apr 2009
Reputation: 0
Post: #63
I have the same error. Tried to run some of the scripts in scripts.zip in Common Scripts, and they all fail. Log:
Code:
21:50:20 T:140541018412816 M:3448381440   ERROR: zip://%2fhome%2ftv%2f%2exbmc%2fscripts%2fCommon%20Scripts%2fscripts%2ezip/download a$
21:50:20 T:140541018412816 M:3448381440   ERROR: Scriptresult: Error
21:50:29 T:140541018412816 M:3448475648  NOTICE: -->Python Interpreter Initialized<--
21:50:32 T:140541310605376 M:3448475648   ERROR: XLCDproc::Initialize - Unable to connect to host. Retry in 64 seconds.
21:51:05 T:140540926490384 M:3448643584  NOTICE: -->Python Interpreter Initialized<--
21:51:05 T:140540926490384 M:3448643584   ERROR: zip://%2fhome%2ftv%2f%2exbmc%2fscripts%2fCommon%20Scripts%2fscripts%2ezip/download_x$
21:51:05 T:140540926490384 M:3448643584   ERROR: Scriptresult: Error
21:51:35 T:140541310605376 M:3448270848  NOTICE: Samba is idle. Closing the remaining connections
21:51:36 T:140541310605376 M:3448270848   ERROR: XLCDproc::Initialize - Unable to connect to host. Giving up.
21:51:40 T:140540926490384 M:3448016896  NOTICE: -->Python Interpreter Initialized<--
21:51:41 T:140540926490384 M:3448016896   ERROR: zip://%2fhome%2ftv%2f%2exbmc%2fscripts%2fCommon%20Scripts%2fscripts%2ezip/echo_serve$
21:51:41 T:140540926490384 M:3448016896   ERROR: Scriptresult: Error
I DO have unzip installed.

The folder /opt/xbmc/share/xbmc/system/python/
contains
python24-x86_64-linux.so python24.zip readme.txt spyce/
runnung latest stable version from arch repo.
find quote
Post Reply