We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you get
AttributeError: 'Flask' object has no attribute 'session_cookie_name'
then simply
pip install --upgrade flask-session flask-oauthlib
The text was updated successfully, but these errors were encountered:
PETOSS-333
Sorry, something went wrong.
Thanks for raising an issue, a ticket has been created to track your request
blinker==1.8.1 cachelib==0.13.0 certifi==2024.2.2 charset-normalizer==3.3.2 click==8.1.7 colorama==0.4.6 Flask==3.0.3 Flask-OAuthlib==0.9.6 Flask-Session==0.8.0 idna==3.7 itsdangerous==2.2.0 Jinja2==3.1.4 MarkupSafe==2.1.5 msgspec==0.18.6 oauthlib==2.1.0 python-dateutil==2.9.0.post0 requests==2.31.0 requests-oauthlib==1.1.0 six==1.16.0 urllib3==2.2.1 Werkzeug==3.0.3 xero_python==1.5.3
No branches or pull requests
If you get
AttributeError: 'Flask' object has no attribute 'session_cookie_name'
then simply
pip install --upgrade flask-session flask-oauthlib
The text was updated successfully, but these errors were encountered: