MilhouseVH / texturecache.py

Utility script to manage the XBMC texture cache
http://forum.xbmc.org/showthread.php?tid=158373
GNU General Public License v2.0
181 stars 34 forks source link

1.6.5: "./texturecache.py", line 761, Unable to open logfile for writing! #19

Closed inspector71 closed 10 years ago

inspector71 commented 10 years ago

./texturecache.py vscan Successfully updated from v1.6.4 to v1.6.5 Traceback (most recent call last): File "./texturecache.py", line 7269, in main(sys.argv[1:]) File "./texturecache.py", line 7007, in main loadConfig(argv) File "./texturecache.py", line 6610, in loadConfig gLogger.setLogFile(gConfig) File "./texturecache.py", line 761, in setLogFile raise IOError("Unable to open logfile for writing!") IOError: Unable to open logfile for writing!

MilhouseVH commented 10 years ago

Ah yes sorry about that. Should now be fixed with v1.6.6 - the crash is because you're not using a logfile. You will need to temporarily provide a valid logfile for v1.6.5 to work successfully and update you to v1.6.6., so try running @logfile=/tmp/x update and you should be OK again.

inspector71 commented 10 years ago

No worries, all sorted, thanks!