Google photos upoload - duplicate albums 2023

Hi all,

I am having the same problem in this link : Google photos upoload - duplicate albums - Help and Support - rclone forum

I have tried everything in here and my script creates duplicate folders like in the same way in the post. It just puts 1 photo in every folder in the same name.

I am running on version:

rclone version

rclone v1.53.3-DEV

  • os/arch: linux/arm
  • go version: go1.15.5

I am trying to upload my whole photo archive to Google Photos with command :slight_smile:

printf '!\n' | rclone sync -vv -i "/mnt/ExtHDD/Photos" "Kayhan1GP_1:album" > /log_google1.log 2>&1 & disown

I am also not sure google-photos-delete-tool/delete_albums.js at 43354f77c010f5b1226aca2092795b189069d204 ยท mrishab/google-photos-delete-tool ยท GitHub this tool is still working nowadays.

If you can help me, I will be glad for that. Thanks.

This is many years old rclone version. Nobody is going to troubleshoot such ancient rclone.

uninstall it:

sudo apt remove rclone

and install the latest rclone version:

sudo -v ; curl https://rclone.org/install.sh | sudo bash

and try your sync again.

Hi Kapitainsky,

Updated version.

/# rclone version
rclone v1.64.2

  • os/version: raspbian 11.8
  • os/kernel: 6.1.21-v7+ (armv7l)
  • os/type: linux
  • os/arch: arm (ARMv7 compatible)
  • go/version: go1.21.3
  • go/linking: static
  • go/tags: none

Will try again and will let you know about updates. But first of all, I think i have to delete all duplicate folders. Otherwise rclone will give error again.

It seems to be the same again..

Soem verbose logs are in here:

goroutine 3057 [chan receive, 1 minutes]:
runtime.gopark(0x1d857b0, 0x6734030, 0xe, 0x17, 0x2)
runtime/proc.go:398 +0x104 fp=0x3c9bf44 sp=0x3c9bf30 pc=0x578b8
runtime.chanrecv(0x6734000, 0x3c9bfb8, 0x1)
runtime/chan.go:583 +0x4c4 fp=0x3c9bf80 sp=0x3c9bf44 pc=0x18ec0
runtime.chanrecv2(0x6734000, 0x3c9bfb8)
runtime/chan.go:447 +0x20 fp=0x3c9bf94 sp=0x3c9bf80 pc=0x189f0
github.com/rclone/rclone/backend/local.(*fadvise).worker(0x3754e40)
github.com/rclone/rclone/backend/local/fadvise_unix.go:115 +0x34 fp=0x3c9bfe4 sp=0x3c9bf94 pc=0xcd0088
github.com/rclone/rclone/backend/local.newFadvise.func1()
github.com/rclone/rclone/backend/local/fadvise_unix.go:75 +0x28 fp=0x3c9bfec sp=0x3c9bfe4 pc=0xccfecc
runtime.goexit()
runtime/asm_arm.s:859 +0x4 fp=0x3c9bfec sp=0x3c9bfec pc=0x91730
created by github.com/rclone/rclone/backend/local.newFadvise in goroutine 568
github.com/rclone/rclone/backend/local/fadvise_unix.go:75 +0x158

goroutine 3058 [select]:
runtime.gopark(0x1d85968, 0x0, 0x9, 0x18, 0x1)
runtime/proc.go:398 +0x104 fp=0x663667c sp=0x6636668 pc=0x578b8
runtime.selectgo(0x6636794, 0x6636778, 0x0, 0x0, 0x2, 0x1)
runtime/select.go:327 +0xaf0 fp=0x6636718 sp=0x663667c pc=0x6b59c
github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0x61d1970)
github.com/rclone/rclone/fs/accounting/accounting.go:212 +0x100 fp=0x66367e4 sp=0x6636718 pc=0x5ba9f8
github.com/rclone/rclone/fs/accounting.newAccountSizeName.func1()
github.com/rclone/rclone/fs/accounting/accounting.go:110 +0x28 fp=0x66367ec sp=0x66367e4 pc=0x5ba044
runtime.goexit()
runtime/asm_arm.s:859 +0x4 fp=0x66367ec sp=0x66367ec pc=0x91730
created by github.com/rclone/rclone/fs/accounting.newAccountSizeName in goroutine 568
github.com/rclone/rclone/fs/accounting/accounting.go:110 +0x498

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.