BeepIsla / fake-stattrak

Apply kills to your stattrak and strange weapons in CSGO and TF2 without doing anything
MIT License
30 stars 5 forks source link

Error: Failed to connect to Steam #45

Open AndreiAdii opened 5 days ago

AndreiAdii commented 5 days ago
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

BeepIsla commented 4 days ago

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 https://github.com/BeepIsla/fake-stattrak/issues/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.