Skip to content
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

Error #1

Open
JoeHetro opened this issue Sep 20, 2023 · 2 comments
Open

Error #1

JoeHetro opened this issue Sep 20, 2023 · 2 comments

Comments

@JoeHetro
Copy link

I tried this using Ubuntu 22.04.3 and the first issues was:

"Command 'python' not found, did you mean:
command 'python3' from deb python3
command 'python' from deb python-is-python3"

So, I substituted 'python3' for 'python' and the script appeared to run until it reached 'NameError: name 'false' is not defined. Did you mean: 'False'?' at which point it ended. I do not see any output file and the screen content was more or less unintelligible.

Please advise.

@tghw
Copy link
Owner

tghw commented Sep 20, 2023

Not sure why you would have an error like that, the only False in the script is correctly capitalized.

Try running it again like this:
python3 path/to/convert.py path/to/lastpass_auth_export.json

If you still have an error, copy and paste the command you're running just so we can troubleshoot it better.

@jrbenito
Copy link

I am on the same Ubuntu and also Mint, both worked for me. (need to call python3 due to aliases.

Thanks, @tghw, this saved a bunch of time since Aegis team is no interested in add this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants