-
Notifications
You must be signed in to change notification settings - Fork 97
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 unexpected clean exit on login :( #86
Comments
your code mixing between async await and promise. please recheck your code. this is example
|
hello
ypeError: _sentence$.get(...).do is not a function at new SocketStream (C:\Workspaces\SysSoft AG\NodeJS\api.routerboard\node_modules\mikronode\dist\mikronode.js:474:52) |
await need async |
Hello! I'm getting really strange behavior with mikronode login method.
On some devices I connect It does clean exit (I assume process.exit(0) somewhere in package) on connect() method.
Here is code I use
Try this IP 94.230.155.137 with any login/pass. It wont get pass login() line, doesnt go into catch. Just clean exit???
Please help.
The text was updated successfully, but these errors were encountered: