XBMC Community Forum
XBMC Library Auto Update - Script Error - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Service Add-ons (/forumdisplay.php?fid=152)
+---- Thread: XBMC Library Auto Update - Script Error (/showthread.php?tid=123793)

Pages: 1 2


XBMC Library Auto Update - Script Error - oasistech - 2012-02-24 06:08

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.


- madkillerbunny - 2012-02-26 01:24

Having the same error here...


- pkscuot - 2012-02-26 04:57

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.


- Cantello - 2012-02-28 09:56

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!


- oasistech - 2012-03-01 21:51

Installed the latest version of the addon (XBMC Library Auto Update 0.5.4). Still receiving the same results (manual/py error).


- cooltester - 2012-03-04 19:49

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:


- Cantello - 2012-03-04 20:07

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.


- Bert02 - 2012-03-05 09:20

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



wow.it's good suggestion - joselin - 2012-03-05 10:24

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..


RE: XBMC Library Auto Update - Script Error - Bert02 - 2012-03-30 08:40

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