You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error when trying to run python arbitrator.py.
Running the lastest version, installed via pip running Python 2.7.3 and Django 1.5.4.
2013-09-15 16:59:35,796 - Arbitrator - ERROR - Could not start transporter 'cf'. Error: 'init() takes at most 3 arguments (7 given)'.
2013-09-15 16:59:35,797 - Arbitrator - ERROR - Could not start transporter 's3'. Error: 'init() takes at most 3 arguments (7 given)'.
2013-09-15 16:59:35,797 - Arbitrator - ERROR - Server connection tests: could not connect with 2 servers.
Thanks, in advance, for any help here.
The text was updated successfully, but these errors were encountered:
Hrm. Something seems seriously broken there :( I don't have time to dig in further though. If you can do some debugging yourself first, I might be able to help you.
What i is discovered was that the exception was raised in
transport_s3.py
31 self.storage = S3BotoStorage(
32 self.settings["bucket_name"].encode('utf-8'),
33 self.settings["access_key_id"].encode('utf-8'),
34 self.settings["secret_access_key"].encode('utf-8'),
35 "public-read",
36 "public-read",
37 self.class.headers
38 )
I'm getting the following error when trying to run python arbitrator.py.
Running the lastest version, installed via pip running Python 2.7.3 and Django 1.5.4.
2013-09-15 16:59:35,796 - Arbitrator - ERROR - Could not start transporter 'cf'. Error: 'init() takes at most 3 arguments (7 given)'.
2013-09-15 16:59:35,797 - Arbitrator - ERROR - Could not start transporter 's3'. Error: 'init() takes at most 3 arguments (7 given)'.
2013-09-15 16:59:35,797 - Arbitrator - ERROR - Server connection tests: could not connect with 2 servers.
Thanks, in advance, for any help here.
The text was updated successfully, but these errors were encountered: