Ticket #2361 (new enhancement)

Opened 3 years ago

Last modified 2 years ago

Pippy fails to start if journal entry is corrupt

Reported by: tonyforster Owned by: lfaraone
Priority: Unspecified by Maintainer Milestone: Unspecified by Release Team
Component: Pippy Version: Unspecified
Severity: Unspecified Keywords:
Cc: Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

If the saved session in the journal is corrupt, Pippy fails to start without explanation. It would be better if pippy started with a blank document and possibly an error message

File "/home/olpc/Activities/Pippy.activity/pippy_app.py", line 431, in load_from_journal

text = open(file_path).read()

IOError: [Errno 2] No such file or directory: dbus.String(u)
Exited with status 1, pid 2098 data (None, <open file '<fdopen>', mode 'w' at 0x8c5dac0>, dbus.ByteArray('15113b5dd72d7b38398da776caad730edbb014a6', variant_level=1))

Change History

Changed 2 years ago by RafaelOrtiz

  • type changed from defect to enhancement

Haven't been able to reproduce this one.

updating to enhancement, because is not an error of the activity per se, but it's interaction with the journal.

Note: See TracTickets for help on using tickets.