Opened at 2021-05-07T15:07:33Z
Last modified at 2021-05-12T16:03:39Z
#3704 closed defect
"tahoe get" attribute error — at Version 1
Reported by: | meejah | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | code-frontend-cli | Version: | n/a |
Keywords: | python3 | Cc: | |
Launchpad Bug: |
Description (last modified by meejah)
I get an exception ending with:
return self.currentContext().callWithContext(ctx, func, *args, **kw) File "/home/meejah/work/leastauthority/src/tahoe-lafs/venv/local/lib/python2.7/site-packages/twisted/python/context.py", line 85, in callWithContext return func(*args,**kw) File "/home/meejah/work/leastauthority/src/tahoe-lafs/src/allmydata/scripts/cli.py", line 511, in get rc = tahoe_get.get(options) File "/home/meejah/work/leastauthority/src/tahoe-lafs/src/allmydata/scripts/tahoe_get.py", line 36, in get outf = outf.buffer exceptions.AttributeError: 'file' object has no attribute 'buffer'
When running tahoe -d testgrid/bob get URI:CHK:<the cap> in a local test-grid.
Note: See
TracTickets for help on using
tickets.