SteamRE / DepotDownloader

Steam depot downloader utilizing the SteamKit2 library.
GNU General Public License v2.0
1.95k stars 261 forks source link

doesn't connect to steam #268

Closed Atlas5714 closed 2 years ago

Atlas5714 commented 3 years ago

Whenever i try to downgrade Stardew Valley to 1.4 or any other version, and I enter my correct username and password, it refuses to work

heres what it looks like from my end.

2021-10-15 (5)
Ryah commented 3 years ago

To add more info, they're using my batch script which uses DepotDownloader. I tried helping them but it seems like the problem is their connection to steam through DepotDownloader. https://github.com/Ryah/SDV-Downgrader/

The command being run is DepotDownloader.exe -app 413150 -depot 413151 -manifest 2373680906867811602 -username %user_name% -password %user_password% -dir SDV1.4

And since they didn't post the screenshot showing -debug, here it is.

rossengeorgiev commented 3 years ago

The issue is with your network. Or you are in country, or using a provider, that is blocking connections to Steam

$ nc -zvnw 2 205.196.6.75 27018
Connection to 205.196.6.75 27018 port [tcp/*] succeeded!
$ nc -zvnw 2 205.196.6.67 27017
Connection to 205.196.6.67 27017 port [tcp/*] succeeded!
azuisleet commented 2 years ago

Most likely you have a firewall of some sort that is preventing access to the Steam servers. If you have any more information, feel free to re-open this issue.