DoctorMcKay / node-steam-session

Node.js module for authenticating with the Steam auth server. Allows for generating refresh tokens and web auth cookies for use with steam-user and other packages.
https://www.npmjs.com/package/steam-session
MIT License
112 stars 20 forks source link

protobuf decode incorrect on "CAuthentication_BeginAuthSessionViaCredentials_Response" #36

Closed piyanggoon closed 10 months ago

piyanggoon commented 10 months ago

Describe the bug

on Vercel Serverless decode protobuf "CAuthentication_BeginAuthSessionViaCredentials_Response" incorrect on "steamid" on "steamid" local is "xxxxxxxxxxxxxx348" but on vercel is "xxxxxxxxxxxxxx340".

result after calling "sendRequest" on "startSessionWithCredentials" is "eresult": 29 (DuplicateRequest)

Versions

Vercel Serverless: v18.x Local: v18.18.2

Screenshots and Error Logs

If applicable, add screenshots and error logs to help explain your problem.

DoctorMcKay commented 10 months ago

You should contact your third-party service provider for issues that are specific to their service.