Opened 14 years ago

Last modified 11 years ago

#2281 closed defect

Cannot successfully send with "send to" in journal — at Version 1

Reported by: carrott Owned by:
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Sugar Version: Unspecified
Severity: Unspecified Keywords: dextrose
Cc: tonyforster Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description (last modified by carrott)

dextrose os373pyg on XO-1.0 and XO-1.5

Selecting "send to" in the journal results in a challenge in the frame of the recipient, and then a progress bar when you accept the transfer, but the transfer never finishes. The progress bar gets to 100% but the object never shows up in the journal and the file transfer never disappears from the frame.

We sent from tux (XO-1.0)
We received on shadow (XO-1.5)
We sent and received with tux (XO-1.0) and poppy-copy (XO-1.5)

Unfortunately we are not sure which senders sent to which recipients.

There are numerous exception in the recipient's shell.log, see attached for the full log.

AttributeError: 'NoneType' object has no attribute 'metadata'
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/jarabe/frame/activitiestray.py", line 547, in __notify_transferred_bytes_cb
    datastore.write(self._ds_object.object_id, update_mtime=False)
  File "/usr/lib/python2.6/site-packages/sugar/datastore/datastore.py", line 355, in write
    properties = ds_object.metadata.get_dictionary().copy()
AttributeError: 'NoneType' object has no attribute 'metadata'
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/jarabe/frame/activitiestray.py", line 532, in __notify_state_cb
    datastore.write(self._ds_jobject, transfer_ownership=True,
AttributeError: 'IncomingTransferButton' object has no attribute '_ds_jobject'

Change History (5)

Changed 14 years ago by carrott

log of tux sending

Changed 14 years ago by carrott

log of shadow receiving

Changed 14 years ago by carrott

log of monkey sending and receiving

Changed 14 years ago by carrott

log of poppy copy sending and receiving

comment:1 Changed 14 years ago by carrott

  • Description modified (diff)
Note: See TracTickets for help on using tickets.