wimleers / fileconveyor

File Conveyor is a daemon written in Python to detect, process and sync files. In particular, it's designed to sync files to CDNs. Amazon S3 and Rackspace Cloud Files, as well as any Origin Pull or (S)FTP Push CDN, are supported. Originally written for my bachelor thesis at Hasselt University in Belgium.
https://wimleers.com/fileconveyor
The Unlicense
340 stars 95 forks source link

Unhandled exception of type 'KeyError' detected #126

Closed skedone closed 11 years ago

skedone commented 11 years ago

Hi, sometimes Fileconveyor spawn this error and then it stop working. Any ideas? :(

2012-09-03 19:09:11,051 - Arbitrator - ERROR - Unhandled exception of type 'KeyError' detected, arguments: '(None,)'. Traceback (most recent call last): File "/var/fileconveyor/arbitrator.py", line 283, in run self.process_discover_queue() File "/var/fileconveyor/arbitrator.py", line 368, in process_discover_queue self.logger.info("Pipeline queue: merged events for '%s': %s + %s cancel each other out, thus removed this file." % (input_file, FSMonitor.EVENTNAMES[old_event], FSMonitor.EVENTNAMES[event], FSMonitor.EVENTNAMES[merged_event])) KeyError: None 2012-09-03 19:09:11,052 - Arbitrator - ERROR - Stopping File Conveyor to ensure the application is stopped in a clean manner. 2012-09-03 19:09:11,053 - Arbitrator - WARNING - Stopping.

skedone commented 11 years ago

I found a duplicate. Sorry for this issue (still not resolved btw).

https://github.com/wimleers/fileconveyor/issues/112