Please take a moment to search the forum and documentation before posting a new topic.
If you’re creating a debugging post, please include the following info:
- Are you running your app locally or is it deployed? Locally
- If your app is deployed: N/A
a. Is it deployed on Community Cloud or another hosting platform?
b. Share the link to the public deployed app. - Share the link to your app’s public GitHub repository (including a requirements file).
- Share the full text of the error message (not a screenshot).
Error while processing request: {‘message’: ‘request timeout’, ‘code’: ‘392708’, ‘request_id’: ‘5552e87b-2553-4d97-99d3-f3b9f211c577’} - Share the Streamlit and Python versions.
Python - 3.11
Streamlit - 1.44.1
Hi Team,
I am new to streamlit and trying to create my first app (Snowflake - Cortex Analyst), I have followed the step by step procedure as mentioned in the Snowflake quickstart documentation (Getting Started with Cortex Analyst: Augment BI with AI)
However, when i am trying to run the streamlit app locally, it is running for a while and throwing an error like below,
Error while processing request: {‘message’: ‘request timeout’, ‘code’: ‘392708’, ‘request_id’: ‘5552e87b-2553-4d97-99d3-f3b9f211c577’}
I am not understanding what could be the reason here.
Can someone please help me in resolving this issue.
Thanks