-
Notifications
You must be signed in to change notification settings - Fork 57
Not all Accounts being shown #1
Comments
Sorry for the late response, for some reason I didn't get notified about this issue. Did you see any "Failed to decrypt token" messages when it ran? Were the three missing accounts definitely TOTP accounts, rather than Authy-type accounts? Do you mind sharing which websites/services any of them were registered with? |
No "Failed to decrypt token" messages. The ones that came through were ones for
Ones that were missing were:
|
Thanks. GitLab is one that definitely works for me, so looks like it's not specific to providers (and all 36/36 exported for me 😢). Might be a bit tricky to investigate since I can't just ask you for your data. I'll have a think about it. Thanks for reporting. |
No problem. Mine is to a self-hosted version of GitLab. I'm not sure if that makes a difference or not. (I'd think not) |
To enable, run with environment variable: AUTHY_DEBUG=1 This will hopefully make it easier to investigate issues like #1.
I'm experiencing this as well. The URI exported is just
They list of unknown services for me are:
|
I tried AUTHY_DEBUG:
I think it's happening when original_name is |
Will use Name if it is available, and otherwise will use UniqueID, which is not descriptive but should always be available. Should fix one of the complaints reported in #1.
Thanks. I don't really know what the difference between I've pushed a change to fall back to other values if Not sure this is the same issue as reported by @taylorcoffelt though - your tokens were totally missing, right? If you ever get a chance, builds for authy 0.1.2 are available and if you run with the environment variable |
Yeah, my tokens were missing completely from the output. I'll try running that in a bit and see if they end up in the API response. |
Weird, they're not in the API response |
Alright, I figured it out. The three other accounts weren't backing up, even though they were showing "Backed Up" in the authy app. I installed the Authy chrome extension, and only the first 6 accounts were showing up. I went into the app, toggled the backups, waited until all the accounts showed "Backed Up" again, and now all 9 are showing in the authy chrome extension and the authy exporter. |
👍 Awesome - I was about to comment with the same theory. Will leave a note in the README mentioning it. |
(As a side note, the changes you made to the app in v0.1.2 for the |
I have 9 total accounts in Authy, and only 6 are being exported by the tool. I'm not sure why, or what's different about the ones that aren't being exported.
The text was updated successfully, but these errors were encountered: