While the swiftclient CLI was still able to successfully download a file as demonstrated in my last reply, sure enough it was the source of the error I reported. The swiftclient was being installed by pointing pip to the github repo which installed version 2.3.1.60.gc9f79e6 as I initially reported. Uninstalling this version and reinstalling instead from standard repos installed version 2.3.1, which seems to have alleviated the problem.
On Thursday, 12 March 2015 09:20:50 UTC-7, Dave Kichler wrote: > > Thanks for the suggestion Jeff, but it would appear that swift is the > newest version available and is still working as expected (again, wrapper > only includes auth params): > > $ envs/wal-e/bin/swift-wrapper.sh --os-region-name ORD download stg-wale >>> /wal_005/000000050000021D0000003F.lzo >> >> wal_005/000000050000021D0000003F.lzo [auth 0.390s, headers 0.472s, total >>> 0.906s, 9.754 MB/s] >> >> > On Wednesday, 11 March 2015 20:14:35 UTC-7, Jeff Frost wrote: >> >> On Mar 11, 2015, at 7:57 PM, Dave Kichler <[email protected]> wrote: >> >> >> python-daemon (1.6.1) >> >> python-keystoneclient (0.11.1) >> >> python-swiftclient (2.3.1.60.gc9f79e6) >> >> pytz (2014.7) >> >> requests (2.4.3) >> >> setuptools (3.6) >> >> simplejson (3.6.4) >> >> six (1.8.0) >> >> stevedore (1.0.0) >> >> wal-e (0.8c2) >> >> wsgiref (0.1.2) >> >> (wal-e) >> >> >> I did attempt to downgrade wal-e wondering if this might be related to >> recent releases but the same behaviour is present in 0.8a1 and 0.7.0. >> >> I haven't had a chance to go any deeper on this particular issue but >> figured I'd post it here in case anyone else has experienced it as well or >> the issue is more obvious to other group members. >> >> >> First thing I would do is try to fetch a file with the swiftclient cli >> tool just to make sure rackspace(?) didn’t change the required version of >> swiftclient to a newer one and also validate your api keys just in case >> there’s a typo. >> >> -- You received this message because you are subscribed to the Google Groups "wal-e" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
