[SOLVED] Dropbox: ERROR : Info-img-id.txt.rclone_chunk.001_z3148t: Couldn't move: move failed: from_lookup/not_found/

What is the problem you are having with rclone?

Running rclone browser.
Dropbox <- crypt <- chunker. The destination folder does not exist when the command starts.

I get this error (in the title), and after rclone attempts to upload all the files.

Here is the full command as given in the rclone log:
2022/04/26 18:42:04 DEBUG : rclone: Version "v1.58.0" starting with parameters ["/usr/bin/rclone" "copy" "--verbose" "--transfers" "4" "--checkers" "8" "--contimeout" "60s" "--timeout" "300s" "--retries" "3" "--low-level-retries" "10" "--stats" "1s" "--stats-file-name-length" "0" "-vv" "--fast-list" "--links" "--dropbox-batch-mode" "async" "--log-file=/home/dan/rclonelog" "/media/dan/USB ext4 5TB Par/Rocky/2022-04-25-13-img-Rocky" "DBencryptedChunker:Rocky/2022-04-25-13-img-Rocky"]

Run the command 'rclone version' and share the full output of the command.

dan@rocky:~$ rclone version
rclone v1.58.0

  • os/version: linuxmint 20.3 (64 bit)
  • os/kernel: 5.13.0-40-generic (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.17.8
  • go/linking: static
  • go/tags: none
    dan@rocky:~$
Yes

Which cloud storage system are you using? (eg Google Drive)

Dropbox

The command you were trying to run (eg rclone copy /tmp remote:tmp)

"/usr/bin/rclone" "copy" "--verbose" "--transfers" "4" "--checkers" "8" "--contimeout" "60s" "--timeout" "300s" "--retries" "3" "--low-level-retries" "10" "--stats" "1s" "--stats-file-name-length" "0" "-vv" "--fast-list" "--links" "--dropbox-batch-mode" "async" "--log-file=/home/dan/rclonelog" "/media/dan/USB ext4 5TB Par/Rocky/2022-04-25-13-img-Rocky" "DBencryptedChunker:Rocky/2022-04-25-13-img-Rocky"

The rclone config contents with secrets removed.

[Dropbox]
type = dropbox
token = {"access_token":<redacted>,"token_type":"bearer","refresh_token":<redacted>,"expiry":"2022-04-28T11:18:51.010201619-04:00"}
links = true

[DBencrypted]
type = crypt
remote = Dropbox:
password = <redacted>
password2 = <redacted>
batch_mode = async
batch_size = 128
links = true

[DBencryptedChunker]
type = chunker
remote = DBencrypted:
chunk_size = 10Gi

A log from the command with the -vv flag

(Truncated after errors occurred) 
https://pastebin.com/gQU0sgPh

Here is the rclone-browser config:

[MainWindow]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\xd9\0\0\0\xca\0\0\x6\x9b\0\0\x3\xfa\0\0\0\xda\0\0\0\xe8\0\0\x6\x9a\0\0\x3\xf9\0\0\0\0\0\0\0\0\a\x80\0\0\0\xda\0\0\0\xe8\0\0\x6\x9a\0\0\x3\xf9)

[Settings]
alwaysShowInTray=true
checkRcloneBrowserUpdates=true
checkRcloneUpdates=true
closeToTray=true
darkMode=false
darkModeIni=false
defaultDownloadDir=
defaultDownloadOptions=
defaultRcloneOptions="-vv --fast-list --links --dropbox-batch-mode async --stats=15s --stats-one-line"
defaultUploadDir=
defaultUploadOptions=
driveShared=0
http_proxy=
https_proxy=
iconSize=medium
lastRcloneBrowserUpdateCheck=Thu Apr 28 2022
lastRcloneUpdateCheck=Thu Apr 28 2022
lastUsedDestFolder=
lastUsedSourceFolder=/media/dan/USB ext4 5TB Par/Mancave/2022-04-25-21-img-mancave
mount=--vfs-cache-mode minimal
no_proxy=
notifyFinishedTransfers=true
rclone=/usr/bin/rclone
rcloneConf=
rcloneVersion=1.58.0
rowColors=true
showFileIcons=false
showFolderIcons=false
showHidden=true
stream=
useProxy=false

[Transfer]
cbCompare=0
cbSyncDelete=0
checkCompare=true
checkDeleteExcluded=false
checkDontUpdateModified=false
checkSameFilesystem=false
checkSkipExisting=false
checkSkipNewer=false
checkisDriveSharedWithMe=false
spinCheckers=8
spinConnectTimeout=60
spinIdleTimeout=300
spinLowLevelRetries=10
spinMaxDepth=0
spinRetries=3
spinTransfers=4

Try sending the batch mode to sync, I think that async may be confusing chunker.

1 Like

Oh, yes. Rclone is so happy now. Thanks for the great work!

1 Like

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