I have a problem with an RL model

Hello engineers, I have a problem with an RL model. I'm trying to fetch data from the database using a Flask API, but it's giving me a Connection Error. However, when I test it on Postman, it returns results and works fine. I'm running the code on Kaggle. II have no issue with that; I just need to solve it.
file0.jpg
file1.jpg
file2.jpg
Solution
Have you been able to fix this?
If you can add loggings to your flask app to see more details about the connection attempt it will give you clues about the specific issue
Was this page helpful?