[mythtv-users] 0.28.1: no recordings started was: Re: 0.28 compilation issue

Bill Meek keemllib at gmail.com
Sat Aug 5 12:41:15 UTC 2017


On 08/05/2017 07:10 AM, Udo van den Heuvel wrote:
> On 04-08-17 09:59, Udo van den Heuvel wrote:
>> On 04-08-17 08:57, Udo van den Heuvel wrote:
>>> There /is/ info shown for a few radio channels.
>>> Something to do with tv_grab_nl ?
>>
>> So I updated tv_grab_nl.py from
>> https://github.com/tvgrabbers/tvgrabnlpy/blob/master/tv_grab_nl.py and
>> reran mythfilldatabase.
>> This ran for ~40 minutes or so and exited cleanly.
>> The backend started recording if I can believe the logging so new
>> program data was received and put in the right spot(s).
>>
>> After I refreshed the mythweb page I saw a 'new' issue:
>>
>> Six mentions of:
>>
>> Warning at /usr/share/mythweb/modules/tv/classes/Program.php, line 184:
>> !!NoTrans: A non-numeric value encountered!!
> 
> These messages mention different consecutive lines and are related to
> this code
> 
>      // Assign shortcut names to the new audio/video/subtitle property flags
>          $this->stereo                       = $this->audioproperties & 0x01;
>          $this->mono                         = $this->audioproperties & 0x02;
>          $this->surround                     = $this->audioproperties & 0x04;
>          $this->dolby                        = $this->audioproperties & 0x08;
>          $this->audiohardhear                = $this->audioproperties & 0x10;
>          $this->audiovisimpair               = $this->audioproperties & 0x20;
> 
> from /usr/share/mythweb/modules/tv/classes/Program.php.
> What is wrong with these audioproperties?


Does line 184 itself look like this:

     $this->recordedid               = $data['recordedid'];

(https://code.mythtv.org/cgit/mythweb/tree/modules/tv/classes/Program.php#n184)

-- 
Bill


More information about the mythtv-users mailing list