TheMaster Posted February 26 Report Posted February 26 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); Quote
Dr. McKay Posted Thursday at 03:07 AM Report Posted Thursday at 03:07 AM What versions are you using? Quote
TheMaster Posted Thursday at 08:01 AM Author Report Posted Thursday at 08:01 AM 4 hours ago, Dr. McKay said: What versions are you using? these are the ones ├── [email protected] ├── [email protected] Quote
Dr. McKay Posted Thursday at 09:19 AM Report Posted Thursday at 09:19 AM Looks fine to me, you probably have a mistake elsewhere in your code. Quote
TheMaster Posted Thursday at 09:52 AM Author Report Posted Thursday at 09:52 AM 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 Quote
TheMaster Posted Thursday at 03:57 PM Author Report Posted Thursday at 03:57 PM @Dr. McKayif the login history shows all the logins form france then how come that the auth device location is diff can u help me narrow it down a bit? Also is there a way to change the device id everytime we call log on? 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.