Changes between Initial Version and Version 1 of Ticket #3709


Ignore:
Timestamp:
06/18/2012 15:38:56 (12 years ago)
Author:
manuq
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3709 – Description

    initial v1  
    88 4. remove the external device, restart the activity from the Journal entry
    99
    10 Currently, an error is shown in the logs for the second time the activity is started.  Log attached.
     10Currently, a OSError raised, can be seen in the logs for the second time the activity is started.  Complete log attached.
     11
     12{{{
     13Traceback (most recent call last):
     1436        File "/home/olpc/Activities/Jukebox.activity/jukeboxactivity.py", line 491, in _start
     1537          jobject = datastore.get(url[len("journal://"):])
     1638        File "/usr/lib/python2.7/site-packages/sugar/datastore/datastore.py", line 295, in get
     1739          return RawObject(object_id)
     1840        File "/usr/lib/python2.7/site-packages/sugar/datastore/datastore.py", line 228, in __init__
     1941          stat = os.stat(file_path)
     2042      OSError: [Errno 2] No such file or directory: '/run/media/olpc/9DF7-AE82/test-files/Hydrate-Kenny_Beltrey.ogg'
     21}}}