Hi,
I'm trying to run:
./texturecache.py P
But I'm getting an exception:
Traceback (most recent call last):
File "./texturecache.py", line 8660, in <module>
main(sys.argv[1:])
File "./texturecache.py", line 8487, in main
pruneCache(remove_nonlibrary_artwork=True)
File "./texturecache.py", line 6577, in pruneCache
(libraryFiles, mediaFiles) = getAllFiles(keyFunction=getKeyFromFilename)
File "./texturecache.py", line 6886, in getAllFiles
episodedata = jcomms.getDataProxy("episodes", REQUEST, uniquecast=UCAST)
File "./texturecache.py", line 3257, in getDataProxy
data = self.chunkedLoad(mediatype, request, trim_cast_thumbs, idname=idname, silent=silent, uniquecast=uniquecast)
File "./texturecache.py", line 3296, in chunkedLoad
data = self.sendJSON(request, idname)
File "./texturecache.py", line 2298, in sendJSON
for m in self.parseResponse(udata):
File "./texturecache.py", line 2394, in parseResponse
idx = _w(data, 0).end()
TypeError: cannot use a string pattern on a bytes-like object
Log:
tc.log.zip