csfloat / inspect

Source Code that Powers the CSFloat Inspect Link API
https://csgofloat.com
MIT License
392 stars 118 forks source link

[SOLUTION] Update version of node-steam-user to 4.29.0 #175

Closed lyeskin closed 1 year ago

lyeskin commented 1 year ago

Steam stopped to use sentry file for account management and now uses machine auth token for each account. The guys in node-steam-user repository already have fix for this issue, all you need is to update to 4.29.0 for this dependency. I already did this and created my own Docker image with the new version for node-steam-user and it works just fine.

Information: https://github.com/DoctorMcKay/node-steam-user/issues/447

Step7750 commented 1 year ago

Feel free to send a PR.