ABaumher / galaxy-integration-steam

Integration with Steam for Galaxy
Other
770 stars 18 forks source link

Steam Guard not showing up #46

Closed Fevix closed 1 year ago

Fevix commented 1 year ago

Before start

Describe the bug Attempting to Connect my steam does not show the Steam Guard entry page after entering my username and password

Expected behavior Steam Guard page shows up, allowing me to complete login

Attached logs logs.zip

ABaumher commented 1 year ago

I'm missing some of your log data, there's likely a steam_<gibberish>.0 file with additional log info in your file.

That said, this seems to be a network issue - the logs show us repeatedly trying to connect to a steam server and failing. It does this for every available server we can connect to, waits a few minutes, then starts over. In the rework, i've actually accounted for this, it'll loop through all available servers, wait, and retry, but it will stop after 5 attempts and give GOG an error that will display something in the UI (Something like 'Connection Cost. Retry')

ABaumher commented 1 year ago

In the meantime, you could try it again to see if that was an isolated incident. If not, try using a different network, though you had to have network access to get that far (otherwise we wouldn't know what servers to connect to).

One final thought, if you have your firewalls configured a little overzealously, it's possible it's blocking us from making a connection to steam. I'd have to check which port we use, but it's a standard one afaik.

Fevix commented 1 year ago

I'm connected to Steam just fine, through the Steam client, my browser, and my phone, the first two on the same machine I'm trying to set up GOG on.

I'm at work at the moment however.

Fevix commented 1 year ago

Perhaps of interest is the fact that Vortex (the Nexus mods mod manager) is doing the same exact thing. I can connect to the website just fine, upload and download mods, make comments, do everything. But when Vortex attempts to connect, it fails, and in the logs it shows that it's unable to connect to the website.

I've even completely disabled my firewall to see if that was the problem, but that didn't change anything.

Fevix commented 1 year ago

Turns out SOMETHING with my Internet settings was stopping some programs from reaching the internet entirely. I Reset my Internet settings and everything is working fine now. I still don't know what the issue was.

On Sun, Jul 23, 2023, 5:59 PM ABaumher @.***> wrote:

In the meantime, you could try it again to see if that was an isolated incident. If not, try using a different network, though you had to have network access to get that far (otherwise we wouldn't know what servers to connect to).

One final thought, if you have your firewalls configured a little overzealously, it's possible it's blocking us from making a connection to steam. I'd have to check which port we use, but it's a standard one afaik.

— Reply to this email directly, view it on GitHub https://github.com/ABaumher/galaxy-integration-steam/issues/46#issuecomment-1646969815, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMUSFHXJSO7Z556DO7RITLXRWNF5ANCNFSM6AAAAAA2UTRKAM . You are receiving this because you authored the thread.Message ID: @.***>

ABaumher commented 1 year ago

Going to close this then, feel free to reopen it if the issue comes back. If i had to guess i'd blame a port being closed that we used but i can't be sure.