[mythtvnz] No EPG - need temp solution
Stephen Worthington
stephen_agent at jsw.gen.nz
Mon Apr 18 07:43:58 BST 2022
On Mon, 18 Apr 2022 16:33:48 +1200, you wrote:
>I still get this:-
>
>robert at FishMyth:~$ systemctl status epg
>? epg.service - Get MHEG5 EPG for MythTV
> Loaded: loaded (/etc/systemd/system/epg.service; disabled; vendor
>preset: enabled)
> Active: active (running) since Mon 2022-04-18 16:21:28 NZST; 6min ago
>TriggeredBy: ? epg.timer
> Main PID: 3558 (do_mhegepgsnoop)
> Tasks: 2 (limit: 4508)
> Memory: 5.2M
> CGroup: /system.slice/epg.service
> ??3558 /bin/bash /usr/local/bin/do_mhegepgsnoop.sh
> ??3850 sleep 5m
>
>Apr 18 16:21:30 FishMyth bash[3568]: Error accessing mythconverg
>database using Python bindings. Exiting.
>Apr 18 16:21:30 FishMyth bash[3584]: rm: cannot remove '/tmp/xmltv.xml':
>No such file or directory
>Apr 18 16:21:30 FishMyth bash[3558]: Warning: mhegepgsnoop failed
>(retval=1), retrying after sleep 5m
>Apr 18 16:26:30 FishMyth bash[3558]: Try 2, running mhegepgsnoop.py now
>Apr 18 16:26:30 FishMyth bash[3845]: Options selected =
>Namespace(UTC=False, both=True, clean_titles=False, demux_device='/dev/dvb/>
>Apr 18 16:26:30 FishMyth bash[3845]: Getting channel info from MythTV
>database using Python bindings
>Apr 18 16:26:32 FishMyth bash[3845]: Cannot find home directory to write to
>Apr 18 16:26:32 FishMyth bash[3845]: Error accessing mythconverg
>database using Python bindings. Exiting.
>Apr 18 16:26:32 FishMyth bash[3849]: rm: cannot remove '/tmp/xmltv.xml':
>No such file or directory
>Apr 18 16:26:32 FishMyth bash[3558]: Warning: mhegepgsnoop failed
>(retval=1), retrying after sleep 5m
>lines 1-21/21 (END)
It is still not finding the config.xml. There is a way of telling
MythTV programs specifically where to look, so please add these two
lines to your do_mhegepgsnoop.py file at the end of the configuration
settings at the top of the file (after #MAP_FILE=)
# Force a specific location for finding the MythTV configuration.
MYTHCONFDIR=/etc/mythtv
More information about the mythtvnz
mailing list