-
Notifications
You must be signed in to change notification settings - Fork 839
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
Current Flask Version Throws Error #26
Comments
Hi Austin, I just tested this again, with python2 and 3 and it works fine. Do you know what could have been the root cause? |
Root cause can be found here: https://stackoverflow.com/a/60137731/6046659
|
I ran into this issue tonight - bumped flask to Flask==1.1.1 in the sa-logic/sa/requirements.txt and the service worked. |
In |
When running the application locally, this error is shown:
AttributeError: 'Request' object has no attribute 'is_xhr'
Upgrading flask to version 1.1.1 in your requirements.txt will fix the issue. It is likely related to this issue.
The text was updated successfully, but these errors were encountered: