Jump to content
McKay Development

Recommended Posts

Posted (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:1a12e79820d86e4afdcb596df113eb55.png

Edited by sarpdunno
Posted

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. 

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...