#3704 closed defect (fixed)

"tahoe get" attribute error

Reported by: meejah Owned by: itamarst
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.

Change History (3)

comment:1 Changed at 2021-05-07T15:07:48Z by meejah

  • Description modified (diff)

comment:2 Changed at 2021-05-10T14:23:00Z by itamarst

  • Owner set to itamarst

comment:3 Changed at 2021-05-12T16:03:39Z by GitHub <noreply@…>

  • Resolution set to fixed
  • Status changed from new to closed

In 32e82a5/trunk:

Merge pull request #1057 from tahoe-lafs/3704-tahoe-get-regression

Fix tahoe get regression.

Fixes ticket:3704

Note: See TracTickets for help on using tickets.