Crash "IOError: [Errno 2] No such file or directory: '/media/hdd/timeshift/pts_livebuffer_2.meta'"

Issue #244 resolved
Ian Brabham created an issue

Crash!

Getting a bit tired of putting reports like this in. Every time some file or directory does not exist or is not accessible some part of the code crashes. We put a crash dump in and that one instance gets a try/catch wrapped around it. How about putting a little effort in and find and fix all the crash-able IO calls.

Traceback (most recent call last): File "/usr/lib/enigma2/python/mytest.py", line 215, in processDelay callback(*retval) File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 2694, in recordQuestionCallback File "/usr/lib/enigma2/python/Components/Timeshift.py", line 548, in saveTimeshiftEventPopup IOError: [Errno 2] No such file or directory: '/media/hdd/timeshift/pts_livebuffer_2.meta' (PyObject_CallObject(<bound method Session.processDelay of <main.Session instance at 0x1d1a2d8>>,()) failed)

Reproduction steps

Tried to save time shift buffer to a recording.

Comments (3)

  1. Peter Urbanec
    • removed issue_resolution
    • removed issue_percent
    • removed issue_close
    • removed issue_status

    The issue was updated with the following change(s):

    • The status has been updated, from New to Closed.
    • This issue has been closed
    • This issue's progression has been updated to 100 percent completed.
    • The resolution has been updated, from Not determined to Fixed.
  2. Log in to comment