-
Hello author, when I execute the files in the examples folder, I will first be prompted that the login is successful, and then a timeout prompt will appear after a few minutes, as shown in the followi…
-
Edit by developer:
___
# We are aware of family sharing issues but it may take some time to solve it. For now try logging into the parent account to see if it works there.
Does the TML team not w…
-
Hello,
I tried using this recently to save myself many hours of copy/pasting and im getting an error due to the steam web api.
```
from steam.webapi import WebAPI
ModuleNotFoundError: No module …
-
As discuss on Discord earlier this year I would love it if `callback.SteamCallback` also includes `MicroTxnAuthorizationResponse_t` to allow developers of steamworks.js to automatically complete autho…
-
I've seen an error in my logs which suggests that stats returned by the steam GetUserStatsForGame API can exceed integer values:
```
Caused by: com.fasterxml.jackson.core.exc.InputCoercionException:…
-
Hello,
I started to use your wrapper to implement steamworks on my game but I have an issue with creating a steam lobby, the lobby seems correctly registred to steam (server.LoggedOn returns true) …
-
Is it possible to refresh this token via the steam-session package?
-
```
[34m [Thu, 16 Mar 2023 20:21:13 GMT][00 - account] [36m at module.exports. (xxx\the-steam-awards-2.0.0\lib\CoreSteam.js:98:18) [0m account
[34m [Thu, 16 Mar 2023 20:21:13 GMT][00 - account…
-
Hello
I'm trying to set up mx-puppet-steam but I've been working on it for hours now and I simply can not get it to link to my Steam account. The bot responds to me and I can issue the link command, …
-
## Describe the bug
Got ``InvalidPassword`` error when try login with loginKey
Code:
```js
steam.logOn({
accountName: config.steam.username,
loginKey: key,
});
```
## Versions
st…