-
Notifications
You must be signed in to change notification settings - Fork 4k
Description
Checklist
- I have searched the existing issues for similar issues.
- I added a very descriptive title to this issue.
- I have provided sufficient information below to help reproduce this issue.
Summary
Failed to process a Websocket message. Error: Cached ForwardMsg MISS [hash=593dfaff182ed7d0018465796b6ab73f]. This is not expected to happen. Please report this bug.
def refresh(placehoder=''): util.pttable_search2(placehoder.split('__')[0]) st.rerun() newname = st_searchbox(util.pttable_search2,key='newnamey13478',placeholder='Search Name',style_absolute=True,edit_after_submit='current',default_use_searchterm=False,submit_function=refresh) # st.write(newname,st.session_state.patientdf) if newname and not st.session_state.patientdf.empty: st.session_state.patientdf=st.session_state.patientdf[st.session_state.patientdf['Name__Phone']==newname] newname=newname.split('__')[0] newname=newname.upper() else: newname=st.session_state.salenewpatient.upper()
Reproducible Code Example
Steps To Reproduce
No response
Expected Behavior
No response
Current Behavior
No response
Is this a regression?
- Yes, this used to work in a previous version.
Debug info
- Streamlit version:
- Python version:
- Operating System:
- Browser:
Additional Information
No response