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
TheMaster Posted February 27 Author Report Posted February 27 4 hours ago, Dr. McKay said: What versions are you using? these are the ones ├── [email protected] ├── [email protected] Quote
Dr. McKay Posted February 27 Report Posted February 27 Looks fine to me, you probably have a mistake elsewhere in your code. Quote
TheMaster Posted February 27 Author Report Posted February 27 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 February 27 Author Report Posted February 27 @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
FlorianGs Posted 8 hours ago Report Posted 8 hours ago (edited) On 2/26/2025 at 11:29 PM, TheMaster said: 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); @TheMaster Im currently having the same issue – did you find out what caused it? Edited 8 hours ago by FlorianGs Quote
TheMaster Posted 5 hours ago Author Report Posted 5 hours ago 2 hours ago, FlorianGs said: @TheMaster Im currently having the same issue – did you find out what caused it? No i havent Quote
FlorianGs Posted 4 hours ago Report Posted 4 hours ago 1 hour ago, TheMaster said: No i havent @TheMaster Oh, that’s a pity. What about the device ID? Have you found a way to change it? Quote
TheMaster Posted 4 hours ago Author Report Posted 4 hours ago 7 minutes ago, FlorianGs said: @TheMaster Oh, that’s a pity. What about the device ID? Have you found a way to change it? id you can change and also the device name Quote
FlorianGs Posted 3 hours ago Report Posted 3 hours ago 1 hour ago, TheMaster said: id you can change and also the device name @TheMaster Do you mean the machineIdType option? Or which settings are you using? 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.