-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Failed to log into steam #16
Comments
Thanks for the report, will test on my side. |
I dont know if this gets fixes ASAP because the Maintainers of the ValvePython/steam Project didn't do anything since 2 years. You can implement the wsproto-Branch from njbooher (https://github.com/njbooher/steam/tree/wsproto) and then add the following to the Project: to requirements.txt add:
and then in helper/app_finder.py:
game-update-notifier/helper/app_finder.py Line 10 in c811777
and then after here game-update-notifier/helper/app_finder.py Line 19 in c811777
and it should work again as it is now using WebSocket instead of TCP for connecting to Steam. |
@denizkoekden |
The root of the problem is that the Steam Connection Manager is flaky (https://steamstat.us/) and I guess they prefer Websocket over TCP for now. My "solution" is only meant to fix it temporarly and I hope one of the maintainers will implement Websockets ASAP. I mentioned the most active maintainer in the PR. |
It seems that the issue on Steam's side has been resolved, as the code that stopped working few weeks ago is now functioning again 🤔 That said, the dependencies have become outdated, so I think I will just update them. |
Starting today I am getting this error in the logs. I've tried using it on two different networks and three machines with the same results. I am able to log into steamcmd anonymously on all machines.
The text was updated successfully, but these errors were encountered: