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
Please help me load playlists into the player. Currently it just outputs the following message in the terminal:
`During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ishmam/.local/bin/yterm", line 8, in
sys.exit(main())
File "/home/ishmam/.local/lib/python3.8/site-packages/yTermPlayer/main.py", line 28, in main
loop.run()
File "/home/ishmam/.local/lib/python3.8/site-packages/urwid/main_loop.py", line 287, in run
self._run()
File "/home/ishmam/.local/lib/python3.8/site-packages/urwid/main_loop.py", line 385, in _run
self.event_loop.run()
File "/home/ishmam/.local/lib/python3.8/site-packages/urwid/main_loop.py", line 792, in run
if e.args[0] != 4:
IndexError: tuple index out of range
`
I am a newbie at python and cannot to figure out the problem. Please help.
The text was updated successfully, but these errors were encountered:
Experiencing the same, everyone else encouraged to add your 👍 to the issue description. @vaibkumr: pinging you in case you're not getting notifications. Also, if you're unable to maintain the project, consider opening the project for co-maintainership or adoption (https://adoptoposs.org might come handy), since the project is very useful. Creating issue and/or posting in the readme would help. In any case, thanks for sharing!
Please help me load playlists into the player. Currently it just outputs the following message in the terminal:
`During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ishmam/.local/bin/yterm", line 8, in
sys.exit(main())
File "/home/ishmam/.local/lib/python3.8/site-packages/yTermPlayer/main.py", line 28, in main
loop.run()
File "/home/ishmam/.local/lib/python3.8/site-packages/urwid/main_loop.py", line 287, in run
self._run()
File "/home/ishmam/.local/lib/python3.8/site-packages/urwid/main_loop.py", line 385, in _run
self.event_loop.run()
File "/home/ishmam/.local/lib/python3.8/site-packages/urwid/main_loop.py", line 792, in run
if e.args[0] != 4:
IndexError: tuple index out of range
`
I am a newbie at python and cannot to figure out the problem. Please help.
The text was updated successfully, but these errors were encountered: