node-steam-user
node-steam-user copied to clipboard
Allows interaction with the Steam network via the Steam client protocol
- [x] Allow pics cache to be saved to disk (https://github.com/DoctorMcKay/node-steam-user/issues/188) - [x] Read (and sync) saved pics cache to reduce requesting productinfos (https://github.com/DoctorMcKay/node-steam-user/issues/385) - [x] Refactor code and reduce...
## Is your feature request related to a problem? Please describe. I would like to be able to retrieve the news of an app, like we have on [this page](https://store.steampowered.com/news/app/1593500?updates=true&emclan=103582791470900898&emgid=3209389059277056821)...
## Describe the bug Consider this snippet of the VDF output for `app_info_print 210770`: ```vdf "0" { "executable" "Binaries\\Win32\\SanctumGame-Win32-Shipping.exe" "description" "Launch Game" "workingdir" "Binaries\\Win32\\" "config" { "oslist" "windows" } }...
## Describe the bug gamesPlayed(['custom_game', 730, 570]) not sets custom game after 3-4 iterations If you change the games several times in a row and do not delete the status,...
## Describe the bug Got ``InvalidPassword`` error when try login with loginKey Code: ```js steam.logOn({ accountName: config.steam.username, loginKey: key, }); ``` ## Versions steam-user: v4.18.0 nodejs: v15.0.1 steam-totp: v2.1.1 ##...
TypeError on logOn. The app runs fine for days and weeks - it never happens any time soon after launch, so unfortunately, it wasn't something I managed to catch and...
Unless I'm missing something, instead of always requesting the product info of all owned games at the start of logging in (when this option is set), we could use cached...
## Versions Node v17.4.0 ## Screenshots and Error Logs [Wed Feb 16 2022 17:24:59 GMT+0000 (Greenwich Mean Time) aawdawd] Logged into Steam L:\steam_test\node_modules\steam-user\components\friends.js:875 this.users[sid64][i] = processedUser[i]; ^ TypeError: Cannot set...