mholt / timeliner

All your digital life on a single timeline, stored locally -- DEPRECATED, SEE TIMELINIZE (link below)

Home Page:https://timelinize.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

operation not supported and disk I/O error

varunchandak opened this issue · comments

OS: macOS (latest)
GO: go version go1.12.6 darwin/amd64

I am getting this error. Everything is done as per README.md

2019/06/16 19:58:44 [ERROR][google_photos/xxxxxx@gmail.com] Processing item graph: processing node of item graph: downloading data file: syncing file: sync timeliner_repo/data/2019/06/google_photos/IMG_5773.JPG: operation not supported (item_id=6)

Another error:

2019/06/16 20:00:21 [ERROR][google_photos/xxxxxx@gmail.com] Processing item graph: processing node of item graph: storing item in database: disk I/O error (item_id=XXXXXXX)

Apparently, it is not working on windows shared drives. Can it work on NFS ?

Apparently NFS (or Windows shared drives) does not support syncing (flushing write buffers to disk). Seems like a limitation of the file system.

Error from here:

return fmt.Errorf("syncing file: %v", err)

Ok. Thanks.

Any other alternative to keep the photos in a centralized storage, and use something open source alternative for google photos for internal network.