GothenburgBitFactory / taskchampion-sync-server

The sync server for Taskchampion
MIT License
44 stars 8 forks source link

taskchampion-sync-server logs "errors" for 404 responses #1

Open djmitche opened 5 months ago

djmitche commented 5 months ago

From https://github.com/GothenburgBitFactory/taskwarrior/issues/3345

Hey,

nice. I built this dockerized version of the server:

https://github.com/Mebus/taskwarrior-server-dockerized

Unfortunately now I keep getting this error on the server, when I try to sync two clients:

taskwarriorsyncserver  | [2024-04-06T23:38:55Z DEBUG actix_web::middleware::logger] Error in response: "no such version"
taskwarriorsyncserver  | [2024-04-06T23:38:55Z INFO  actix_web::middleware::logger] 172.19.0.1 "GET /v1/client/get-child-version/97a5d72-8703-4c33-a747-c1f539fb7bc4 HTTP/1.1" 404 15 "

Why is that happening?

Mebus