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
Hi, I'm using Windows 11.
I downloaded the latest version and was able to open the application, but then when I try to log in the app closes. When I try to open it again, it displays this. (see below). I've tried deleting the private txt document and adding , "overrideVersion": "2.7.1". in the setting txt document (as its something I've been seeing while looking through the issues here) but it too causes the application to close when I log in. Am I doing something wrong? I'm not very knowledgeable when it comes to coding... so sorry!
Traceback (most recent call last):
File "cli.py", line 85, in update
File "api_init_.py", line 162, in getSelf
File "api_init_.py", line 175, in getFriends
File "api_init_.py", line 340, in populateList
File "api_init_.py", line 337, in populateList
KeyError: 'result'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "api_init_.py", line 151, in updateLogin
KeyError: 'result'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "app.py", line 764, in
File "app.py", line 303, in selfService
File "app.py", line 422, in changeState
File "app.py", line 419, in changeState
File "cli.py", line 91, in update
File "api_init_.py", line 153, in updateLogin
Exception: Failure with authorization: 'result'
Login returns {'status': 9403, 'errorMessage': 'Invalid token.', 'correlationId': 'ae4f0e60-53e9e019'}
The text was updated successfully, but these errors were encountered:
I tried all the fixes but it doesnt seem to work for me, I'm using the Dec 2023 build you suggested and changed settings.txt to "{"dark": true, "startInSystemTray": false, "startOnLaunch": false, "smallImagePFP": true, "friendcode": "", "overrideVersion": "2.8.1"}" not sure what I did wrong :/
Hi, I'm using Windows 11.
I downloaded the latest version and was able to open the application, but then when I try to log in the app closes. When I try to open it again, it displays this. (see below). I've tried deleting the private txt document and adding , "overrideVersion": "2.7.1". in the setting txt document (as its something I've been seeing while looking through the issues here) but it too causes the application to close when I log in. Am I doing something wrong? I'm not very knowledgeable when it comes to coding... so sorry!
Traceback (most recent call last):
File "cli.py", line 85, in update
File "api_init_.py", line 162, in getSelf
File "api_init_.py", line 175, in getFriends
File "api_init_.py", line 340, in populateList
File "api_init_.py", line 337, in populateList
KeyError: 'result'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "api_init_.py", line 151, in updateLogin
KeyError: 'result'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "app.py", line 764, in
File "app.py", line 303, in selfService
File "app.py", line 422, in changeState
File "app.py", line 419, in changeState
File "cli.py", line 91, in update
File "api_init_.py", line 153, in updateLogin
Exception: Failure with authorization: 'result'
Login returns {'status': 9403, 'errorMessage': 'Invalid token.', 'correlationId': 'ae4f0e60-53e9e019'}
The text was updated successfully, but these errors were encountered: