You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens when proxy experience temporary outage.
When SteamUser emits 'error' event, i call logOff method (to be sure, that SteamUser instance is stopped).
Note: I'm not use auto-reconnect and manage reconnecting by myself.
Versions
5.0.8 (but it happens on earlier versions too)
Screenshots and Error Logs
error timestamp 1709395946535
Error: Bot error
at Bot.<anonymous> (C:\project\dist\core\core.service.js)
at Bot.emit (node:events:537:28)
at SteamUser.<anonymous> (C:\project\dist\core\bot.js)
at SteamUser.emit (node:events:549:35)
at ClientRequest.<anonymous> (C:\project\node_modules\steam-user\components\connection_protocols\tcp.js:87:15)
at ClientRequest.emit (node:events:537:28)
at Socket.socketErrorListener (node:_http_client:465:9)
at Socket.emit (node:events:537:28)
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
caused by: Error: read ECONNRESET
at SteamUser.<anonymous> (C:\project\dist\core\bot.js)
at SteamUser.emit (node:events:549:35)
at ClientRequest.<anonymous> (C:\project\node_modules\steam-user\components\connection_protocols\tcp.js:87:15)
at ClientRequest.emit (node:events:537:28)
at Socket.socketErrorListener (node:_http_client:465:9)
at Socket.emit (node:events:537:28)
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
error timestamp 1709395946535 (same as previous, so it happens right after previous handled error)
Error: Uncaught exception
at process.<anonymous> (C:\project\dist\app.service.js)
at process.emit (node:events:537:28)
at process.processEmit [as emit] (C:\project\node_modules\signal-exit\index.js:199:34)
at process._fatalException (node:internal/process/execution:167:25)
caused by: Error: read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
The text was updated successfully, but these errors were encountered:
Describe the bug
After emitting
error
event withread ECONNRESET
atnode-steam-user/components/connection_protocols/tcp.js
Line 87 in d24569d
This happens when proxy experience temporary outage.
When SteamUser emits 'error' event, i call
logOff
method (to be sure, that SteamUser instance is stopped).Note: I'm not use auto-reconnect and manage reconnecting by myself.
Versions
5.0.8 (but it happens on earlier versions too)
Screenshots and Error Logs
error timestamp 1709395946535
error timestamp 1709395946535 (same as previous, so it happens right after previous handled error)
The text was updated successfully, but these errors were encountered: