[RELEASE] Texture Cache Maintenance utility
(2014-03-30, 16:03)francovilar Wrote: logfile:
2014-03-30 15:00:44.062983:MainThread: Command line args: ['./texturecache.py', 's', 'Dr. No']
2014-03-30 15:00:44.063087:MainThread: Current version #: v1.5.9
2014-03-30 15:00:44.063127:MainThread: Current platform : linux2
2014-03-30 15:00:44.063172:MainThread: Python version #: v2.7.5.0 (final)
2014-03-30 15:00:44.064864:MainThread: RPC connection established with IPv4
2014-03-30 15:00:44.065038:MainThread: libVersion.JSON SOCKET REQUEST: [{"jsonrpc": "2.0", "method": "JSONRPC.Version", "id": "libVersion"}]
2014-03-30 15:00:44.065434:MainThread: ERROR: Socket closed prematurely - exiting

Could you add a "raise" instruction at line 1685 so that it becomes:
Code:
...
        else:
          self.logger.err("ERROR: Socket closed prematurely - exiting", newLine=True, log=True)
          raise
          sys.exit(2)

and then upload another logfile and/or whatever stacktrace you see in the console when you run the modified script. I really don't understand why you should be getting an IOError, so I'm hoping that seeing the detail of the exception might shed some light.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply


Messages In This Thread
RE: [RELEASE] Texture Cache Maintenance utility - by Milhouse - 2014-03-30, 21:05
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