You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to download all Google Photos data using the API datasource and then merging with the Takeout archive, but when I try to merge the Takeout file nothing seems to happen.
Here are the commands I try:
$ timeliner add-account google_photos/[email protected]
# Browser opens up and all permissions are granted.
$ timeliner -v get-all google_photos/[email protected]
2021/01/08 20:03:18 [DEBUG] google_photos/[email protected]: listing albums: next page (page_token=)
2021/01/08 20:03:37 [DEBUG] google_photos/[email protected]: visiting item graph 0xc00078e... (node_item_id=... edges=0 collections=0 relations=0)
2021/01/08 20:03:37 [DEBUG] google_photos/[email protected]: visiting item graph 0xc00078e... (node_item_id=... edges=0 collections=0 relations=0)
2021/01/08 20:03:39 [DEBUG] google_photos/[email protected]: stored or updated item in database (item_id=... item_row_id=1 soft_merge=false)
2021/01/08 20:03:39 [DEBUG] google_photos/[email protected]: stored or updated item in database (item_id=... item_row_id=2 soft_merge=false)
2021/01/08 20:03:40 [DEBUG] google_photos/[email protected]: downloaded data file (item_id=... filename=data/2020/12/google_photos/IMG_20201229_093541_232.jpg size=139644)
2021/01/08 20:03:40 [DEBUG] google_photos/[email protected]: downloaded data file (item_id=... filename=data/2019/10/google_photos/IMG_20191030_204711.jpg size=1658519)
# Everything is added in place (this is a test account with a couple of photos only).
$ timeliner -v -merge=soft,id,file,meta import takeout.tgz google_photos/[email protected]
# Nothing happens...
I checked latitude and longitude fields in the Items table in the DB but nothing is updated (files in the data folder are not updated either, but I think that's not how the merge works).
Let me know if there's a way to get more debug info from this use case. I'm aware that there's not much information here from a troubleshooting perpective.
The text was updated successfully, but these errors were encountered:
and in the archiver.Walk() as well -- that will help trace the program's execution. You can also send it SIGQUIT (Ctrl+\ (on Linux) to have it dump goroutine stacks and exit. It will be interesting to know where it gets hung up.
Hi, I'm trying to download all Google Photos data using the API datasource and then merging with the Takeout archive, but when I try to merge the Takeout file nothing seems to happen.
Here are the commands I try:
I checked
latitude
andlongitude
fields in theItems
table in the DB but nothing is updated (files in thedata
folder are not updated either, but I think that's not how the merge works).Let me know if there's a way to get more debug info from this use case. I'm aware that there's not much information here from a troubleshooting perpective.
The text was updated successfully, but these errors were encountered: