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

UK Rackspace Cloud Files #97

Open richardsmart opened 12 years ago

richardsmart commented 12 years ago

Hi,

Has anyone successfully used with UK Rackspace Cloud please? I'm pretty sure that I have everything set up correctly (username, API key, container), however I'm getting:

2011-12-11 18:55:10,383 - Arbitrator                - WARNING  - File Conveyor is initializing.
2011-12-11 18:55:10,387 - Arbitrator                - WARNING  - Loaded config file.
2011-12-11 18:55:11,032 - Arbitrator                - ERROR    - Could not start transporter 'mosso'. Error: 'Authentication failed'.
2011-12-11 18:55:11,032 - Arbitrator                - ERROR    - Server connection tests: could not connect with 1 servers.

I'm not sure if having a different Auth URL would be causing the problem? (eg http://blog.chmouel.com/2011/01/04/how-to-use-the-rackspace-cloud-uk-api/)

Is there any way to change this in the configuration please, or am I completely off-track?

Thanks, Richard

wimleers commented 12 years ago

File Conveyor is still using a very old version of python-cloudfiles, that's probably the reason. It still has the Mosso (pre-Rackspace) auth URL: https://api.mosso.com/auth.

Should be fixe by upgrading to a newer version of python-cloudfiles.

wimleers commented 11 years ago

Also see https://github.com/chrisivens/fileconveyor/commit/b4bd2f5722e84559b08ac7b8fbed35ff5a9a60bc.

wimleers commented 11 years ago

And also see https://github.com/wimleers/fileconveyor/issues/118#issuecomment-6624100.