SteamDesktopAuthenticator icon indicating copy to clipboard operation
SteamDesktopAuthenticator copied to clipboard

Still confirmation not working

Open neb1r opened this issue 1 year ago • 2 comments

i upgraded to .11 version. And still confirmation not working. I did login again thing and still not working.

neb1r avatar Jun 26 '23 12:06 neb1r

This is a known issue, and SDA isn't going to get updated for a while. Jessecar96 themselves has said on discord that he's too busy to update SDA right now.

If you are interested, I maintain steamguard-cli. It's capable of reading the exactly the same maFiles that SDA does, so you don't have to deal with a trade ban. You can download it here: https://github.com/dyc3/steamguard-cli/releases

Read the quickstart here: https://github.com/dyc3/steamguard-cli/blob/master/docs/quickstart.md

Alternatively, some people have made community patches (#859), and there's other software that does the same thing, if you feel comfortable with that kind of thing. Otherwise, you can transfer the authenticator to the official steam mobile app, but that does cause a 2 day trade ban.

dyc3 avatar Jun 26 '23 12:06 dyc3

I saw GIT project that went our, It allegedly fix the issue, https://github.com/therepower/SteamDesktopAuthenticator-Temporary-Fix

In my opinion transferring to this is risky, I didn't look all code, but its totally different programming language. They KEY chang to STEAM api was confermation endpoint:

  • API "mobileconf/conf" was changed to "mobileconf/getlist"
  • Response from that API was changed from HTML to JSON

Summary:

  • For those who use SteamDesktopAuthentificator, they need to be carful when transfering to new GIT project (safty reason)
  • For those who use custom script (python, node, etc) can easily fix their authentificator

FusionJura avatar Jun 27 '23 07:06 FusionJura