-
Notifications
You must be signed in to change notification settings - Fork 95
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
AttributeError: 'Request' object has no attribute 'log' on TestCase #53
Comments
@bkovacev Thanks for writing in. It looks like this an interesting fallout of two PR's 210511e & ab25cb7. One adds error tracking and the other is to gracefully handle Quite the bug. I don't have an immediate solution other than determining that why the APIRequestLog isn't saving during the mixins initial method. I would need to write up a test and come up with a solution to gracefully handle this scenario in Also open to a PR if you have the time to address this. Will look into this sometime by next week. |
Thank you for the reply! Let me see what I can do about it this weekend 👍 I'll keep you posted! |
@vince-stark I will say I am a little pressed for time to come up with a change to fix this. If you have the time, the issue I believe is the side effect of a failed initialized log (with a return statement) and the |
@avelis sounds good - I'll work on it 👍 |
@vince-stark Thanks again for taking an interest in helping out the project. I am always accepting of contributions to make this library better. |
This issue should be addressed in v1.3.1 |
Hello, I have stumbled upon the same thing on my test suite. I'm testing accessing the given resource without authentication.
Traceback:
Error
How do I approach this?
The text was updated successfully, but these errors were encountered: