alexzorin / authy

Go library and program to access your Authy TOTP secrets.
MIT License
800 stars 57 forks source link

Program closes without giving any file #17

Open DarkKnight1444 opened 2 years ago

DarkKnight1444 commented 2 years ago

Hello, I've been trying to get authy export file but after emtering the totp password the program just closed automatically. After that I tried to open the exe file multiple times and everytime it asks for the totp password and closes on entering the password.

alexzorin commented 2 years ago

On Windows, what might help is to open a Command Prompt, and navigate to the directory where the exe is, and then run it from there (rather than from Explorer).

That way, you should be able to see what the output of the program is, since the Command Prompt won't close immediately afterwards.