SteamDesktopAuthenticator icon indicating copy to clipboard operation
SteamDesktopAuthenticator copied to clipboard

trades don't go through

Open qdsgokjerk opened this issue 1 year ago • 15 comments

Hello Yesterday I encountered a problem that does not come trades before lunch was fine after that began some problems SDA upgraded to a new version has not helped

qdsgokjerk avatar Jun 25 '23 23:06 qdsgokjerk

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 00:06 dyc3

dyc3, Your program is hard to figure out. I can't do it. For example, I can't confirm actions: when I have to type Yes or No, nothing is typed. I've tried on 3 different computers - the effect is the same. As a result, it is not possible to use.

bolexator avatar Jun 26 '23 06:06 bolexator

@geel9 plz

allendaydayup avatar Jun 26 '23 06:06 allendaydayup

dyc3, в вашей программе сложно разобраться. Я не могу этого сделать. Например, я не могу подтвердить действия: когда я должен ввести "Да" или "Нет", ничего не вводится. Я пробовал на 3 разных компьютерах - эффект тот же. В результате использовать его невозможно.

Используйте это: https://github.com/Jessecar96/SteamDesktopAuthenticator/issues/859

там нет никаких проблем и весь старый функционал работает

MakcStudio avatar Jun 26 '23 07:06 MakcStudio

I gave steamguard-cli a chance. I installed it on my old laptop and only for my least valuable account. I created a login code and approved a trade. Worked. Will wait a few days to see if anything "bad" happens or bad news come up. If not i'll switch with all accounts.

I wuld prefer SDA as I trusted that for years and the interface is more comfortable. But without the developers support its just dead. IMHO very annoying. He knows how many people depend on that and could at least state his position here instead of relying on rumors.

I thought about switching to Steam Apps Authenticator as the new app can handle multiple accounts. But that seems like a big loss of security: With the Steam App I can trade and approve in a single instance. The only protection is my mobile's PIN. But if someone grabs my opened mobile from a restaurant table while i read my mails, he got complete access to all my acounts with all items. Steam should at least add a generall PIN when starting the app.

bokaswt avatar Jun 26 '23 10:06 bokaswt

@bolexator if you're having trouble you should post a support thread here: https://github.com/dyc3/steamguard-cli/discussions/new?category=q-a

dyc3 avatar Jun 26 '23 10:06 dyc3

I gave steamguard-cli a chance. I installed it on my old laptop and only for my least valuable account. I created a login code and approved a trade. Worked. Will wait a few days to see if anything "bad" happens or bad news come up. If not i'll switch with all accounts.

Could you please help me with a short guide on how to? I have a SDA maFile but I dont exactly know how to add it to steamguard-cli.

fegeg avatar Jun 26 '23 20:06 fegeg

@fegeg Instructions for how steamguard-cli works are here: https://github.com/dyc3/steamguard-cli/blob/master/docs/quickstart.md

If this information isn't clear enough, feel free to ask questions here: https://github.com/dyc3/steamguard-cli/discussions/new?category=q-a

dyc3 avatar Jun 26 '23 20:06 dyc3

I dont have access to my laptop now. But in generall it worked as described on https://github.com/dyc3/steamguard-cli/tree/master

I use Windows.

I loaded down the steamguard.exe from https://github.com/dyc3/steamguard-cli/releases and placed that in a new inventory on my hard disc.

I copied SDAs maFiles-subdirectory to the mentioned directory %APPDATA%\Roaming\steamguard-cli\maFiles which on my system results in C:\Users\Admin\AppData\Roaming\steamguard-cli\maFiles

I opened a command promp and switched to the directory I installed steamguard.exe, entered "steamguard" and it started asking me for my accounts password (iirc). Enter"steamguard -help" to get help. Enter "steamguard trade" to see trades you want to approve.

bokaswt avatar Jun 26 '23 22:06 bokaswt

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

RISKY!!!!, 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

Which one do you use?

Jianchitz avatar Jun 27 '23 07:06 Jianchitz

I saw GIT project that went our, It allegedly fix the issue, https://github.com/therepower/SteamDesktopAuthenticator-Temporary-Fix RISKY!!!!, 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

Which one do you use?

I reverse engineered Jessecar96's authentication and created my own python3 code for confirming Items

FusionJura avatar Jun 27 '23 07:06 FusionJura

Do you think this is safe? https://github.com/Jessecar96/SteamDesktopAuthenticator/issues/854#issuecomment-1607818341

Jianchitz avatar Jun 27 '23 07:06 Jianchitz

Just use it:  https://github.com/Jessecar96/SteamDesktopAuthenticator/issues/859

MakcStudio avatar Jun 27 '23 07:06 MakcStudio

I saw GIT project that went our, It allegedly fix the issue, https://github.com/therepower/SteamDesktopAuthenticator-Temporary-Fix RISKY!!!!, 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

Which one do you use?

I reverse engineered Jessecar96's authentication and created my own python3 code for confirming Items

What do u mean with "reverse engineered"? It's entire source code is public.

Walter-o avatar Jun 27 '23 16:06 Walter-o

I saw GIT project that went our, It allegedly fix the issue, https://github.com/therepower/SteamDesktopAuthenticator-Temporary-Fix RISKY!!!!, 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

Which one do you use?

I reverse engineered Jessecar96's authentication and created my own python3 code for confirming Items

What do u mean with "reverse engineered"? It's entire source code is public.

I meant that the builder .exe file and the source code that is visible to the public can be different

FusionJura avatar Jun 27 '23 17:06 FusionJura