cozy-labs / cozy-desktop

File Synchronisation for Cozy on Desktop and Laptop
https://cozy-labs.github.io/cozy-desktop/
GNU Affero General Public License v3.0
99 stars 45 forks source link

File is not synced on the server but appears as "up to date" #1127

Open Wenzel opened 6 years ago

Wenzel commented 6 years ago

Description

A set of file are not being uploaded to the server, as they appear as up to date in the client.

Steps to Reproduce

I don't know what lead to this bug

Expected behavior

All my files being uploaded

Actual behavior

My files are not uploaded on the server, even though the client says that he is up to date.

Informations

Logs

Example of a file not being synced

{
  "name": "Cozy Desktop",
  "hostname": "localhost.localdomain",
  "pid": 1725,
  "component": "Sync",
  "level": 20,
  "path": "wiki/tiddlers/Thinking Fast and Slow.md.meta",
  "seq": 3238,
  "doc": {
    "path": "wiki/tiddlers/Thinking Fast and Slow.md.meta",
    "docType": "file",
    "md5sum": "yiGgRtWgxQ/3oXh2QVSkkA==",
    "ino": 4474063,
    "updated_at": "2018-08-12T22:27:15.638Z",
    "mime": "application/octet-stream",
    "class": "application",
    "size": 147,
    "sides": {
      "local": 13,
      "remote": 13
    },
    "tags": [],
    "_id": "wiki/tiddlers/Thinking Fast and Slow.md.meta",
    "_rev": "13-d8067ec137694cc1ab71ed20ff17dabe"
  },
  "msg": "Applying change...",
  "time": "2018-08-12T23:10:47.706Z",
  "v": 0
}
{
  "name": "Cozy Desktop",
  "hostname": "localhost.localdomain",
  "pid": 1725,
  "component": "Sync",
  "level": 30,
  "path": "wiki/tiddlers/Thinking Fast and Slow.md.meta",
  "msg": "up to date",
  "time": "2018-08-12T23:10:47.706Z",
  "v": 0
}

Thanks.

sebn commented 6 years ago

Hello again! Thanks for reporting this one too!

Could you possibly report this directly from the app's help form? So we'd get the full logs, without which it will be very difficult for us to understand what happened.

Please note the logs include your dir/file names. Just tell us and don't send them in case you don't want to share non-relevant filenames with us (that's reasonable).