Hi, I am trying to use MongoDB in my project . I have also mentioned the credentials in secret TOML of the app.
However, it shoots me this error
“pymongo.errors.ServerSelectionTimeoutError”
So when I select the option “Search Bio-Topics & Questions” in navigation, it basically tries to create a new DB : BioASQ and populate the records in MongoDB after reading the data. This is where the issue seems to popping up. In local MongoDB, it is running correctly, however, on streamlit, something seems to be missing which I am not able to figure out. The function in app.py where MongoDB setup is being done is : “def setupMongoDB():”
I think I saw this kind of Error for 2 different reasons so far.
The database is not reachable from where you are deploying your app (however, I’m not sure if it was this exact Error or if it was a connection error directly)
When I cached a database connection and it timed out at some point, I think on the database side.
I solved this by giving my cached database setup function a timestamp as an input argument which changes every couple of minutes so that the connection would be re-established before it timed out.
I think you are doing something similar to caching in your code by only initializing the client once. After some time the database will cut the connection due to a timeout at which point you would have to reconnect.
Thanks for stopping by! We use cookies to help us understand how you interact with our website.
By clicking “Accept all”, you consent to our use of cookies. For more information, please see our privacy policy.
Cookie settings
Strictly necessary cookies
These cookies are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms.
Performance cookies
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us understand how visitors move around the site and which pages are most frequently visited.
Functional cookies
These cookies are used to record your choices and settings, maintain your preferences over time and recognize you when you return to our website. These cookies help us to personalize our content for you and remember your preferences.
Targeting cookies
These cookies may be deployed to our site by our advertising partners to build a profile of your interest and provide you with content that is relevant to you, including showing you relevant ads on other websites.