mrxbell Posted July 12, 2017 Report Posted July 12, 2017 offer.getReceivedItems(function (err, items) { if (err) { console.log("Couldn't get received items: " + err); // Error : soket hang up } else { } }) Sometime bot received Error: socket hang up. How fix this ? Thanks ! Quote
vmysiur Posted July 13, 2017 Report Posted July 13, 2017 Are you using a proxy? Perhaps you need to check them out. Quote
mrxbell Posted July 14, 2017 Author Report Posted July 14, 2017 Are you using a proxy? Perhaps you need to check them out. I only using localAddress in SteamCommunityEx : community = new SteamCommunity({localAddress: ipAdress}); 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.