[mythtv-users] Scheduler does not run while a recording is pending
Stephen Worthington
stephen_agent at jsw.gen.nz
Mon Mar 16 04:34:16 UTC 2020
On Sat, 14 Mar 2020 23:59:03 +1300, you wrote:
>v30-fixes
>
>I have recently noticed a problem with scheduling recordings. If I do
>any adjustments to the schedule while a recording is in 'pending'
>state just prior to it actually starting recording, the scheduler does
>not run until there are no recordings in 'pending' state any more. So
>the on-screen display of the change I was doing (eg adding a new
>series to the recording schedule) does not show up. Once all the
>recordings have started, the scheduler finally runs and the changes
>become visible. Since the pending state typically lasts about a
>minute, this is quite disconcerting as it appears that the change I
>have been making has not happened.
>
>I think this must be a fairly recent problem as I do not remember
>encountering it until the last month or so.
And I have just found out that while a recording is in pending state,
the services API Dvr/GetUpcomingList fails - this is what my "gaps"
program reports:
Traceback (most recent call last):
File "/usr/local/bin/gaps", line 169, in <module>
resp_dict = backend.send(endpoint='Dvr/GetUpcomingList')
File "/usr/lib/python2.7/dist-packages/MythTV/services_api/send.py",
line 244, in send
.format(url))
RuntimeError: Connection problem/Keyboard Interrupt,
URL=http://mypvr:6544/Dvr/GetUpcomingList
I suspect that there is something locked that should not be and it
will be causing lots of similar problems.
More information about the mythtv-users
mailing list