XBMC Library Auto Update - Script Error

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
oasistech Offline
Junior Member
Posts: 14
Joined: Feb 2012
Reputation: 0
Post: #1
I'm running XBMC on a AppleTV2 and recently upgraded to Eden Beta 3. I'm having trouble running the XBMC Libary Auto Update add-on. I've tried uninstalling/reinstalling with no improvement.

Installed software:

AppleTV2: V4.4.4(3330)
XBMC: Eden beta 3 (11.0)
Skin: Transparency
XBMC Libary Auto Update V0.5.1

Message: Error - Scripted Failed - manual.py

The following link illustrates the XBMC.log:

XBMC Log: http://pastebin.com/1Mffb826

Please advise. Thanks.
find quote
madkillerbunny Offline
Junior Member
Posts: 1
Joined: Feb 2012
Reputation: 0
Post: #2
Having the same error here...
find quote
pkscuot Offline
Fan
Posts: 602
Joined: Jan 2011
Reputation: 11
Location: Honolulu, HI
Post: #3
oasistech Wrote:I'm running XBMC on a AppleTV2 and recently upgraded to Eden Beta 3. I'm having trouble running the XBMC Libary Auto Update add-on. I've tried uninstalling/reinstalling with no improvement.

The latest version got pushed out with an error. If you can get to the addon's folder, open up the file named service.py. At the very top add "import os" on a line by itself (with no quotes). I believe the plugin author has requested another pull to get the fixed version into the repo.
find quote
Cantello Offline
Junior Member
Posts: 15
Joined: May 2004
Reputation: 0
Post: #4
pkscuot Wrote:The latest version got pushed out with an error. If you can get to the addon's folder, open up the file named service.py. At the very top add "import os" on a line by itself (with no quotes). I believe the plugin author has requested another pull to get the fixed version into the repo.

Thanks, this worked!
find quote
oasistech Offline
Junior Member
Posts: 14
Joined: Feb 2012
Reputation: 0
Post: #5
Installed the latest version of the addon (XBMC Library Auto Update 0.5.4). Still receiving the same results (manual/py error).
find quote
cooltester Offline
Junior Member
Posts: 22
Joined: Feb 2012
Reputation: 0
Post: #6
pkscuot Wrote:The latest version got pushed out with an error. If you can get to the addon's folder, open up the file named service.py. At the very top add "import os" on a line by itself (with no quotes). I believe the plugin author has requested another pull to get the fixed version into the repo.

Hello, I need your help.

I have the same script errors. Please advise me how to modify the .py file and put the "import os".

I try looking around and find nothing in terms on how to open the .py and modify it. Any helps would greatly appreciated.:confused2:
find quote
Cantello Offline
Junior Member
Posts: 15
Joined: May 2004
Reputation: 0
Post: #7
cooltester Wrote:Hello, I need your help.

I have the same script errors. Please advise me how to modify the .py file and put the "import os".

Depends on your system. Here on Mac I simply go to ~/Library/Application Support/XBMC/service.libraryautoupdate/ and then can open service.py with my favourite text editor (used nano in this case).
I have simply added "import os" at the top, saved and restarted XBMC and it worked. Really simple solution.
find quote
Bert02 Offline
Junior Member
Posts: 11
Joined: Feb 2012
Reputation: 0
Post: #8
i have a very similar error

WIN7 64 bit
XBMC: Eden beta 3 (11.0)
Skin: aeon
Libary Auto Update V0.5.1 (current)


Quote:Error
Script failed! service.libraryautoupdate

i have added import os into the service.py in the location C:\Users\Bert-02\AppData\Roaming\XBMC\addons\service.libraryautoupdate

and found this in the log if it helps
Quote:17:49:23 T:3744 ERROR: Traceback (most recent call last):
File "C:\Users\B-Man\AppData\Roaming\XBMC\addons\service.libraryautoupdate\default.py", line 6, in <module>
AutoUpdater().runProgram()
File "C:\Users\B-Man\AppData\Roaming\XBMC\addons\service.libraryautoupdate\service.py", line 41, in runProgram
self.runAdvanced()
File "C:\Users\B-Man\AppData\Roaming\XBMC\addons\service.libraryautoupdate\service.py", line 71, in runAdvanced
cron = CronExpression(self.Addon.getSetting("cron_expression") + " XBMC_COMMAND")
File "C:\Users\B-Man\AppData\Roaming\XBMC\addons\service.libraryautoupdate\cronex.py", line 99, in __init__
minutes, hours, dom, months, dow, self.comment = fields
ValueError: need more than 3 values to unpack
(This post was last modified: 2012-03-05 09:30 by Bert02.)
find quote
joselin Offline
Junior Member
Posts: 1
Joined: Mar 2012
Reputation: 0
Post: #9
oasistech Wrote:I'm running XBMC on a AppleTV2 and recently upgraded to Eden Beta 3. I'm having trouble running the XBMC Libary Auto Update add-on. I've tried uninstalling/reinstalling with no improvement.

Installed software:

AppleTV2: V4.4.4(3330)
XBMC: Eden beta 3 (11.0)
Skin: Transparency
XBMC Libary Auto Update V0.5.1

Message: Error - Scripted Failed - manual.py

The following link illustrates the XBMC.log:

XBMC Log: http://pastebin.com/1Mffb826

Please advise. Thanks.

Even though I haven't met this trouble..thanks..
find quote
Bert02 Offline
Junior Member
Posts: 11
Joined: Feb 2012
Reputation: 0
Post: #10
im still having this error and dont know why i didnt have a problem with the .42 version
and every time i roll back to the .42 ersion it updates to .51 when i close xmbc
find quote
Post Reply