Thanks for your advice! I will correct that in the future.
Yes, because rclone will modify my file name in the remote when it contain some special character, but in my work, I need the file name remain the same so I set encoding = None
Here is my debug log:
:~# rclone copy jellyfin-encrypted:/videos/Season1/S01E22.nfo jellyfin-encrypted-backup:/videos/Season1/ -vv --dump=headers --retries=1
2025/01/15 21:42:10 NOTICE: Automatically setting -vv as --dump is enabled
2025/01/15 21:42:10 DEBUG : rclone: Version "v1.69.0" starting with parameters ["rclone" "copy" "jellyfin-encrypted:/videos/Season1/S01E22.nfo" "jellyfin-encrypted-backup:/videos/Season1/" "-vv" "--dump=headers" "--retries=1"]
2025/01/15 21:42:10 DEBUG : Creating backend with remote "jellyfin-encrypted:/videos/Season1/S01E22.nfo"
2025/01/15 21:42:10 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2025/01/15 21:42:10 DEBUG : Creating backend with remote "gd:/old/kwVguLTapByJWh7ijuMQ6A/lWSCfW7za7Uts_DaV03-7w/XIu_5E84dFrOSBpxtnc34g"
2025/01/15 21:42:10 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
2025/01/15 21:42:10 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:10 DEBUG : HTTP REQUEST (req 0xc000506780)
2025/01/15 21:42:10 DEBUG : GET /drive/v3/files?alt=json&corpora=drive&driveId=0AHU9fi_u4bbBUk9PVA&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%270AHU9fi_u4bbBUk9PVA%27+in+parents%29+and+%28name%3D%27old%27%29+and+%28mimeType%3D%27application%2Fvnd.google-apps.folder%27+or+mimeType%3D%27application%2Fvnd.google-apps.shortcut%27%29&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.69.0
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.23.4 gdcl/0.211.0
Accept-Encoding: gzip
2025/01/15 21:42:10 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:10 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:10 DEBUG : HTTP RESPONSE (req 0xc000506780)
2025/01/15 21:42:10 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Type: application/json; charset=UTF-8
Date: Wed, 15 Jan 2025 20:42:10 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: ESF
Vary: Origin, X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0
2025/01/15 21:42:10 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:10 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:10 DEBUG : HTTP REQUEST (req 0xc001c8c3c0)
2025/01/15 21:42:10 DEBUG : GET /drive/v3/files?alt=json&corpora=drive&driveId=0AHU9fi_u4bbBUk9PVA&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%2712EZoac7Lj4ge3QH0VNP-CKE4I0Ly6bD3%27+in+parents%29+and+%28name%3D%27kwVguLTapByJWh7ijuMQ6A%27%29+and+%28mimeType%3D%27application%2Fvnd.google-apps.folder%27+or+mimeType%3D%27application%2Fvnd.google-apps.shortcut%27%29&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.69.0
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.23.4 gdcl/0.211.0
Accept-Encoding: gzip
2025/01/15 21:42:10 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:11 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:11 DEBUG : HTTP RESPONSE (req 0xc001c8c3c0)
2025/01/15 21:42:11 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Type: application/json; charset=UTF-8
Date: Wed, 15 Jan 2025 20:42:11 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: ESF
Vary: Origin, X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0
2025/01/15 21:42:11 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:11 DEBUG : HTTP REQUEST (req 0xc001b70dc0)
2025/01/15 21:42:11 DEBUG : GET /drive/v3/files?alt=json&corpora=drive&driveId=0AHU9fi_u4bbBUk9PVA&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%271f7YXn_tM9fG39h2Cc6ZvRsSjEfmdhk9x%27+in+parents%29+and+%28name%3D%27lWSCfW7za7Uts_DaV03-7w%27%29+and+%28mimeType%3D%27application%2Fvnd.google-apps.folder%27+or+mimeType%3D%27application%2Fvnd.google-apps.shortcut%27%29&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.69.0
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.23.4 gdcl/0.211.0
Accept-Encoding: gzip
2025/01/15 21:42:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:11 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:11 DEBUG : HTTP RESPONSE (req 0xc001b70dc0)
2025/01/15 21:42:11 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Type: application/json; charset=UTF-8
Date: Wed, 15 Jan 2025 20:42:11 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: ESF
Vary: Origin, X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0
2025/01/15 21:42:11 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:11 DEBUG : HTTP REQUEST (req 0xc001c8cb40)
2025/01/15 21:42:11 DEBUG : GET /drive/v3/files?alt=json&corpora=drive&driveId=0AHU9fi_u4bbBUk9PVA&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%271ZFiQGTPpRXmVujzRGazw06ASx2TXAdxb%27+in+parents%29+and+%28name%3D%27XIu_5E84dFrOSBpxtnc34g%27%29+and+%28mimeType%3D%27application%2Fvnd.google-apps.folder%27+or+mimeType%3D%27application%2Fvnd.google-apps.shortcut%27%29&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.69.0
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.23.4 gdcl/0.211.0
Accept-Encoding: gzip
2025/01/15 21:42:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:11 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:11 DEBUG : HTTP RESPONSE (req 0xc001c8cb40)
2025/01/15 21:42:11 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Type: application/json; charset=UTF-8
Date: Wed, 15 Jan 2025 20:42:11 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: ESF
Vary: Origin, X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0
2025/01/15 21:42:11 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:11 DEBUG : HTTP REQUEST (req 0xc001c3a3c0)
2025/01/15 21:42:11 DEBUG : GET /drive/v3/files?alt=json&corpora=drive&driveId=0AHU9fi_u4bbBUk9PVA&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%270AHU9fi_u4bbBUk9PVA%27+in+parents%29+and+%28name%3D%27old%27%29+and+%28mimeType%3D%27application%2Fvnd.google-apps.folder%27+or+mimeType%3D%27application%2Fvnd.google-apps.shortcut%27%29&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.69.0
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.23.4 gdcl/0.211.0
Accept-Encoding: gzip
2025/01/15 21:42:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:12 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:12 DEBUG : HTTP RESPONSE (req 0xc001c3a3c0)
2025/01/15 21:42:12 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Type: application/json; charset=UTF-8
Date: Wed, 15 Jan 2025 20:42:11 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: ESF
Vary: Origin, X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0
2025/01/15 21:42:12 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:12 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:12 DEBUG : HTTP REQUEST (req 0xc001c3aa00)
2025/01/15 21:42:12 DEBUG : GET /drive/v3/files?alt=json&corpora=drive&driveId=0AHU9fi_u4bbBUk9PVA&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%2712EZoac7Lj4ge3QH0VNP-CKE4I0Ly6bD3%27+in+parents%29+and+%28name%3D%27kwVguLTapByJWh7ijuMQ6A%27%29+and+%28mimeType%3D%27application%2Fvnd.google-apps.folder%27+or+mimeType%3D%27application%2Fvnd.google-apps.shortcut%27%29&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.69.0
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.23.4 gdcl/0.211.0
Accept-Encoding: gzip
2025/01/15 21:42:12 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:12 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:12 DEBUG : HTTP RESPONSE (req 0xc001c3aa00)
2025/01/15 21:42:12 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Type: application/json; charset=UTF-8
Date: Wed, 15 Jan 2025 20:42:12 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: ESF
Vary: Origin, X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0
2025/01/15 21:42:12 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:12 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:12 DEBUG : HTTP REQUEST (req 0xc001c8d180)
2025/01/15 21:42:12 DEBUG : GET /drive/v3/files?alt=json&corpora=drive&driveId=0AHU9fi_u4bbBUk9PVA&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%271f7YXn_tM9fG39h2Cc6ZvRsSjEfmdhk9x%27+in+parents%29+and+%28name%3D%27lWSCfW7za7Uts_DaV03-7w%27%29+and+%28mimeType%3D%27application%2Fvnd.google-apps.folder%27+or+mimeType%3D%27application%2Fvnd.google-apps.shortcut%27%29&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.69.0
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.23.4 gdcl/0.211.0
Accept-Encoding: gzip
2025/01/15 21:42:12 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:12 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:12 DEBUG : HTTP RESPONSE (req 0xc001c8d180)
2025/01/15 21:42:12 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Type: application/json; charset=UTF-8
Date: Wed, 15 Jan 2025 20:42:12 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: ESF
Vary: Origin, X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0
2025/01/15 21:42:12 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:12 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:12 DEBUG : HTTP REQUEST (req 0xc001c3b180)
2025/01/15 21:42:12 DEBUG : GET /drive/v3/files?alt=json&corpora=drive&driveId=0AHU9fi_u4bbBUk9PVA&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%271ZFiQGTPpRXmVujzRGazw06ASx2TXAdxb%27+in+parents%29+and+%28name%3D%27XIu_5E84dFrOSBpxtnc34g%27%29&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.69.0
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.23.4 gdcl/0.211.0
Accept-Encoding: gzip
2025/01/15 21:42:12 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:12 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:12 DEBUG : HTTP RESPONSE (req 0xc001c3b180)
2025/01/15 21:42:12 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Type: application/json; charset=UTF-8
Date: Wed, 15 Jan 2025 20:42:12 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: ESF
Vary: Origin, X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0
2025/01/15 21:42:12 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:12 DEBUG : fs cache: renaming child cache item "gd:/old/kwVguLTapByJWh7ijuMQ6A/lWSCfW7za7Uts_DaV03-7w/XIu_5E84dFrOSBpxtnc34g" to be canonical for parent "gd:old/kwVguLTapByJWh7ijuMQ6A/lWSCfW7za7Uts_DaV03-7w"
2025/01/15 21:42:12 DEBUG : fs cache: renaming child cache item "jellyfin-encrypted:/videos/Season1/S01E22.nfo" to be canonical for parent "jellyfin-encrypted:/videos/Season1"
2025/01/15 21:42:12 DEBUG : Creating backend with remote "jellyfin-encrypted-backup:/videos/Season1/"
2025/01/15 21:42:12 DEBUG : Creating backend with remote "e5wsk:/old/backup/濢纎㳛傡說軛歽襰髟/焒䛟吾崛俍瘣嬎瑞鹟"
2025/01/15 21:42:12 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
2025/01/15 21:42:12 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:12 DEBUG : HTTP REQUEST (req 0xc000506640)
2025/01/15 21:42:12 DEBUG : GET /v1.0/drives/b!oYA27bTpS0WXArWDqlPNKG6F2jp3twxGq4xb_ASrIT9GMRtzWUbiTo3caiP5n9bp/root HTTP/1.1
Host: graph.microsoft.com
User-Agent: rclone/v1.69.0
Authorization: XXXX
Accept-Encoding: gzip
2025/01/15 21:42:12 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:13 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:13 DEBUG : HTTP RESPONSE (req 0xc000506640)
2025/01/15 21:42:13 DEBUG : HTTP/2.0 200 OK
Cache-Control: no-store, no-cache
Client-Request-Id: 60b0d2c3-5fba-4986-8d8b-008ac05c227d
Content-Type: application/json; odata.metadata=minimal; odata.streaming=true; IEEE754Compatible=false; charset=utf-8
Date: Wed, 15 Jan 2025 20:42:13 GMT
Request-Id: 60b0d2c3-5fba-4986-8d8b-008ac05c227d
Strict-Transport-Security: max-age=31536000
X-Ms-Ags-Diagnostic: {"ServerInfo":{"DataCenter":"Germany West Central","Slice":"E","Ring":"4","ScaleUnit":"001","RoleInstance":"FR2PEPF000003B3"}}
2025/01/15 21:42:13 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:13 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:13 DEBUG : HTTP REQUEST (req 0xc000506b40)
2025/01/15 21:42:13 DEBUG : GET /v1.0/drives/b!oYA27bTpS0WXArWDqlPNKG6F2jp3twxGq4xb_ASrIT9GMRtzWUbiTo3caiP5n9bp/items/01PV6F6V56Y2GOVW7725BZO354PWSELRRZ:/old: HTTP/1.1
Host: graph.microsoft.com
User-Agent: rclone/v1.69.0
Authorization: XXXX
Accept-Encoding: gzip
2025/01/15 21:42:13 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:14 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:14 DEBUG : HTTP RESPONSE (req 0xc000506b40)
2025/01/15 21:42:14 DEBUG : HTTP/2.0 200 OK
Cache-Control: no-store, no-cache
Client-Request-Id: 7e25ef14-707d-43c8-93e8-261dda4aa66b
Content-Type: application/json; odata.metadata=minimal; odata.streaming=true; IEEE754Compatible=false; charset=utf-8
Date: Wed, 15 Jan 2025 20:42:14 GMT
Request-Id: 7e25ef14-707d-43c8-93e8-261dda4aa66b
Strict-Transport-Security: max-age=31536000
X-Ms-Ags-Diagnostic: {"ServerInfo":{"DataCenter":"Germany West Central","Slice":"E","Ring":"4","ScaleUnit":"001","RoleInstance":"FR2PEPF000003B3"}}
2025/01/15 21:42:14 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:14 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:14 DEBUG : HTTP REQUEST (req 0xc000444b40)
2025/01/15 21:42:14 DEBUG : GET /v1.0/drives/b!oYA27bTpS0WXArWDqlPNKG6F2jp3twxGq4xb_ASrIT9GMRtzWUbiTo3caiP5n9bp/items/01PV6F6V54OLYOQQBQBREJ733NLSMQ5VVQ:/backup: HTTP/1.1
Host: graph.microsoft.com
User-Agent: rclone/v1.69.0
Authorization: XXXX
Accept-Encoding: gzip
2025/01/15 21:42:14 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:15 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:15 DEBUG : HTTP RESPONSE (req 0xc000444b40)
2025/01/15 21:42:15 DEBUG : HTTP/2.0 200 OK
Cache-Control: no-store, no-cache
Client-Request-Id: 597dad22-3722-461d-a77f-4c1639840568
Content-Type: application/json; odata.metadata=minimal; odata.streaming=true; IEEE754Compatible=false; charset=utf-8
Date: Wed, 15 Jan 2025 20:42:14 GMT
Request-Id: 597dad22-3722-461d-a77f-4c1639840568
Strict-Transport-Security: max-age=31536000
X-Ms-Ags-Diagnostic: {"ServerInfo":{"DataCenter":"Germany West Central","Slice":"E","Ring":"4","ScaleUnit":"001","RoleInstance":"FR2PEPF000003B3"}}
2025/01/15 21:42:15 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:15 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:15 DEBUG : HTTP REQUEST (req 0xc001b70b40)
2025/01/15 21:42:15 DEBUG : GET /v1.0/drives/b!oYA27bTpS0WXArWDqlPNKG6F2jp3twxGq4xb_ASrIT9GMRtzWUbiTo3caiP5n9bp/items/01PV6F6V5FIDY34XZVVBA3IMHELT5GU5DO:/%E6%BF%A2%E7%BA%8E%E3%B3%9B%E5%82%A1%E8%AA%AA%E8%BB%9B%E6%AD%BD%E8%A5%B0%E9%AB%9F: HTTP/1.1
Host: graph.microsoft.com
User-Agent: rclone/v1.69.0
Authorization: XXXX
Accept-Encoding: gzip
2025/01/15 21:42:15 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:15 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:15 DEBUG : HTTP RESPONSE (req 0xc001b70b40)
2025/01/15 21:42:15 DEBUG : HTTP/2.0 200 OK
Cache-Control: no-store, no-cache
Client-Request-Id: d43ef96b-5d91-48fa-abb6-3bf5dbb7da1d
Content-Type: application/json; odata.metadata=minimal; odata.streaming=true; IEEE754Compatible=false; charset=utf-8
Date: Wed, 15 Jan 2025 20:42:15 GMT
Request-Id: d43ef96b-5d91-48fa-abb6-3bf5dbb7da1d
Strict-Transport-Security: max-age=31536000
X-Ms-Ags-Diagnostic: {"ServerInfo":{"DataCenter":"Germany West Central","Slice":"E","Ring":"4","ScaleUnit":"001","RoleInstance":"FR2PEPF000003B3"}}
2025/01/15 21:42:15 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:15 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:15 DEBUG : HTTP REQUEST (req 0xc000353a40)
2025/01/15 21:42:15 DEBUG : GET /v1.0/drives/b!oYA27bTpS0WXArWDqlPNKG6F2jp3twxGq4xb_ASrIT9GMRtzWUbiTo3caiP5n9bp/items/01PV6F6V26B3ENJ3GOLND3WRUTYFBO3CWT:/%E7%84%92%E4%9B%9F%E5%90%BE%E5%B4%9B%E4%BF%8D%E7%98%A3%E5%AC%8E%E7%91%9E%E9%B9%9F: HTTP/1.1
Host: graph.microsoft.com
User-Agent: rclone/v1.69.0
Authorization: XXXX
Accept-Encoding: gzip
2025/01/15 21:42:15 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:15 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:15 DEBUG : HTTP RESPONSE (req 0xc000353a40)
2025/01/15 21:42:15 DEBUG : HTTP/2.0 200 OK
Cache-Control: no-store, no-cache
Client-Request-Id: 983affca-52e2-4380-b89d-b84cf6ff9ca6
Content-Type: application/json; odata.metadata=minimal; odata.streaming=true; IEEE754Compatible=false; charset=utf-8
Date: Wed, 15 Jan 2025 20:42:15 GMT
Request-Id: 983affca-52e2-4380-b89d-b84cf6ff9ca6
Strict-Transport-Security: max-age=31536000
X-Ms-Ags-Diagnostic: {"ServerInfo":{"DataCenter":"Germany West Central","Slice":"E","Ring":"4","ScaleUnit":"001","RoleInstance":"FR2PEPF000003B3"}}
2025/01/15 21:42:15 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:15 DEBUG : fs cache: renaming cache item "e5wsk:/old/backup/濢纎㳛傡說軛歽襰髟/焒䛟吾崛俍瘣嬎瑞鹟" to be canonical "e5wsk:old/backup/濢纎㳛傡說軛歽襰髟/焒䛟吾崛俍瘣嬎瑞鹟"
2025/01/15 21:42:15 DEBUG : fs cache: switching user supplied name "e5wsk:/old/backup/濢纎㳛傡說軛歽襰髟/焒䛟吾崛俍瘣嬎瑞鹟" for canonical name "e5wsk:old/backup/濢纎㳛傡說軛歽襰髟/焒䛟吾崛俍瘣嬎瑞鹟"
2025/01/15 21:42:15 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:15 DEBUG : HTTP REQUEST (req 0xc001b712c0)
2025/01/15 21:42:15 DEBUG : GET /drive/v3/files?alt=json&corpora=drive&driveId=0AHU9fi_u4bbBUk9PVA&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%271ZFiQGTPpRXmVujzRGazw06ASx2TXAdxb%27+in+parents%29+and+%28name%3D%27XIu_5E84dFrOSBpxtnc34g%27%29&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.69.0
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.23.4 gdcl/0.211.0
Accept-Encoding: gzip
2025/01/15 21:42:15 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:16 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:16 DEBUG : HTTP RESPONSE (req 0xc001b712c0)
2025/01/15 21:42:16 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Type: application/json; charset=UTF-8
Date: Wed, 15 Jan 2025 20:42:16 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: ESF
Vary: Origin, X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0
2025/01/15 21:42:16 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:16 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:16 DEBUG : HTTP REQUEST (req 0xc000052dc0)
2025/01/15 21:42:16 DEBUG : GET /v1.0/drives/b!oYA27bTpS0WXArWDqlPNKG6F2jp3twxGq4xb_ASrIT9GMRtzWUbiTo3caiP5n9bp/items/01PV6F6V2YULS6EH7BFBAY3V2DT4QIEEW6:/old: HTTP/1.1
Host: graph.microsoft.com
User-Agent: rclone/v1.69.0
Authorization: XXXX
Accept-Encoding: gzip
2025/01/15 21:42:16 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:16 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:16 DEBUG : HTTP RESPONSE (req 0xc000052dc0)
2025/01/15 21:42:16 DEBUG : HTTP/2.0 404 Not Found
Cache-Control: no-store, no-cache
Client-Request-Id: e72133ed-40bd-4e4f-920e-590cdf31d232
Content-Type: application/json; odata.metadata=minimal; odata.streaming=true; IEEE754Compatible=false; charset=utf-8
Date: Wed, 15 Jan 2025 20:42:16 GMT
Request-Id: e72133ed-40bd-4e4f-920e-590cdf31d232
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Ms-Ags-Diagnostic: {"ServerInfo":{"DataCenter":"Germany West Central","Slice":"E","Ring":"4","ScaleUnit":"001","RoleInstance":"FR2PEPF000003B3"}}
2025/01/15 21:42:16 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:16 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:16 DEBUG : HTTP REQUEST (req 0xc000507900)
2025/01/15 21:42:16 DEBUG : GET /v1.0/drives/b!oYA27bTpS0WXArWDqlPNKG6F2jp3twxGq4xb_ASrIT9GMRtzWUbiTo3caiP5n9bp/root:/old/backup/%E6%BF%A2%E7%BA%8E%E3%B3%9B%E5%82%A1%E8%AA%AA%E8%BB%9B%E6%AD%BD%E8%A5%B0%E9%AB%9F/%E7%84%92%E4%9B%9F%E5%90%BE%E5%B4%9B%E4%BF%8D%E7%98%A3%E5%AC%8E%E7%91%9E%E9%B9%9F/%E5%92%A5%E9%99%99%E2%9E%A7%05%E7%B3%92%E4%9A%A9%E8%A7%8C%E9%B6%97%E9%9F%9F HTTP/1.1
Host: graph.microsoft.com
User-Agent: rclone/v1.69.0
Authorization: XXXX
Accept-Encoding: gzip
2025/01/15 21:42:16 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/15 21:42:16 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:16 DEBUG : HTTP RESPONSE (req 0xc000507900)
2025/01/15 21:42:16 DEBUG : HTTP/2.0 400 Bad Request
Content-Length: 324
Content-Type: text/html; charset=us-ascii
Date: Wed, 15 Jan 2025 20:42:16 GMT
2025/01/15 21:42:16 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/15 21:42:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2025/01/15 21:42:16 ERROR : Attempt 1/1 failed with 1 errors and: 400 Bad Request:
2025/01/15 21:42:16 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Errors: 1 (retrying may help)
Elapsed time: 0.0s
2025/01/15 21:42:16 DEBUG : 8 go routines active
2025/01/15 21:42:16 NOTICE: Failed to copy: 400 Bad Request:
:~#