You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS C:\Users\Meow\Downloads\fake-stattrak-master> npm install
added 87 packages, and audited 89 packages in 7s
2 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
PS C:\Users\Meow\Downloads\fake-stattrak-master> node index.js
Validating protobufs...
Failed to find protobufs, downloading...
Requiring files for appID 730
Creating constructors...
Logging into main account...
(node:4440) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Steam Guard App Code: h94c9
C:\Users\Meow\Downloads\fake-stattrak-master\components\Client_Shared.js:130
reject(new Error("Failed to connect to Steam"));
^
Error: Failed to connect to Steam
at C:\Users\Meow\Downloads\fake-stattrak-master\components\Client_Shared.js:130:14
Node.js v22.11.0
PS C:\Users\Meow\Downloads\fake-stattrak-master>
Edit: After using the Steam Guard code i did indeed receive an email that there has been a succesfully log in detected
The text was updated successfully, but these errors were encountered:
After using the Steam Guard code i did indeed receive an email that there has been a succesfully log in detected
That's because the error actually indicates that it failed to connect to the CS2 backend.
As mentioned here #42 it doesn't seem to work and for some reason even doing what I do in other projects didn't work. Maybe the issue is somewhere else in my code and this whole project needs a bit of a rewrite.
Edit: After using the Steam Guard code i did indeed receive an email that there has been a succesfully log in detected
The text was updated successfully, but these errors were encountered: