Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Failed to connect to Steam #45

Open
AndreiAdii opened this issue Oct 30, 2024 · 1 comment
Open

Error: Failed to connect to Steam #45

AndreiAdii opened this issue Oct 30, 2024 · 1 comment

Comments

@AndreiAdii
Copy link

AndreiAdii commented Oct 30, 2024

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants