Jump to content
McKay Development

Recommended Posts

Posted

i am using this config to create the objects the proxy is a must on the steam recent logins i can see that all the requests are from te proxy location but on the authorized devices the location is not correct y is that ?
 

    const steamOptions = { autoRelogin: true };
    steamOptions.httpProxy = proxy;
   
    let client = new SteamUser(steamOptions);
    let community
    const communityOptions = {};
    communityOptions.request = Request.defaults({ 'proxy': proxy });
    community = new SteamCommunity(communityOptions);

 

autho.png

recentlogins.png

Posted
28 minutes ago, Dr. McKay said:

Looks fine to me, you probably have a mistake elsewhere in your code.

thats the only steam related thing i do client form steam user and steam community and passing that client over to steam trade offer manager there cant be a mistake.
i will share some results after testing something as well but u see all the logins are from the proxy location how come th auth device location is diff the issue comes down to steam user 

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