We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When denying a QR code login request, the denial is not handled or parsed by the error emitter correctly.
[email protected] [email protected]
ERROR: This login attempt has failed! FileNotFound
Error: FileNotFound at eresultError ([email protected]\node_modules\steam-session\dist\helpers.js:14:15) at AuthenticationClient.sendRequest ([email protected]\node_modules\steam-session\dist\AuthenticationClient.js:243:46) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async AuthenticationClient.pollLoginStatus ([email protected]\node_modules\steam-session\dist\AuthenticationClient.js:147:22) at async LoginSession._doPoll ([email protected]\node_modules\steam-session\dist\LoginSession.js:493:28) { eresult: 9 }
The text was updated successfully, but these errors were encountered:
This is expected, just handle the error event.
error
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When denying a QR code login request, the denial is not handled or parsed by the error emitter correctly.
Versions
[email protected]
[email protected]
Screenshots and Error Logs
Reproduction:
ERROR: This login attempt has failed! FileNotFound
Stacktrace:
The text was updated successfully, but these errors were encountered: