codebasics / python_projects_grocery_webapp

105 stars 149 forks source link

getting issues while running server.py file #7

Open Gyani25k opened 1 year ago

Gyani25k commented 1 year ago

getting this error while running server.py file Not Found The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. please resolve

mrunankpawar commented 1 year ago

Hey @Gyani25k, please check if you have entered the correct endpoint and as the error mentions if you have any spelling mistakes.

Hope this helps, if it still doesn't work, you can attach screenshots so we can understand what is the issue.

deepinithi commented 1 year ago

I am also getting the same error while running server.py file. If I manually enter endpoint means its working but if I run the server using host address, means it showing the error. requested URL was not found on the server. If you entered the URL manually, please check your spelling and try again. Please help me to resolve this problem.

mrunankpawar commented 1 year ago

Hey @deepinithi, it's not a problem I guess. That's how it works, because by default it's not fetching your endpoint, but you have to enter it(endpoint) manually.