[RELEASE] Texture Cache Maintenance utility
Here's an interesting error for you to ponder!

Code:
Traceback (most recent call last):
  File "./mklocal.py", line 793, in <module>
    main(init())
  File "./mklocal.py", line 773, in main
    workitem = processItem(args, "episode", episode, episode_items, showTitle=mediatitle)
  File "./mklocal.py", line 371, in processItem
    newname = processArtwork(args, mediatype, media, mediatitle, artitem["type"], mediafile, oldname, artpath_m, artpath_s)
  File "./mklocal.py", line 443, in processArtwork
    fname = pathToXBMC(getImage(args, mediatype, media, title, atype, filename, currentname, target))
  File "./mklocal.py", line 538, in getImage
    info(args, "%9d bytes" % len(idata), atype, title, None, None, target=target)
  File "./mklocal.py", line 107, in info
    line = "%s%-15s - %-10s - %-45s -> %s" % (line, msg, atype.center(10), addEllipsis(45, title), target)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 68: ordinal not in range(128)
Reply


Messages In This Thread
Crash on Gotham on OS X - by desepticon - 2014-05-29, 17:57
RE: [RELEASE] Texture Cache Maintenance utility - by raspberry_pd - 2014-09-20, 22:00
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