You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/lib/python-exec/python3.13/pyradio", line 8, in <module>
sys.exit(shell())
~~~~~^^
File "/usr/lib/python3.13/site-packages/pyradio/main.py", line 986, in shell
curses.wrapper(pyradio.setup)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/curses/__init__.py", line 94, in wrapper
return func(stdscr, *args, **kwds)
File "/usr/lib/python3.13/site-packages/pyradio/radio.py", line 1310, in setup
self.run()
~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/pyradio/radio.py", line 2292, in run
ret = self.keypress(c) # Handle shortcut
File "/usr/lib/python3.13/site-packages/pyradio/radio.py", line 9672, in keypress
self._local_functions[char]()
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/pyradio/radio.py", line 6400, in _stations_history_previous
self._cnf.stations_history.play_previous()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/pyradio/config.py", line 3541, in play_previous
self.pass_first_item_func()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/pyradio/radio.py", line 10537, in _show_first_station_history_notification
self._show_delayed_notification('___' + msg + '___')
^^^
UnboundLocalError: cannot access local variable 'msg' where it is not associated with a value
To Reproduce
Press < or >
System (please complete the following information):
OS: Gentoo Linux
Python version: 3.13
PyRadio Version: 0.9.3.11.12
Player used: mpv
The text was updated successfully, but these errors were encountered:
amano-kenji
changed the title
[BUG]
[BUG] Pressing '<' or '>' results in UnboundLocalError.
May 19, 2025
amano-kenji
changed the title
[BUG] Pressing '<' or '>' results in UnboundLocalError.
[BUG] Pressing < or > results in UnboundLocalError.
May 19, 2025
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
To Reproduce
<
or>
System (please complete the following information):
The text was updated successfully, but these errors were encountered: