[RELEASE] Texture Cache Maintenance utility
Hey,

I'm trying to run:
Code:
python texturecache.py c movies
which is giving this error:

Code:
Traceback (most recent call last):
  File "texturecache.py", line 5867, in <module>
    main(sys.argv[1:])
  File "texturecache.py", line 5745, in main
    extraFields=_extraFields, query=_query)
  File "texturecache.py", line 3132, in jsonQuery
    cacheImages(mediatype, jcomms, database, data, title_name, id_name, force, n
odownload)
  File "texturecache.py", line 3175, in cacheImages
    parseURLData(jcomms, mediatype, mediaitems, imagecache, data, title_name, id
_name)
  File "texturecache.py", line 3424, in parseURLData
    for file in jcomms.getExtraArt(item):
  File "texturecache.py", line 1763, in getExtraArt
    for file in data["result"]["files"]:
TypeError: 'NoneType' object is not iterable

I've spotted the main(sys.argv[1:] and tried using command like
Code:
python texturecache.py c movies zombie
and everything runs as expected.

Anything I might be missing?!
Image Image
Reply


Messages In This Thread
RE: [RELEASE] Texture Cache Maintenance utility - by redglory - 2013-11-29, 01:24
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