Closed HotaruBlaze closed 11 months ago
My nso is not working since today, i already reinstalled it and deleted the documents folder, but after loiging in the account, it gives this error:
Traceback (most recent call last): File "cli.py", line 88, in update File "api__init.py", line 176, in getSelf File "api\init.py", line 189, in getFriends File "api\init.py", line 354, in populateList File "api\init__.py", line 351, in populateList KeyError: 'result'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "api__init__.py", line 165, in updateLogin KeyError: 'result'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "app.py", line 833, in
My nso is not working since today, i already reinstalled it and deleted the documents folder, but after loiging in the account, it gives this error:
Traceback (most recent call last): File "cli.py", line 88, in update File "apiinit.py", line 176, in getSelf File "apiinit.py", line 189, in getFriends File "apiinit.py", line 354, in populateList File "apiinit.py", line 351, in populateList KeyError: 'result'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "apiinit.py", line 165, in updateLogin KeyError: 'result'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "app.py", line 833, in File "app.py", line 352, in selfService File "app.py", line 487, in changeState File "app.py", line 484, in changeState File "cli.py", line 94, in update File "apiinit.py", line 167, in updateLogin Exception: Failure with authorization: 'result' Login returns {'status': 9403, 'errorMessage': 'Invalid token.', 'correlationId': 'adf503fc-b0267791'}
Follow the instructions here https://github.com/MCMi460/NSO-RPC/issues/113#issuecomment-1833343198 instead of hijacking an issue.
My nso is not working since today, i already reinstalled it and deleted the documents folder, but after loiging in the account, it gives this error: Traceback (most recent call last): File "cli.py", line 88, in update File "apiinit.py", line 176, in getSelf File "apiinit.py", line 189, in getFriends File "apiinit.py", line 354, in populateList File "apiinit.py", line 351, in populateList KeyError: 'result' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "apiinit.py", line 165, in updateLogin KeyError: 'result' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "app.py", line 833, in File "app.py", line 352, in selfService File "app.py", line 487, in changeState File "app.py", line 484, in changeState File "cli.py", line 94, in update File "apiinit.py", line 167, in updateLogin Exception: Failure with authorization: 'result' Login returns {'status': 9403, 'errorMessage': 'Invalid token.', 'correlationId': 'adf503fc-b0267791'}
Follow the instructions here #113 (comment) instead of hijacking an issue.
I did this, but it still doesnt work
My nso is not working since today, i already reinstalled it and deleted the documents folder, but after loiging in the account, it gives this error: Traceback (most recent call last): File "cli.py", line 88, in update File "apiinit.py", line 176, in getSelf File "apiinit.py", line 189, in getFriends File "apiinit.py", line 354, in populateList File "apiinit.py", line 351, in populateList KeyError: 'result' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "apiinit.py", line 165, in updateLogin KeyError: 'result' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "app.py", line 833, in File "app.py", line 352, in selfService File "app.py", line 487, in changeState File "app.py", line 484, in changeState File "cli.py", line 94, in update File "apiinit.py", line 167, in updateLogin Exception: Failure with authorization: 'result' Login returns {'status': 9403, 'errorMessage': 'Invalid token.', 'correlationId': 'adf503fc-b0267791'}
Follow the instructions here #113 (comment) instead of hijacking an issue.
I did this, but it still doesnt work
Just tested it again and this fix is still working, You may have made a mistake. You are able to just copy and paste the example given for settings.txt, Also this wont work if your not using my release linked in 1.
if you are still having issues, we will need your logs.txt or you to join discord to help you further.
Did copy the code and it still doesnt work, give me the discord link then pls
Did copy the code and it still doesnt work, give me the discord link then pls
This allows you to override the version used for f-token generation, where in some cases the new tokens don't work but the previous ones do.
This is a more easier way to override the version rather than overriding and rebuilding for "temp fixes", while a previous versions tokens are still valid for NSO-RPC.
Ideally this would have a GUI element, however the way NSO-RPC is structured currently makes this harder to implement.