You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0
Chat with AI
0
hello
KeyError: 'session_id'
Traceback:
File "/Users/rupeshti/anaconda3/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 541, in _run_script
exec(code, module.__dict__)
File "/Users/rupeshti/workdir/gitbox/langchain-aws-template-main/service/webapp/app.py", line 123, in <module>
write_chat_message(a, q)
File "/Users/rupeshti/workdir/gitbox/langchain-aws-template-main/service/webapp/app.py", line 114, in write_chat_message
st.session_state['session_id'] = md['answer']['session_id']
~~~~~~~~~~~~^^^^^^^^^^^^^^
Made with [Streamlit](http://streamlit.io/)
The text was updated successfully, but these errors were encountered:
rupeshtiwari
changed the title
keyError 'session_id'
keyError 'session_id' while running service app
Sep 27, 2023
I am getting this error
The text was updated successfully, but these errors were encountered: