[RELEASE] Texture Cache Maintenance utility
#18
Thanks for the great script, it's very useful.

Running on Win8 with Python 2.7.3, XBMC 13.0a1 using a remote MySQL DB, I'm having an error with the c/C option, it downloads the first image fine, but then before getting the second image to download it returns the following error:

Code:
texturecache.py C movies "30 Days of Night"
Querying CHYCH-HTPC001:9090 for all Movies...
Movie: 30 Days of Night                          [ + fanart     ]Traceback (most recent call last):
  File "D:\programas\multimedia\XBMC\scripts\texturecache.py", line 1341, in <module>
    main(sys.argv[1:])
  File "D:\programas\multimedia\XBMC\scripts\texturecache.py", line 1306, in main
    libraryQuery("cache", argv[1], argv[2], force=True)
  File "D:\programas\multimedia\XBMC\scripts\texturecache.py", line 355, in libraryQuery
    libraryAllMovies(action, filter, force, extraFields, rescan)
  File "D:\programas\multimedia\XBMC\scripts\texturecache.py", line 482, in libraryAllMovies
    for artwork in art: loadImage(force, artwork, art[artwork], imgErrors)
  File "D:\programas\multimedia\XBMC\scripts\texturecache.py", line 786, in loadImage
    URL = getImageURL(filename)
  File "D:\programas\multimedia\XBMC\scripts\texturecache.py", line 763, in getImageURL
    data = sendJSON(REQUEST, "1")
  File "D:\programas\multimedia\XBMC\scripts\texturecache.py", line 271, in sendJSON
    return json.loads(web.getresponse().read())
  File "C:\Python\lib\httplib.py", line 1030, in getresponse
    response.begin()
  File "C:\Python\lib\httplib.py", line 407, in begin
    version, status, reason = self._read_status()
  File "C:\Python\lib\httplib.py", line 365, in _read_status
    line = self.fp.readline()
  File "C:\Python\lib\socket.py", line 430, in readline
    data = recv(1)
socket.error: [Errno 10053]

Any ideas to solve this problem?
Reply


Messages In This Thread
RE: [RELEASE] Texture Cache maintenance utility - by charrua - 2013-03-23, 15:53
Crash on Gotham on OS X - by desepticon - 2014-05-29, 17:57
Cleaning - by AleisterHH - 2018-05-28, 22:03
RE: Cleaning - by Milhouse - 2018-05-28, 22:16
qax genre not updated - by Just-Me_A-User - 2018-06-12, 22:06
RE: qax genre not updated - by Milhouse - 2018-06-12, 23:40
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Texture Cache Maintenance utility17