-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
application closes when i try to log in #128
Comments
A couple of things to note here
Note: My build sometimes crashes when initially making the token, its a flaw with it however wont give u the above error |
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 :/ |
Make sure that settings.txt is configured as above, before private.txt & tempToken.txt exist else it'll still generate a bad token. |
Bless that worked! thank you so much |
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: