Closed metzz1 closed 1 year ago
I'm experiencing the same issue. It appears to be related to the node-steam-session package, and it seems that Steam may have removed a previously used endpoint, PollAuthSessionStatus
.
steam-session also down working login only from steamcommunity package, fix pls ASAP
same issue,fix pls ASAP
I'm experiencing the same issue. It appears to be related to the node-steam-session package, and it seems that Steam may have removed a previously used endpoint,
PollAuthSessionStatus
.
and this endpoint return eresult: 9 that meens "FileNotFound" regardless any params
It seems like the newest unaffected version is 4.27.1. Downgrading from 4.29.1 resolved the issues in my production environment at least on the surface level. Haven't tested whether everything works, but at least stuff like confirming and accepting trades seems to.
It seems like the newest unaffected version is 4.27.1. Downgrading from 4.29.1 resolved the issues in my production environment at least on the surface level. Haven't tested whether everything works, but at least stuff like confirming and accepting trades seems to.
thank bro, I successfully logged in through downgrade and confirmed the offer
It seems to be working since the "steam-session" is not being used yet
Can confirm, downgrade to 4.27.1 fixes the issue. Since the issue is rooted in steam-session
, not sure why this.debug
isn't defined in steam-user
. Possibly another bug as well? Much harder to debug if you can't see the real error
Seems when you replace the this.debug with a console.log, I get "FileNotFound" error, but as mentioned above downgrading to 4.27.1 solves it!
The call to this.debug
is a separate issue. The login failure issue is here: https://github.com/DoctorMcKay/node-steam-session/issues/27
The steam-session has updated!
The wrong debug function call is fixed in steam-user 4.29.2, and the Steam login problem is fixed in steam-session 1.3.1.
I am still getting the same error despite updating the package.
TypeError: this.debug is not a function
at LoginSession. (/home/ubuntu/scripts/appInfo/node_modules/steam-user/components/09-logon.js:366:10)
at LoginSession.emit (node:events:513:28)
at LoginSession._doPoll (/home/ubuntu/scripts/appInfo/node_modules/steam-session/dist/LoginSession.js:483:22)
I am also getting the exact same error when using 4.27.1 too. Can anyone help?
Seems like after todays update (12/09/2023) something broke on the package, seems to be related to Polling, havent really investigated as of now.
Heres the output of the error:
this.debug is not a function
After commenting the debug function (which seems like it does not exist on file) we get:
Error: FileNotFound
Best Regards,