[mythtv-users] sendProfile.py crashes nearly every boot (0.27)

Bill Meek keemllib at gmail.com
Sun Sep 29 19:10:19 UTC 2013


On 09/29/2013 01:11 PM, Douglas Peale wrote:
> Nearly every boot of my computer sendProfile.py crashes and wants to send an error report. (A curse on the bug reporting tool
> that does not let one copy & paste text from it!)
> Title: "sendProfile.py crashed with MythBEError in__init__(): Failed to connect to backend at (my IP address censored):6543".
>
> Perhaps sendProfile.py is somehow getting run before the backend starts?
>
> In any case, is there a work around for this?

Hi;

I don't get the error you mentioned, but I have noticed
it failing.

The backend runs it (by the housekeeper,) In my logs,
3 seconds after the BE starts.

Does it work if you do this (after the BE is up and running:)

     sudo su mythtv
     /usr/share/mythtv/hardwareprofile/sendProfile.py --submitOnly -a

(your path to the share directory may be different)

Mine works if I do the above. but in the backend log,
I always see:

     ...housekeeper.cpp:571 (RegisterTask) - Registering HouseKeeperTask 'HardwareProfiler'.
     ...housekeeper.cpp:637 (Start) - Queueing HouseKeeperTask 'HardwareProfiler'.
     ...housekeeper.cpp:132 (Run) - Running HouseKeeperTask 'HardwareProfiler'.
     ...housekeeper.cpp:136 (Run) - HouseKeeperTask 'HardwareProfiler' Failed.

Bill


More information about the mythtv-users mailing list