andrewda / node-steam-guide

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

Fix outdated usage of EPersonaState from `steam-user` #99

Closed MarcMogdanz closed 4 years ago

MarcMogdanz commented 4 years ago

Following the guide currently results in a TypeError: Cannot read property 'EPersonaState' of undefined because steam-user does not export the EPersonaState via SteamUser.Steam.EPersonaState anymore but directly via SteamUser.EPersonaState.

You can see here and here where they export it now.

There is also an issue (#94) about this.