Hi Tim here you go
login as: pi
pi@192.168.8.188's password:
Linux raspberrypi 4.19.118-v7l+ #1311 SMP Mon Apr 27 14:26:42 BST 2020 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Fri Jul 17 17:04:25 2020
pi@raspberrypi:~ $ cd /home/pi/ryde
pi@raspberrypi:~/ryde $ python3 -m rydeplayer /home/pi/ryde/config.yaml
pygame 1.9.4.post1
Hello from the pygame community.
https://www.pygame.org/contribute.html
Namespace(**{'Config File': '/home/pi/ryde/config.yaml'})
/home/pi/ryde
Handset has no button definitions
Handset has no button definitions
Frequency: 741500
Symbol Rate: 1500
Polarity: PolarityEnum.NONE
Port: inPortEnum.TOP
[None]
Traceback (most recent call last):
File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/pi/ryde/rydeplayer/__main__.py", line 20, in <module>
player.run()
File "/home/pi/ryde/rydeplayer/player.py", line 327, in run
newplayer = player('config.yaml')
File "/home/pi/ryde/rydeplayer/player.py", line 237, in __init__
self.vlcStartup()
File "/home/pi/ryde/rydeplayer/player.py", line 319, in vlcStartup
self.vlcPlayer = self.vlcInstance.media_player_new()
AttributeError: 'NoneType' object has no attribute 'media_player_new'
pi@raspberrypi:~/ryde $