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
Other games work, but when I click Lost Ark in Game Selector, the following occurs:
Fatal error encountered:
Traceback (most recent call last):
File "main.py", line 101, in
File "asyncio\base_events.py", line 616, in run_until_complete
File "twitch.py", line 234, in run
File "websocket.py", line 338, in remove_topics
File "websocket.py", line 267, in remove_topics
File "websocket.py", line 66, in set_status
File "gui.py", line 165, in update
TypeError: You need to provide at least one of: status, topics
Exiting...
Application Terminated.
Close the window to exit the application.
The text was updated successfully, but these errors were encountered:
Thank you for the report. This is partially related to #8 that I just closed today, but also related to a small bug that's already been fixed in the upcoming v10, which I plan on releasing it once it's confirmed stable, and includes some better handling of the #8's case (on which I'm working right now.)
If no other problems crop up, v10 should release within the next couple of days.
Other games work, but when I click Lost Ark in Game Selector, the following occurs:
Fatal error encountered:
Traceback (most recent call last):
File "main.py", line 101, in
File "asyncio\base_events.py", line 616, in run_until_complete
File "twitch.py", line 234, in run
File "websocket.py", line 338, in remove_topics
File "websocket.py", line 267, in remove_topics
File "websocket.py", line 66, in set_status
File "gui.py", line 165, in update
TypeError: You need to provide at least one of: status, topics
Exiting...
Application Terminated.
Close the window to exit the application.
The text was updated successfully, but these errors were encountered: