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

File conveyor problem #125

Open gilFrimper opened 12 years ago

gilFrimper commented 12 years ago

Hi, I got this error:

2012-07-26 09:05:01,985 - Arbitrator - ERROR - The processor module 'link_updater.CSSURLUpdater' could not be found. Tried (link_updater.CSSURLUpdater, processors.link_updater.CSSURLUpdater)

Any ideas?

Thanks, Gil.

wimleers commented 11 years ago

Try cding into the directory where arbitrator.py lives, then starting arbitrator.py from there.

smscotten commented 10 years ago

sanctum:fileconveyor splicer$ cd /usr/local/fileconveyor sanctum:fileconveyor splicer$ python arbitrator.py 2013-09-17 03:57:29,696 - Arbitrator - WARNING - File Conveyor is initializing. 2013-09-17 03:57:29,699 - Arbitrator - WARNING - Loaded config file. 2013-09-17 03:57:29,700 - Arbitrator - ERROR - The processor module 'link_updater.CSSURLUpdater' could not be found. Tried (link_updater.CSSURLUpdater, processors.link_updater.CSSURLUpdater)

wimleers commented 10 years ago

Do other processors work? (i.e. can you comment out this one, and see if it works then?)