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

Exception class: <type 'exceptions.UnicodeEncodeError'>. Message: 'ascii' codec can't encode character u'\u2013' in position 162: ordinal not in range(128) #179

Open nitinkumartech opened 6 years ago

nitinkumartech commented 6 years ago

While processing some file which basically converts pdf to images and transports. We are getting "2018-07-02 14:58:07,085 - Arbitrator.ProcessorChain - ERROR - The processsor 'multiple_pages.Mpages' has failed while processing the file 'D:\Shares\Auto\filename – 28th May to 7th July.pdf'. Exception class: <type 'exceptions.UnicodeEncodeError'>. Message: 'ascii' codec can't encode character u'\u2013' in position 162: ordinal not in range(128).".

Can you please guide me on what can be the issue?