Jessecar96 / SteamDesktopAuthenticator

Desktop implementation of Steam's mobile authenticator app
MIT License
3.29k stars 620 forks source link

aligning time with steam #678

Open qzsss opened 3 years ago

qzsss commented 3 years ago

i got such problem - aligning time with steam can not do anything in SDA

microdood commented 3 years ago

I can repot that too, also i cant reset OAuth token by refreshing session anymore. upd: seems it happened cuz steam felt sick

cherinyy commented 3 years ago

I also encountered the same problem and I noticed that it seems to be related to WSL. Do you use WSL?

EZ4ME-xoxo commented 3 years ago

hi, I have the same problem, but I have never used WSL

cherinyy commented 3 years ago

hi, I have the same problem, but I have never used WSL

Oops, this is so strange, I don't know which function or software is causing this problem.

cherinyy commented 3 years ago

Hey guys,

I now a little suspect that this problem comes from MAX_PATH. https://docs.microsoft.com/windows/win32/fileio/maximum-file-path-limitation

Do you have installed Python 3 or other programs that will lift the MAX_PATH restriction? After reinstalling the system several times, I noticed this and I can now run SDA normally.

cherinyy commented 3 years ago

I found the setting that caused the problem because I enabled the TLS 1.3 feature in IDM. IDM TLS 1 3 When I closed it, SDA worked normally. @Jessecar96 Could you fix it, thx.