Problem to trasnferfiles .rem in WebDAV Rclone

***** PROBLEM *****
I'm having problems transferring files ".rem" between WDAV Connection(sharepoint) to S3.
I made some tests and I had identified this problem just occurs when I tried to transfer ".rem" files using WDAV.

###################
***** RCLONE VERSION *****

rclone v1.59.2

  • os/version: alpine 3.16.2 (64 bit)
  • os/kernel: 5.4.181-99.354.amzn2.x86_64 (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.19.1
  • go/linking: static
  • go/tags: none
    ###################

***** CLOUD STORAGE USED *****
Storage used: S3

###################
***** COMAND USED *****

rclone move source:/folder1/folder2/folder3 destination:folder4/folder5/folder6 --exclude /exemple1/** --exclude /exemple2/** -vv
###################

***** RCLONE CONFIG *****
[source]
type = webdav
vendor = sharepoint
pass = X
url = X
user = X

[destination]
type = s3
region = us-east-1
secret_access_key = x
access_key_id = y
endpoint = z
provider = Minio

##LOG##
/data # rclone move Source:/Folder1/Folder2/Folder3 destination:X/folder1/folder2 --exclude /done/** --exc
lude /error/** -vv
2022/10/06 17:31:48 DEBUG : Setting default for s3-endpoint="http://my_domain" from environment variable RCLONE_S3_ENDPOINT
2022/10/06 17:31:48 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rclone" "move" "Source:/Folder1/Folder2/Folder3" "destination:X/folder1/folder2" "--exclude" "/done/" "--exclude" "/error/" "-vv"]
2022/10/06 17:31:48 DEBUG : Creating backend with remote "Source:/Folder1/Folder2/Folder3"
2022/10/06 17:31:48 DEBUG : Using config file from "/config/rclone/rclone.conf"
2022/10/06 17:31:48 DEBUG : found headers:
2022/10/06 17:31:50 DEBUG : fs cache: renaming cache item "Source:/Folder1/Folder2/Folder3" to be canonical "Source:Folder1/Folder2/Folder3"
2022/10/06 17:31:50 DEBUG : Creating backend with remote "destination:X/folder1/folder2"
2022/10/06 17:31:50 DEBUG : Setting s3_endpoint="http://my_domain" from environment variable RCLONE_S3_ENDPOINT
2022/10/06 17:31:50 DEBUG : Setting s3_endpoint="http://my_domain" from environment variable RCLONE_S3_ENDPOINT
2022/10/06 17:31:50 DEBUG : Setting s3_endpoint="http://my_domain" from environment variable RCLONE_S3_ENDPOINT
2022/10/06 17:31:50 DEBUG : Setting s3_endpoint="http://my_domain" from environment variable RCLONE_S3_ENDPOINT
2022/10/06 17:31:50 DEBUG : Setting s3_endpoint="http://my_domain" from environment variable RCLONE_S3_ENDPOINT
2022/10/06 17:31:50 DEBUG : Setting s3_endpoint="http://my_domain" from environment variable RCLONE_S3_ENDPOINT
2022/10/06 17:31:50 DEBUG : Setting s3_endpoint="http://my_domain" from environment variable RCLONE_S3_ENDPOINT
2022/10/06 17:31:50 DEBUG : Setting s3_endpoint="http://my_domain" from environment variable RCLONE_S3_ENDPOINT
2022/10/06 17:31:50 DEBUG : Setting s3_endpoint="http://my_domain" from environment variable RCLONE_S3_ENDPOINT
2022/10/06 17:31:50 DEBUG : Setting s3_endpoint="http://my_domain" from environment variable RCLONE_S3_ENDPOINT
2022/10/06 17:31:50 DEBUG : Setting s3_endpoint="http://my_domain" from environment variable RCLONE_S3_ENDPOINT
2022/10/06 17:31:50 DEBUG : Setting s3_endpoint="http://my_domain" from environment variable RCLONE_S3_ENDPOINT
2022/10/06 17:31:50 DEBUG : X: detected overridden config - adding "{P1DIN}" suffix to name
2022/10/06 17:31:50 DEBUG : Setting s3_endpoint="http://my_domain" from environment variable RCLONE_S3_ENDPOINT
2022/10/06 17:31:50 DEBUG : fs cache: renaming cache item "destination:X/folder1/folder2" to be canonical "X{P1DIN}:X/folder1/folder2"
2022/10/06 17:31:51 DEBUG : done: Excluded
2022/10/06 17:31:51 DEBUG : S3 bucket X path folder1/folder2: Waiting for checks to finish
2022/10/06 17:31:51 DEBUG : S3 bucket X path folder1/folder2: Waiting for transfers to finish
2022/10/06 17:31:51 DEBUG : pacer: low level retry 1/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:31:51 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2022/10/06 17:31:51 DEBUG : pacer: low level retry 2/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:31:51 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2022/10/06 17:31:51 DEBUG : pacer: low level retry 3/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:31:51 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2022/10/06 17:31:51 DEBUG : pacer: low level retry 4/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:31:51 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2022/10/06 17:31:51 DEBUG : pacer: low level retry 5/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:31:51 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2022/10/06 17:31:52 DEBUG : pacer: low level retry 6/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:31:52 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2022/10/06 17:31:52 DEBUG : pacer: low level retry 7/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:31:52 DEBUG : pacer: Rate limited, increasing sleep to 1.28s
2022/10/06 17:31:53 DEBUG : pacer: low level retry 8/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:31:53 DEBUG : pacer: Rate limited, increasing sleep to 2s
2022/10/06 17:31:54 DEBUG : pacer: low level retry 9/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:31:56 DEBUG : pacer: low level retry 10/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:31:56 DEBUG : file.REM: Received error: failed to open source object: Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error - low level retry 1/10
2022/10/06 17:31:58 DEBUG : pacer: low level retry 1/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:00 DEBUG : pacer: low level retry 2/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:02 DEBUG : pacer: low level retry 3/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:04 DEBUG : pacer: low level retry 4/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:06 DEBUG : pacer: low level retry 5/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:08 DEBUG : pacer: low level retry 6/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:10 DEBUG : pacer: low level retry 7/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:12 DEBUG : pacer: low level retry 8/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:14 DEBUG : pacer: low level retry 9/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:16 DEBUG : pacer: low level retry 10/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:16 DEBUG : file.REM: Received error: failed to open source object: Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error - low level retry 2/10
2022/10/06 17:32:18 DEBUG : pacer: low level retry 1/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:20 DEBUG : pacer: low level retry 2/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:22 DEBUG : pacer: low level retry 3/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:24 DEBUG : pacer: low level retry 4/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:26 DEBUG : pacer: low level retry 5/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:28 DEBUG : pacer: low level retry 6/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:30 DEBUG : pacer: low level retry 7/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:32 DEBUG : pacer: low level retry 8/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:34 DEBUG : pacer: low level retry 9/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:36 DEBUG : pacer: low level retry 10/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:36 DEBUG : file.REM: Received error: failed to open source object: Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error - low level retry 3/10
2022/10/06 17:32:38 DEBUG : pacer: low level retry 1/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:40 DEBUG : pacer: low level retry 2/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:42 DEBUG : pacer: low level retry 3/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:44 DEBUG : pacer: low level retry 4/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:46 DEBUG : pacer: low level retry 5/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:48 DEBUG : pacer: low level retry 6/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:50 DEBUG : pacer: low level retry 7/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:50 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 0 / 1, 0%
Transferred: 0 / 1, 0%
Elapsed time: 1m2.6s
Checking:

Transferring:

  • X.REM: transferring

2022/10/06 17:32:52 DEBUG : pacer: low level retry 8/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:54 DEBUG : pacer: low level retry 9/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:56 DEBUG : pacer: low level retry 10/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:32:56 DEBUG : file.REM: Received error: failed to open source object: Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error - low level retry 4/10
2022/10/06 17:32:58 DEBUG : pacer: low level retry 1/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:33:44 DEBUG : pacer: low level retry 4/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:33:46 DEBUG : pacer: low level retry 5/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:33:48 DEBUG : pacer: low level retry 6/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:33:50 DEBUG : pacer: low level retry 7/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:33:50 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 0 / 1, 0%
Transferred: 0 / 1, 0%
Elapsed time: 2m2.6s
Checking:

Transferring:

  • X.REM: transferring

2022/10/06 17:33:52 DEBUG : pacer: low level retry 8/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:33:54 DEBUG : pacer: low level retry 9/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:33:56 DEBUG : pacer: low level retry 10/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:33:56 DEBUG : file.REM: Received error: failed to open source object: Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error - low level retry 7/10
2022/10/06 17:33:58 DEBUG : pacer: low level retry 1/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:34:00 DEBUG : pacer: low level retry 2/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:34:02 DEBUG : pacer: low level retry 3/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:34:04 DEBUG : pacer: low level retry 4/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:34:06 DEBUG : pacer: low level retry 5/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:34:56 ERROR : file.REM: Failed to copy: failed to open source object: Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error
2022/10/06 17:34:56 ERROR : file.REM: Not deleting source as copy failed: failed to open source object: Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error
2022/10/06 17:34:56 ERROR : Attempt 1/3 failed with 1 errors and: failed to open source object: Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error
2022/10/06 17:34:58 DEBUG : pacer: Reducing sleep to 1.5s
2022/10/06 17:34:58 DEBUG : done: Excluded
2022/10/06 17:34:58 DEBUG : S3 bucket X path folder1/folder2: Waiting for checks to finish
2022/10/06 17:34:58 DEBUG : S3 bucket X path folder1/folder2: Waiting for transfers to finish
2022/10/06 17:35:00 DEBUG : pacer: low level retry 1/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:00 DEBUG : pacer: Rate limited, increasing sleep to 2s
2022/10/06 17:35:01 DEBUG : pacer: low level retry 2/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:03 DEBUG : pacer: low level retry 3/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:05 DEBUG : pacer: low level retry 4/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:07 DEBUG : pacer: low level retry 5/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:09 DEBUG : pacer: low level retry 6/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:11 DEBUG : pacer: low level retry 7/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:13 DEBUG : pacer: low level retry 8/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:15 DEBUG : pacer: low level retry 9/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:17 DEBUG : pacer: low level retry 10/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:17 DEBUG : file.REM: Received error: failed to open source object: Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error - low level retry 1/10
2022/10/06 17:35:19 DEBUG : pacer: low level retry 1/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:21 DEBUG : pacer: low level retry 2/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:23 DEBUG : pacer: low level retry 3/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:25 DEBUG : pacer: low level retry 4/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:27 DEBUG : pacer: low level retry 5/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:29 DEBUG : pacer: low level retry 6/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:31 DEBUG : pacer: low level retry 7/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:33 DEBUG : pacer: low level retry 8/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:35 DEBUG : pacer: low level retry 9/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:37 DEBUG : pacer: low level retry 10/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:37 DEBUG : file.REM: Received error: failed to open source object: Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error - low level retry 2/10
2022/10/06 17:35:39 DEBUG : pacer: low level retry 1/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:41 DEBUG : pacer: low level retry 2/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:43 DEBUG : pacer: low level retry 3/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:45 DEBUG : pacer: low level retry 4/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:47 DEBUG : pacer: low level retry 5/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:49 DEBUG : pacer: low level retry 6/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:50 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 1 / 2, 50%
Transferred: 0 / 1, 0%
Elapsed time: 4m2.6s
Checking:

Transferring:

  • X.REM: transferring

2022/10/06 17:35:51 DEBUG : pacer: low level retry 7/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:53 DEBUG : pacer: low level retry 8/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:55 DEBUG : pacer: low level retry 9/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:57 DEBUG : pacer: low level retry 10/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:35:57 DEBUG : file.REM: Received error: failed to open source object: Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error - low level retry 3/10
2022/10/06 17:35:59 DEBUG : pacer: low level retry 1/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:36:01 DEBUG : pacer: low level retry 2/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:36:03 DEBUG : pacer: low level retry 3/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:36:05 DEBUG : pacer: low level retry 4/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:36:07 DEBUG : pacer: low level retry 5/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:36:09 DEBUG : pacer: low level retry 6/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:36:11 DEBUG : pacer: low level retry 7/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:36:13 DEBUG : pacer: low level retry 8/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:36:15 DEBUG : pacer: low level retry 9/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:36:17 DEBUG : pacer: low level retry 10/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:36:17 DEBUG : file.REM: Received error: failed to open source object: Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error - low level retry 4/10
2022/10/06 17:36:19 DEBUG : pacer: low level retry 1/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:36:21 DEBUG : pacer: low level retry 2/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:36:23 DEBUG : pacer: low level retry 3/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:36:25 DEBUG : pacer: low level retry 4/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:36:27 DEBUG : pacer: low level retry 5/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:36:29 DEBUG : pacer: low level retry 6/10 (error Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error)
2022/10/06 17:41:39 ERROR : file.REM: Failed to copy: failed to open source object: Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error
2022/10/06 17:41:39 ERROR : file.REM: Not deleting source as copy failed: failed to open source object: Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error
2022/10/06 17:41:39 ERROR : Attempt 3/3 failed with 1 errors and: failed to open source object: Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error
2022/10/06 17:41:39 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Errors: 1 (retrying may help)
Checks: 3 / 3, 100%
Elapsed time: 9m51.3s

2022/10/06 17:41:39 DEBUG : 6 go routines active
2022/10/06 17:41:39 Failed to move: failed to open source object: Server encountered an internal error. To get more info turn on customErrors in the server's config file.: 500 Internal Server Error

hello and welcome to the forum,

with onedrive/sharepoint, it is common to have pacer issues.

that is the server telling rclone to slow down.
might tweak tpslimit

not sure, might get better performance a using a onedrive remote, with a client id/secret.

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