[mythtv-commits] Ticket #13181: ExternalRecorder fails with "resource temporarily unavailable"

MythTV noreply at mythtv.org
Mon Nov 27 04:29:03 UTC 2017


#13181: ExternalRecorder fails with "resource temporarily unavailable"
-----------------------------------+------------------------------
 Reporter:  Marc Rawji <mrawji@…>  |          Owner:  jpoet
     Type:  Bug Report - General   |         Status:  accepted
 Priority:  minor                  |      Milestone:  needs_triage
Component:  MythTV - General       |        Version:  Unspecified
 Severity:  medium                 |     Resolution:
 Keywords:                         |  Ticket locked:  0
-----------------------------------+------------------------------

Comment (by mrawji@…):

 I just tried out your patch, and seems to work just fine. Thank for
 cleaning it up. Much more succinct than my original one. I am happy to
 merge it if you are. Can we backport this fixes/29 as well?

 One more request, if I can.

 Occasionally, my external recorder needs more than 2.5 seconds to start (I
 don't know why). Can you increase the timeout for the "Version?" command
 to let my app more time to start?

 {{{
 -    return ProcessCommand("Version?", 2500, result);
 +    return ProcessCommand("Version?", 5000, result);
 }}}

 If you want to track this in another ticket, let me know and I can do
 that.

 Thanks John!
 Marc

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13181#comment:10>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list