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
341 stars 95 forks source link

link_updater.CSSURLUpdater error #33

Closed edjayz closed 13 years ago

edjayz commented 13 years ago

I meet this error when fc is working.

Arbitrator.ProcessorChain - ERROR - The processsor 'link_updater.CSSURLUpdater' has failed while processing the file '/var/www/injoys/sites/default/files/css/css_4bee6decddcc0803d936840e3577390f.css'. Exception class: <type 'exceptions.TypeError'>. Message: 'NoneType' object is unsubscriptable.

Just before, it was complaining about that images listed in the css file wasn't synced. Now the images are synced but the file couldn't be rewrited. Thx for the help and sorry for the English

wimleers commented 13 years ago

Analog to #45.