Closed dimyself closed 10 months ago
Thanks for reporting this. I'll have a look at it (hopefully) next week!
Thank you very much! Please let me know if theres something I can try to do on my end or if theres any other info you need
On Sat, Dec 16, 2023 at 12:54 PM Paolo Stivanin @.***> wrote:
Thanks for reporting this. I'll have a look at it (hopefully) next week!
— Reply to this email directly, view it on GitHub https://github.com/paolostivanin/OTPClient/issues/332#issuecomment-1858906381, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIYUMCR4YMYPM2NG7V2T63LYJXU6XAVCNFSM6AAAAABAXYQHS2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJYHEYDMMZYGE . You are receiving this because you authored the thread.Message ID: @.***>
I was able to successfully import that json that you provided. I need something more close to real in order to reproduce the issue.
closing due to inactivity
I exported my TOTP entries from Aegis (json plain text not encrypted) and imported into otpclient...However one of the entries isn't getting imported. I've even tried erAsing all entries except the one that isn't getting imported
Everytime i try to import anything, otpclient crashes with segmentation fault...also when i try to manually add an entry, it crashes.
I set the ulimit to unlimIted.
`
`
Here's the totp json entry that otpclient wont import for some reason:
{ "version": 1, "header": { "slots": null, "params": null }, "db": { "version": 2, "entries": [ { "type": "totp", "uuid": "<letters_numbers_and_dashes>", "name": "Bitrue", "issuer": "Bitrue", "note": "", "favorite": false, "icon": "<long_string_letters_numbers_chars>+<another_string>==", "icon_mime": "image\/svg+xml", "info": { "secret": "<letters_numbers_string>", "algo": "SHA1", "digits": 6, "period": 30 } } ] } }
I'm running the latest version on Arch linux (3.2.1-3)
Thank you!