#1254 closed defect (obsolete)
Activitiestray traceback when palette offers the chance to resume a download
Reported by: | garycmartin | Owned by: | tomeu |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Sugar | Version: | 0.84.x |
Severity: | Unspecified | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description
Occasionally the download palette with show a "Resume" option (usually after the remote end has gone offline/sleep at some point). Selecting "Resume" (with or without the remote machine being back up and available) has no effect and causes the below traceback:
Traceback (most recent call last): File "/home/garycmartin/sugar-jhbuild/install/lib/python2.6/site-packages/jarabe/frame/activitiestray.py", line 791, in __resume_activate_cb self.file_transfer.resume() AttributeError: 'IncomingFileTransfer' object has no attribute 'resume'
Appears on both 0.84.x and latest 0.85.x.
Attachments (1)
Change History (3)
Changed 14 years ago by garycmartin
comment:1 Changed 10 years ago by dnarvaez
- Resolution set to obsolete
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
The code referenced by the traceback doesn't seem to exist anymore.