Closed ikwyl6 closed 2 years ago
Ah, hmm. It seems LastPass doesn't always return the iteration count. Could you do a git pull
and try again?
I changed iterations = int(r.text)
to iterations = int(float(r.text))
and this may have fixed it:
https://stackoverflow.com/questions/1841565/valueerror-invalid-literal-for-int-with-base-10
Describe the Bug
When running script:
$ ./lastpass-authenticator-export.py -u ikwyl6@email.com
and enter my password, I get:
When I tried to debug, I tried to print r.text from
def iterations
but it comes up as empty. When I printr.status_code
that is equal to 420 https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#Unofficial_codesLet me know if I can do anything to help solve. I'd really like to be able to get my QR codes!