sarpdunno Posted April 4, 2019 Report Posted April 4, 2019 (edited) Hello,i bought proxies on luminati.io. But always getting 'HTTP CONNECT 403 Bad Port' error on logOn. My Code: let user = new SteamUser({ singleSentryfile: false, promptSteamGuardCode: false, dateDirectory: null, httpProxy: 'http://lum-customer-mycustomerid-zone-myzonename:mypassword@host:22225' }); user.logOn({ accountName: 'test', password: 'test', rememberPassword: true });Debug: Edited April 4, 2019 by sarpdunno Quote
Dr. McKay Posted April 4, 2019 Report Posted April 4, 2019 Sounds like your proxies aren't permitting traffic on non-HTTP ports. Update to v4.6.0 and try adding "webCompatibilityMode": true to your constructor options and see if that helps. Quote
sarpdunno Posted April 5, 2019 Author Report Posted April 5, 2019 Sounds like your proxies aren't permitting traffic on non-HTTP ports. Update to v4.6.0 and try adding "webCompatibilityMode": true to your constructor options and see if that helps.Worked but always tries non-HTTP ports. So many timeout and errors iff server have port 443 or http port connected. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.