andrewda / node-steam-guide

A guide to creating Steam bots and websites using Node.js
Creative Commons Attribution 4.0 International
664 stars 129 forks source link

Error: socket hang up #95

Open 007andmax opened 5 years ago

007andmax commented 5 years ago

I have problem:

2019-01-14T16:31:25.036Z - error: Error polling for trade offers: Error: socket hang up 2019-01-14T18:31:43.234Z - error: Error polling for trade offers: Error: socket hang up My server:

I use:

But still have problem. mb you have tutorial how settings server for bot, or mb you can help?

andrewda commented 4 years ago

In the new guide, I'll try to make sure everything is written to be hosted on a server rather than localhost. See #100!

Senzweb commented 4 years ago

In the new guide, I'll try to make sure everything is written to be hosted on a server rather than localhost. See #100!

Does this problem exist only on the localhost?

andrewda commented 4 years ago

@Senzweb I actually didn't read this closely enough. Looks like the error is likely because we're not using secure websockets. I'll either use wss:// in the new guide, or use polling instead.