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
This is what I get after issuing a terminal command to load it.
Traceback (most recent call last):
File "/usr/bin/curseradio", line 6, in
curses.wrapper(lambda s: OPMLBrowser(s, ROOT))
File "/usr/lib/python3.5/curses/init.py", line 94, in wrapper
return func(stdscr, *args, **kwds)
File "/usr/bin/curseradio", line 6, in
curses.wrapper(lambda s: OPMLBrowser(s, ROOT))
File "/usr/lib/python3.5/dist-packages/curseradio/curseradio.py", line 245, in init
self.favourites = self.load_favourites()
File "/usr/lib/python3.5/dist-packages/curseradio/curseradio.py", line 263, in load_favourites
return OPMLFavourites.from_xml(str(opmlpath))
File "/usr/lib/python3.5/dist-packages/curseradio/curseradio.py", line 44, in from_xml
for o in tree.xpath('/opml/body/outline')]
File "/usr/lib/python3.5/dist-packages/curseradio/curseradio.py", line 44, in
for o in tree.xpath('/opml/body/outline')]
File "/usr/lib/python3.5/dist-packages/curseradio/curseradio.py", line 69, in from_element
assert len(element) == 0
AssertionError
The text was updated successfully, but these errors were encountered:
This is what I get after issuing a terminal command to load it.
The text was updated successfully, but these errors were encountered: