-
Notifications
You must be signed in to change notification settings - Fork 5
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
Adding icons, changing totp item format #11
Conversation
Hey @SoPat712, I'm heading on vacation tonight. I'll check this out next week. Thanks for the contribution. How you liking the extension so far? |
No problem! There isn't a rush on it. I'll work on improving icon matching too, it's not the greatest at the moment. Also, the extensions great! I needed Authy out of my life, found Ente, and immediately found this, so it perfectly replaced momaek/authy's workflow. |
Sounds good. I've restructured the repo a bit. Could you submit a new PR rebasing the commits to adjust for the changes? @SoPat712 |
Yep! Sorry, will do that ASAP. |
I'm having some problems with exporting using the CLI on the latest version, so I won't be able to rebase this until I figure that out. |
Hey @SoPat712, what issues are you having exactly? |
Hi, I'm getting a 401 with ente export, and the workflow itself is saying operation successful, but no secrets file was found ❯ ente export: [[email protected]] 2024/11/18 10:26:57 Error fetching entities: failed to get entities: status 401 with err: {"error":"invalid token"} ❯ ente account list Email: [email protected] |
Hmm, odd. I'd suggest removing and re-adding the account in ente-cli. Sounds like it's just messed itself up a bit (poor handling of expired refresh token perhaps?). As far as I can see there's no way to actually do this with the CLI, but you can just remove |
Hi @tigattack, I actually did all of those lol. I did ente account add, wasn't working. I also removed ente-cli.db, and it still didn't work, so not sure where to go from there. I'll probably submit an issue on the ente repo when I get some time. |
Oops that's my bad, I just updated my cli and it worked, I probably had a pretty outdated version. |
4e12a35
to
1b2e858
Compare
I added in icons and changed the output format a bit.
I also got rid of USERNAME_IN_SUBTITLE or USERNAME_IN_TITLE, but I can add it back if that's something that's important.