FreeTAKTeam / FreeTAKServer-Docker

Official Docker Image for FreeTAKServer
Eclipse Public License 2.0
42 stars 26 forks source link

ManageGeoObject/getGeoObject returns 500 code and "expected string or bytes-like object" message #28

Open iAcolyte opened 3 years ago

iAcolyte commented 3 years ago

When I try to access the "ManageGeoObject/getGeoObject" it returns 500 "expected string or bytes-like object".

I clone this repository to install latest 1.9.1.5 version of FTS to my Docker. After building and launching a container everything works fine, except getGeoObject endpoint. I tested it using official release (1.7.5 version) and the getGeoObject endpoint works as expected and return 200 code and list of GeoObjects. It also not working with 1.9 and 1.9.1 version of FTS

billhbk commented 2 years ago

@iAcolyte / all - Did you ever resolve this? I'm having the same issue despite other API calls working as expected.