DoctorMcKay / node-steam-session

Node.js module for authenticating with the Steam auth server. Allows for generating refresh tokens and web auth cookies for use with steam-user and other packages.
https://www.npmjs.com/package/steam-session
MIT License
112 stars 20 forks source link

Listener is not active #9

Closed xxcc520 closed 1 year ago

xxcc520 commented 1 year ago

c:\Program Files\nodejs\node_modules\steam-session\dist\helpers.js:17 let err = new Error(errorMessage || resultMsg); ^

Error: RateLimitExceeded

DoctorMcKay commented 1 year ago

You exceeded the rate limit

xxcc520 commented 1 year ago

Why can't the Error event be intercepted, but crash the program directly?

DoctorMcKay commented 1 year ago

It can be. That Error comes from rejection of the promise returned by startWithCredentials.