All time Internal Server Error
See original GitHub issueI’ll trying to make simple request:
curl -X POST \
http://127.0.0.1:5000/pois \
-H 'Content-Type: application/json' \
-d '{
"request": "pois",
"geometry": {
"bbox": [
[32.70149630013472, -96.72892645140573],
[32.70137085098112, -96.72854256023189],
[32.710300884253556, -96.72420399392107]
]
}
}'
But all time i’ll got status 500 and:
<html>
<head>
<title>Internal Server Error</title>
</head>
<body>
<h1><p>Internal Server Error</p></h1>
</body>
</html>
Is it wrong bbox, or error with openpoiservice? How i can check it?
Issue Analytics
- State:
- Created 4 years ago
- Comments:33 (19 by maintainers)
Top Results From Across the Web
What is a 500 Internal Server Error? - Allconnect.com
It's “full” and can't handle more data (for example, too many people are trying to access the site at one time); There's a...
Read more >How to Fix a 500 Internal Server Error on Your WordPress Site
The 500 Internal Server Error status code occurs when the server encounters an error that prevents it from fulfilling the request.
Read more >HTTP 500 Internal Server Error: What It Means & How to Fix It
An HTTP 500 internal server error is a general error message. It covers unexpected issues that don't fit into existing error codes. HTTP...
Read more >How to Fix a 500 Internal Server Error - Lifewire
The 500 Internal Server Error is a very general HTTP status code that means something has gone wrong on the website's server, but...
Read more >500 Internal Server Error - HTTP - MDN Web Docs - Mozilla
This error response is a generic "catch-all" response. Usually, this indicates the server cannot find a better 5xx error code to response.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
hihi, sorry @zephylac
Now, the weird thing is: I recently built a new Docker container for ops with the “old” requirements.txt and just checked: also has Werkzeug 1.0.0 and I can request all resources…