Skip to content
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

setCookies with proxy - Error: tunneling socket could not be established #278

Closed
creazy231 opened this issue Apr 25, 2018 · 1 comment
Closed
Labels

Comments

@creazy231
Copy link

Hello everyone.

I try to set up the trade offer manager using a proxy. The reason for that is, that steam bans my bots weekly and I think the reason is, that Im runny to many bots on the same IP.

However, that's my code:
download

Console log:

Fatal error since we couldn't get our API key
{ Error: tunneling socket could not be established, statusCode=400
    at ClientRequest.onConnect (C:\xampp\htdocs\vuejs\pubgyolo\node_modules\tunnel-agent\index.js:166:19)
    at ClientRequest.g (events.js:291:16)
    at emitThree (events.js:116:13)
    at ClientRequest.emit (events.js:194:7)
    at Socket.socketOnData (_http_client.js:395:11)
    at emitOne (events.js:96:13)
    at Socket.emit (events.js:188:7)
    at readableAddChunk (_stream_readable.js:176:18)
    at Socket.Readable.push (_stream_readable.js:134:10)
    at TCP.onread (net.js:548:20) code: 'ECONNRESET' }

Could anyone explain me whats going wrong? Thanks for help <3

@Aareksio
Copy link
Contributor

L668 doesn't work like you'd expect it to. Read steam-user docs 😉

Looks like something wrong with your proxy.
https://httpstatuses.com/400

Have a question about the module or coding in general? Do not create a GitHub issue. GitHub issues are for feature requests and bug reports. Instead, post in the dedicated forum. Such issues may be ignored!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants