-
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
App crashing on start #34
Comments
This is error code 9599, and the issue is that Nintendo is now requiring the timestamp sent in requests to match the one from the Android emulator used to generate the |
@MCMi460 Hi. I've updated the imink API documentation. Hope it helps. |
Hello, |
I see, thank you so much! Once I get home, I'll write the commit. |
The issue will be solved in the next release, which will (hopefully) be today. |
I'm not sure how long it would take to fix your app and do you have a support discord or something like that? |
Er, I suppose I could create a support Discord server, but it wouldn't be very professional. Also, I'll finish updating the API classes internally this afternoon, and hopefully release the newest compiled app later today. Here is the invite: |
This should be fixed in 8abf86c. If you are still having troubles, please reopen this issue. Edit: Version 1.3.2 has now been released, and it fixes the issues mentioned in this thread. Thank you for waiting. |
Traceback (most recent call last):
File "cli.py", line 77, in update
File "api_init_.py", line 113, in getSelf
File "api_init_.py", line 126, in getFriends
File "api_init_.py", line 293, in populateList
KeyError: 'result'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "app.py", line 561, in
File "app.py", line 151, in selfService
File "app.py", line 258, in changeState
File "cli.py", line 83, in update
File "api_init_.py", line 104, in updateLogin
KeyError: 'result'
The text was updated successfully, but these errors were encountered: