-
Notifications
You must be signed in to change notification settings - Fork 129
Description
System:
- OS: Ubuntu
- Python version: 3.10
pipx
installation method: Fully isolated- PyRadio Version: 0.9.3.11.15
- Player used: vlc
Additional context
Hi. In config menu in General Options I want to select param Player, but pyradio closing and i see this text:
Traceback (most recent call last): Press ? for help
File "/home/orangepi/.local/bin/pyradio", line 7, in
sys.exit(shell())
File "/home/orangepi/.local/pipx/venvs/pyradio/lib/python3.10/site-packages/pyradio/main.py", line 994, in shell
curses.wrapper(pyradio.setup)
File "/usr/lib/python3.10/curses/init.py", line 94, in wrapper
return func(stdscr, *args, **kwds)
File "/home/orangepi/.local/pipx/venvs/pyradio/lib/python3.10/site-packages/pyradio/radio.py", line 1319, in setup
self.run()
File "/home/orangepi/.local/pipx/venvs/pyradio/lib/python3.10/site-packages/pyradio/radio.py", line 2311, in run
ret = self.keypress(c) # Handle shortcut
File "/home/orangepi/.local/pipx/venvs/pyradio/lib/python3.10/site-packages/pyradio/radio.py", line 7757, in keypress
self._player_select_win = PyRadioSelectPlayer(
File "/home/orangepi/.local/pipx/venvs/pyradio/lib/python3.10/site-packages/pyradio/config_window.py", line 2192, in init
self.init_window()
File "/home/orangepi/.local/pipx/venvs/pyradio/lib/python3.10/site-packages/pyradio/config_window.py", line 2232, in init_window
self._extra = ExtraParameters(
File "/home/orangepi/.local/pipx/venvs/pyradio/lib/python3.10/site-packages/pyradio/config_window.py", line 1626, in init
self.reset(saved=False)
File "/home/orangepi/.local/pipx/venvs/pyradio/lib/python3.10/site-packages/pyradio/config_window.py", line 1877, in reset
self.active = self._items.index('profile:pyradio')
ValueError: 'profile:pyradio' is not in list