-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync failure due to secret fields #9
Comments
You can always try to log in again via When you get the Finally, do you have two-factor auth enabled? If you share your contact details I can give you the password for my dummy test account. If you can reproduce the issue with that, you can share all the data then, as it has no sensitive information. |
Logging in with
{
"DeviceID": "REDACTED",
"AccessToken": "REDACTED",
"TokenExpiry": "2019-06-25T23:40:19.257287492Z",
"KDF": 0,
"KDFIterations": 100000,
"LastSync": "0001-01-01T00:00:00Z",
"Sync": {
"Profile": {
"ID": "",
"Name": "",
"Email": "",
"EmailVerified": false,
"Premium": false,
"MasterPasswordHint": "",
"Culture": "",
"TwoFactorEnabled": false,
"Key": "",
"PrivateKey": "",
"SecurityStamp": "",
"Organizations": null
},
"Folders": null,
"Ciphers": null,
"Domains": {
"EquivalentDomains": null,
"GlobalEquivalentDomains": null
}
}
}
I do not have 2FA enabled, I should though and I will. Does bitw support 2FA?
I'll email you using the email address on your website. |
Hmm, sync is just failing entirely then.
It does. There's a test for it, even.
I've emailed you the passwords for the dummy test accounts. |
Okay so I've tested it with the information you gave and the sync seems to run without any output/error. What would you like me to test next perhaps? |
Ah, I have an idea. None of my tests have any secret fields, so maybe I just got the decoding bit wrong. Let me give it a try. |
Yeah, that was it - I can reproduce now that I've added fancier secrets to my test account. Should be fixed soon. |
Sweet, thanks for being so quick to respond. Let me know when I can give it a shot. |
I've fixed the error, though you can't use the custom fields in any way yet. |
Thanks once more, sync seems to work now. 😀 |
Running the
bitw sync
command for the first time results in an unauthorized error, though I am fairly certain that I got my password correct. I'd love to try and enter my password again, but I don't see how I would do that.Then running the same command again results in a huge JSON dump (which I'm not going to share for obvious reasons) and the following error:
If you have any questions, let me know as I understand that you probably need the JSON dump for debugging. But I hope you understand that I cannot provide that, though I can answer the questions you have about it.
The text was updated successfully, but these errors were encountered: