ddvk / rmapi

Go app that allows you to access your reMarkable tablet files through the Cloud API
GNU Affero General Public License v3.0
49 stars 3 forks source link

Failed to build documents tree: failed to mirror was not ok #6

Open Azeirah opened 2 days ago

Azeirah commented 2 days ago
Trace: 2024/10/30 17:19:06 main.go:72: failed to mirror was not ok: cant parse line '', wrong number of fields 0
ERROR: 2024/10/30 17:19:06 main.go:79: failed to build documents tree, last error: failed to mirror was not ok: cant parse line '', wrong number of fields 0

https://github.com/ddvk/rmapi/blob/a0c746f65c5d4af63a3b9c6576b709e24fc98642/api/sync15/apictx.go#L49

https://github.com/ddvk/rmapi/blob/a0c746f65c5d4af63a3b9c6576b709e24fc98642/api/sync15/tree.go#L171

https://github.com/ddvk/rmapi/blob/a0c746f65c5d4af63a3b9c6576b709e24fc98642/api/sync15/tree.go#L95

Not sure what I can provide for further context. The trace doesn't contain the content it failed to mirror on.

Azeirah commented 2 days ago

Looks like a line is unexpectedly empty. I'm not super familiar with rmapi myself