mholt / timeliner

All your digital life on a single timeline, stored locally -- DEPRECATED, SEE TIMELINIZE (link below)
https://timelinize.com
GNU Affero General Public License v3.0
3.56k stars 116 forks source link

operation not supported and disk I/O error #41

Open varunchandak opened 5 years ago

varunchandak commented 5 years ago

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)
varunchandak commented 5 years ago

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

mholt commented 5 years ago

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: https://github.com/mholt/timeliner/blob/0ca48fecfd09b6dd1ab6a69ab0fb6f6084e4f97d/itemfiles.go#L40

varunchandak commented 5 years ago

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.