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
"TypeError: 'bool' object is not callable" raised when visiting site #7
Comments
|
You are correct! The new |
toolness
added a commit
to toolness/noi2
that referenced
this issue
Sep 14, 2015
bolkedebruin
added a commit
to bolkedebruin/airflow
that referenced
this issue
Oct 23, 2015
bolkedebruin
added a commit
to bolkedebruin/airflow
that referenced
this issue
Oct 23, 2015
damyanbogoev
added a commit
to damyanbogoev/flask-bookshelf
that referenced
this issue
Nov 6, 2015
bigpeaches
added a commit
to bigpeaches/flask-bookshelf
that referenced
this issue
Dec 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following error occurs when visiting the site's homepage:
Looking at the documentation for flask-login, it seems that the latest version has
is_authenticatedas a dynamic property rather than a method. I'm not sure if this error is occurring because I have a later version of the library than the code expects.Removing the trailing
()makes things work for first-party code, but there appears to be some third-party code that thinksis_authenticatedis a method.According to flask-login releases, it appears a new version 0.3.0 was just released 2 days ago, so I'm wondering if whatever dependency is requiring flask-login (as it doesn't appear to be in our
requirements.txt) simply isn't clamping down on the version number tightly enough.The text was updated successfully, but these errors were encountered: