devfinwiz / Fin-Maestro-Kin

Seamless Finance: Docker-Deployed APIs for Smart Investments. [WORK IN PROGRESS]
https://fin-maestro-kin.apidog.io/
MIT License
62 stars 10 forks source link

Cloud Agent Error: Can not send requests to localhost:8000. #39

Open Paaarth opened 1 day ago

devfinwiz commented 1 day ago

Can you help me with more details about the issue? For eg: Which endpoint were you trying to access, how were you trying to access it and what version of the project are you on? Logs would be good to have...

Paaarth commented 1 day ago

localhost:8000/sentiment/pcr-indice-analysis

devfinwiz commented 1 day ago

You are trying to access the wrong endpoint. Kindly refer to - https://fin-maestro-kin.apidog.io/api-6701898

This is the correct endpoint: localhost:8000/nseindices/indice-pcr

Paaarth commented 23 hours ago

screenshot-fin-maestro-kin_apidog_io-2024_09_22-11_51_25

Here it is URL

localhost:8000/sentiment/pcr-stocks-analysis

devfinwiz commented 23 hours ago

Yes, that's the correct endpoint. I assumed you were trying to access the one under nseindices. Please make sure you have your docker container up. Share the current status of your docker container. If you do not have that up and running, you won't be able to access any of the endpoints.

Reference: https://github.com/devfinwiz/Fin-Maestro-Kin#running-fin-maestro-kin-in-a-docker-container

Paaarth commented 23 hours ago

Thanks for the response. Okay, Let me try with that