-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Getting "125003: Unknown" for net.setNetMode #23
Comments
BTW, the same is happening when I'm trying to call |
Hi, i wont have time to check this for next few days (maybe a week) so if you need to resolve this fast, you may try to debug this your self.
|
Fixing issue with running out of `__requestverificationtoken` after few calls. Relates: Salamek#23
@Salamek I've tried what you said and this is the result: Trying to monitor traffic, i had to use proxy opened for the dongle (since they are hosted on another machine), surprisingly Requests are identical between python and nodejs (python sends multiple requests one after the other before logging in to (/state-login), which i don't know if it has any effect, since all responses are equal (including response headers). this might be a problem on python side, however, to me it seems there is something wrong in axios, with that said, even trying to control the dongle over proxy, it fails to log the user out. (requests are the same again). and the error is: "125003" (which i found the issue and fixed in #24) Here is a screenshot of requests (might be helpful to see): Since i don't have access to the machine which is hosting those dongles i cannot monitor traffic without proxy to find out why it doesn't work directly. (This problem is only with POST requests and absent if i use a proxy to connect to the dongle, GET requests like I think i will have to keep using a proxy to communicate with the dongles until you find time to look at it. Let me know if i could help. |
Hi,
Thank you for creating this repository,
I'm trying to change
notMode
with the following code:result is: "Error: 125003: Unknown"
The same code in python works:
result is: "OK"
The same is happening with built-in methods:
result is: "Error: 125003: Unknown"
result is: "OK".
The text was updated successfully, but these errors were encountered: