Jump to content
McKay Development

Gospodinoff

Member
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Gospodinoff

  1. I suspect the problem isn't in the code, but in the overall implementation of ElectronJS (which I use) applications. Everything works fine in development mode, but as soon as I create an .exe application, I get this error. But I haven't yet figured out the cause of this problem.
  2. Yes, after a repeated request to the login() method. The first time I initiate authorization, I receive a Steam Guard code via email. Then I call the same login() method, but with the code inside. And then I receive a DuplicateRequest. The same problem occurs when working with steam-session: First, I call startWithCredentials(), and then submitSteamGuardCode().
  3. Could you please show me how steam-session and steamcommunity interact? My IDE keeps complaining that setCookies isn't working. I've already tried logging in through steam-session and passing cookies to setCookies, but it's not working. Thanks in advance!
  4. The code is event-driven. First, login() is called. Then, the "steam guard" code is entered, and the login() request is repeated.
  5. @Dr. McKay I'm having the same error right now. 2FA isn't connected (only via email). How can I fix this? My solution: First, I enter my username/password. A code is sent to my email. I enter my username/password and the code again. And I get this error: DuplicateRequest
×
×
  • Create New...