Closed TilBlechschmidt closed 7 years ago
Hmmm I'm not sure I can replicate this error. I thought maybe its a cache issue, if you send a /track with a new user it still updates the cache.
Can you try calling /calculate to see if it updates?
If the problem persists, send me your database file at hypercube.platforms@gmail.com
Calling /calculate didn't fix it. One thing I noticed though is that in the data directory there are two files. One being uppercase Family.db
and one lowercase family.db
. Since the tracking request sends the group as uppercase and learning happened with it being lowercase could that possibly confuse something? The database files should be at your inbox.
Yeah, you have to keep the case the same for the same group.
Okay. I ignored that since it converted that to lowercase when learning but thanks for the information.
So I track by sending the following POST request:
Now after doing that a few times I run a GET request to the /location API using a wildcard for the users (API doc states that user(s)= can be omitted to get everybody):
Running the same request with a user specified works: