DrWarpMan / steam-hour-booster

Farm your in-game hours on Steam
MIT License
7 stars 2 forks source link

Hello, I have turned on family monitoring. Is it not working properly? #2

Closed akasls closed 10 months ago

akasls commented 10 months ago

I'm using docker and I get the error "Error: Encrypted message authentication failed", is this because I have Steam's home monitoring enabled. Will you support the ability to use Steam with home monitoring enabled in the future? Thank you!

DrWarpMan commented 10 months ago

Hi, I am kinda confused, are you talking about Family Sharing or Family View?

Can you tell me more about your setup?

akasls commented 10 months ago

Sorry, Google Translate is not very accurate. I'm talking about Family View

docker log: `Logging in... [i4044] Steam Guard code: 3bc22 [i4044] New refresh token received. [i4044] Logged in. [i4044] Playing state changed: false (App ID: 0) [i4044] Playing 10 games. [i4044] Error: Encrypted message authentication failed 196 | delete this._messageLength; 197 | if (this.sessionKey) { 198 | try { 199 | message = SteamCrypto.symmetricDecrypt(message, this.sessionKey, true); 200 | } catch (ex) { 201 | this.user.emit('error', new Error('Encrypted message authentication failed')); ^ error: Encrypted message authentication failed at _readMessage (/app/node_modules/steam-user/components/connection_protocols/tcp.js:201:29) at processTicksAndRejections (:61:77)

[i4044] Logging out... [DEBUG] event: disconnected 0 Logged off [i4044] Logging in... [i4044] Logged in. [i4044] Playing state changed: false (App ID: 0) [i4044] Playing 10 games. [i4044] Re-login successful`

DrWarpMan commented 10 months ago

I setup the Family View, and it seems to be working fine. No errors whatsoever.

Can you check if the error truly doesn't occur if you disable the Family View? Can you also test whether it is an issue that is tied to your account specifically, and maybe try it on a completely different account?

akasls commented 10 months ago

Although there was an error, the game time did increase. Thank you, brother.