Video library update python script for SABnzbd

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
schumi2004 Offline
Fan
Posts: 671
Joined: Aug 2011
Reputation: 4
Post: #31
This script seems to crash with latest XBMC version.
Anyone updated the script?

DS211> /volume1/@appstore/python/bin/python /volume1/xbmc/xbmc.library.update.py
Traceback (most recent call last):
File "/volume1/xbmc/xbmc.library.update.py", line 92, in <module>
xbmc.VideoLibrary.Scan()
File "/volume1/xbmc/xbmc.library.update.py", line 30, in __call__
return XBMCJSON.__dict__['Request'](self, method, kwargs)
File "/volume1/xbmc/xbmc.library.update.py", line 57, in Request
f = urllib2.urlopen(request)
File "/volume1/@appstore/python/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/volume1/@appstore/python/lib/python2.7/urllib2.py", line 400, in open
response = self._open(req, data)
File "/volume1/@appstore/python/lib/python2.7/urllib2.py", line 418, in _open
'_open', req)
File "/volume1/@appstore/python/lib/python2.7/urllib2.py", line 378, in _call_chain
result = func(*args)
File "/volume1/@appstore/python/lib/python2.7/urllib2.py", line 1207, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/volume1/@appstore/python/lib/python2.7/urllib2.py", line 1177, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 111] Connection refused>
DS211>

[Image: watched-clearlogo.jpg]
(This post was last modified: 2013-03-30 03:53 by schumi2004.)
find quote
Post Reply