[Bugs] #2111 NORM: File Transfer don't work: the transfered file

Sugar Labs Bugs bugtracker-noreply at sugarlabs.org
Tue Jul 20 17:22:08 EDT 2010


#2111: File Transfer don't work: the transfered file
----------------------------+-----------------------------------------------
    Reporter:  Dcastelo     |          Owner:  tomeu 
        Type:  defect       |         Status:  new   
    Priority:  Normal       |      Milestone:  0.88.x
   Component:  sugar        |        Version:  0.88.x
    Severity:  Unspecified  |       Keywords:        
Distribution:  OLPC         |   Status_field:  New   
----------------------------+-----------------------------------------------
 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'

-- 
Ticket URL: <http://bugs.sugarlabs.org/ticket/2111>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system


More information about the Bugs mailing list