openpoiservice: All time Internal Server Error
I’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?
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 33 (19 by maintainers)
hihi, sorry @zephylac