Open tetebueno opened 3 years ago
Hi, that's weird.
Does it just hang and run forever? While it's doing nothing, is your CPU active?
If you have the means, could you add some log.Println()
lines in this function:
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.
Does it just hang and run forever? While it's doing nothing, is your CPU active?
It runs, then it stops.
I'll give those debugging recommendations a try when I get the chance and get back to you.
Cheers.
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.