Jump to content
McKay Development

sarpdunno

Member
  • Posts

    4
  • Joined

  • Last visited

Posts posted by sarpdunno

  1. 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. 

  2. 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

×
×
  • Create New...