Ticket #2111 (new defect)
File Transfer don't work: the transfer never finish
| Reported by: | Dcastelo | Owned by: | tomeu |
|---|---|---|---|
| Priority: | Normal | Milestone: | 0.88.x |
| Component: | sugar | Version: | 0.88.x |
| Severity: | Unspecified | Keywords: | r! |
| Cc: | bernie, garycmartin | Distribution/OS: | OLPC |
| Bug Status: | Assigned |
Description
When you transfer a journal entry between two machines the transfer suddenly break out . The icon in the destiny machine show that all the data have been transfered, but the process never finish.
If you see the shell.log it shown:
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 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 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'

