AttributeError: 'NoneType' object has no attribute 'modified' #119
Unanswered
Relebohile3369
asked this question in
Q&A
Replies: 1 comment
-
What worked for me was installing an older version of flask. The version I did was flask==2.2.5 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I need help, I'm encountering this error below when I run my app on localhost:5000. Can you please help me to fix this error?
"
File "/Users/lesmacbookpro/Desktop/Xero/THE RIGHT ONE/xero-python-oauth2-starter-master/venv/lib/python3.11/site-packages/flask_session/sessions.py", line 343, in save_session
if session.modified:
^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'modified'
127.0.0.1 - - [19/Aug/2023 18:12:19] "GET / HTTP/1.1" 500 -"
Beta Was this translation helpful? Give feedback.
All reactions