-
Notifications
You must be signed in to change notification settings - Fork 63
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
Example throws an InvalidResponseError - Lastpass's response empty? #10
Comments
Thank you for reporting this 😃 Please check the following items:
|
Hi, I have checked the following:
Output with logging enabled + stacktrace below:
|
Sorry, I can't reproduce this. Please make sure that response.content is empty or not. lastpass-python/lastpass/fetcher.py Line 74 in 23b4fbf
|
response.content is totally empty. same for response.text or response.raw.read() |
Just gave your creation a testdrive using the example.py, but the lastpass response is a HTTP 200 status_code with an empty content causing this exception:
Running with python 2.7.8 (brew version) and these libs:
Any ideas?
The text was updated successfully, but these errors were encountered: