[mythtv-users] Remotely monitor Backend is running

Barry Martin barry3martin at gmail.com
Wed Oct 13 16:26:16 UTC 2021


Hi Stephen!


> It is looking like there are still some missing Python modules.  The
> easiest way to tell exactly what is going on is just to manually run
> the "from" command.  So run "python2", then from the Python command
> prompt, run:
>
> from MythTV.services_api import send as api
>
> There should be a detailed traceback which will tell you what the
> missing Python module is called.  To exit Python, use Ctrl-D (which
> closes the input file from the keyboard, causing Python to exit).


 From Terminal:

  
barry at NZXT:~$ python2
Python 2.7.17 (default, Feb 27 2021, 15:10:58)
[GCC 7.5.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>> from MythTV.services_api import send as api
Traceback (most recent call last):
	File "<stdin>", line 1, in <module>
ImportError: No module named services_api
 >>> exit()
barry at NZXT:~$


Which verifies what Bill had asked (I received his message prior to yours).

Barry



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20211013/2a66f98b/attachment.htm>


More information about the mythtv-users mailing list