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
Reading playlist...
Traceback (most recent call last):
File "/usr/local/bin/pyradio", line 8, in <module>
sys.exit(shell())
File "/usr/local/lib/python3.9/site-packages/pyradio/main.py", line 924, in shell
curses.wrapper(pyradio.setup)
File "/usr/local/lib/python3.9/curses/__init__.py", line 94, in wrapper
return func(stdscr, *args, **kwds)
File "/usr/local/lib/python3.9/site-packages/pyradio/radio.py", line 1068, in setup
self.run()
File "/usr/local/lib/python3.9/site-packages/pyradio/radio.py", line 1947, in run
ret = self.keypress(c)
File "/usr/local/lib/python3.9/site-packages/pyradio/radio.py", line 8075, in keypress
ret = self.saveCurrentPlaylist()
File "/usr/local/lib/python3.9/site-packages/pyradio/radio.py", line 2502, in saveCurrentPlaylist
self.refreshBody()
File "/usr/local/lib/python3.9/site-packages/pyradio/radio.py", line 1349, in refreshBody
self._redisplay[self._redisplay_list[n][0]]()
File "/usr/local/lib/python3.9/site-packages/pyradio/radio.py", line 9644, in _redisplay_stations_and_playlists
self._print_body_header()
File "/usr/local/lib/python3.9/site-packages/pyradio/radio.py", line 1482, in _print_body_header
if self._cnf._online_browser.page > 0:
AttributeError: NoneType object has no attribute page
moving a radio up or down the stations list, and then trying to access to the Radio Browser.
How To Reproduce
Steps to reproduce the behavior:
Move the cursor on a station in the list
Press ^u or ^d, then O (to go to the Radio Browser)
The window Playlist Modified pops up, press y to confirm
Pyradio exists with that error.
Expected behavior
Save the modified list, and then go to the Radio Browser...
System:
OS: FreeBSD-14.0-RELEASE
Python version: 3.9.18
PyRadio Version: 0.9.3.4
Player used: mpv
The text was updated successfully, but these errors were encountered:
Describe the bug
Pyradio exits with this Traceback:
moving a radio up or down the stations list, and then trying to access to the Radio Browser.
How To Reproduce
Steps to reproduce the behavior:
^u
or^d
, thenO
(to go to the Radio Browser)Playlist Modified
pops up, pressy
to confirmExpected behavior
Save the modified list, and then go to the Radio Browser...
System:
The text was updated successfully, but these errors were encountered: