haiku / haikudepotserver

Haiku Depot Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check Behaviour Around Repository Modify Timestamps

andponlin opened this issue · comments

Thanks to somebody who sent me some logs from HaikuDepot starting up;

[ServerReferenceDataUpdateProcess] remote data has not changed since [Tue, 16 Mar 2021 10:39:56 GMT]

This is rather strange as the downloaded data (worked for me) shows the newer date.

{
  "info": {
    "createTimestamp": 1624404548352,
    "createTimestampIso": "2021-06-22 23:29:08",
    "dataModifiedTimestamp": 1624393080000,
    "dataModifiedTimestampIso": "2021-06-22 20:18:00",
    "agent": "hds",
    "agentVersion": "1.0.126"
  },
...

However later when the person was able to get the categories I still see in their logs;

...
[ServerReferenceDataUpdateProcess] remote data has not changed since [Tue, 16 Mar 2021 10:39:56 GMT]
...

I can play around with this a bit more later to try to figure out what is going on for some people but in the meantime, a workaround might be to delete the data in ~/config/cache/HaikuDepot and start HaikuDepot desktop application once again.