Rclone mount problem with quotaless

STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.

### What is the problem you are having with rclone?

I'm attempting to mount a remote S3 storage using rclone. While the mount command executes without errors, only two parent folders (data and io) are visible in the mount point. The expected subdirectories and files are not displayed. However, using rclone ls confirms that the files exist on the remote. Additionally, attempts to copy files from the remote to the local system result in errors.

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

I have tested with the following rclone versions:

  • v1.67.0
  • v1.68.0
  • v1.69.0

#### Which cloud storage system are you using? (e.g., Google Drive)

I'm using an S3-compatible storage service provided by Quotaless.

#### The command you were trying to run (e.g., 'rclone copy /tmp remote:tmp')

I executed the following mount command:

rclone mount quotaless: /home/butts136/Mount/quotaless \
    --vfs-cache-mode full \
    --cache-dir /home/butts136/.cache/rclone \
    --stats 1s \
    --stats-log-level NOTICE \
    --log-level INFO

#### Please run 'rclone config show quotaless' and share the full output.

Here is the configuration for the 'quotaless' remote:

[quotaless]
type = s3
provider = Minio
env_auth = false
access_key_id = NL31ibiXXXXXXXXXXXXXXXXXXXX
secret_access_key = gatewaysecret
endpoint = https://nl.quotaless.cloud:8000
acl = bucket-owner-full-control
list_chunk = 10000000
upload_cutoff = 100M
chunk_size = 50M
encoding = Slash,InvalidUtf8,Dot,Percent,Ctl
use_multipart_uploads = true
no_head = false

#### A log from the command that you were trying to run with the '-vv' flag

When attempting to copy a file from the remote to the local system using the following command:

rclone copy "quotaless:data/personal-files/Films et séries/Séries/Séries #1/The walking dead (2010)/S01/The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv" . --log-file=rclone.log --log-level=DEBUG

The operation fails, and the rclone.log contains multiple errors indicating issues with sending requests and context cancellations. For instance:

2025/01/30 22:08:37 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: chunk 3/26 failed: multi-thread copy: failed to open source: RequestError: send request failed
caused by: Get "https://nl.quotaless.cloud:8000/data/personal-files/Films%20et%20s%C3%A9ries/S%C3%A9ries/S%C3%A9ries%20%231/The%20walking%20dead%20%282010%29/S01/The%20Walking%20Dead%20S01E01%20%28Pass%C3%A9%20D%C3%A9compos%C3%A9%29%20MULTi%20VFF%201080p%2010bit%20HDLight%20BluRay%20x265%20HE-AAC%205.1%20-%20QTZ.mkv": EOF
2025/01/30 22:08:36 DEBUG : rclone: Version "v1.67.0" starting with parameters ["rclone" "copy" "quotaless:data/personal-files/Films et séries/Séries/Séries #1/The walking dead (2010)/S01/The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv" "." "--log-file=rclone.log" "--log-level=DEBUG"]
2025/01/30 22:08:36 DEBUG : Creating backend with remote "quotaless:data/personal-files/Films et séries/Séries/Séries #1/The walking dead (2010)/S01/The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv"
2025/01/30 22:08:36 DEBUG : Using config file from "/home/butts136/.config/rclone/rclone.conf"
2025/01/30 22:08:36 DEBUG : Resolving service "s3" region "us-east-1"
2025/01/30 22:08:37 DEBUG : fs cache: adding new entry for parent of "quotaless:data/personal-files/Films et séries/Séries/Séries #1/The walking dead (2010)/S01/The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv", "quotaless:data/personal-files/Films et séries/Séries/Séries #1/The walking dead (2010)/S01"
2025/01/30 22:08:37 DEBUG : Creating backend with remote "."
2025/01/30 22:08:37 DEBUG : fs cache: renaming cache item "." to be canonical "/home/butts136"
2025/01/30 22:08:37 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: Need to transfer - File not found at Destination
2025/01/30 22:08:37 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: disabling buffering because destination uses OpenWriterAt
2025/01/30 22:08:37 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: write buffer set to 131072
2025/01/30 22:08:37 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 4
2025/01/30 22:08:37 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: Starting multi-thread copy with 26 chunks of size 64Mi with 4 parallel streams
2025/01/30 22:08:37 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: chunk 4/26 (201326592-268435456) size 64Mi starting
2025/01/30 22:08:37 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: chunk 1/26 (0-67108864) size 64Mi starting
2025/01/30 22:08:37 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: chunk 2/26 (67108864-134217728) size 64Mi starting
2025/01/30 22:08:37 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: chunk 3/26 (134217728-201326592) size 64Mi starting
2025/01/30 22:09:25 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Get "https://nl.quotaless.cloud:8000/data/personal-files/Films%20et%20s%C3%A9ries/S%C3%A9ries/S%C3%A9ries%20%231/The%20walking%20dead%20%282010%29/S01/The%20Walking%20Dead%20S01E01%20%28Pass%C3%A9%20D%C3%A9compos%C3%A9%29%20MULTi%20VFF%201080p%2010bit%20HDLight%20BluRay%20x265%20HE-AAC%205.1%20-%20QTZ.mkv": EOF)
2025/01/30 22:09:25 DEBUG : pacer: Rate limited, increasing sleep to 10ms
2025/01/30 22:09:25 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Get "https://nl.quotaless.cloud:8000/data/personal-files/Films%20et%20s%C3%A9ries/S%C3%A9ries/S%C3%A9ries%20%231/The%20walking%20dead%20%282010%29/S01/The%20Walking%20Dead%20S01E01%20%28Pass%C3%A9%20D%C3%A9compos%C3%A9%29%20MULTi%20VFF%201080p%2010bit%20HDLight%20BluRay%20x265%20HE-AAC%205.1%20-%20QTZ.mkv": EOF)
2025/01/30 22:09:25 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2025/01/30 22:09:25 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: chunk 3/26 failed: multi-thread copy: failed to open source: RequestError: send request failed
caused by: Get "https://nl.quotaless.cloud:8000/data/personal-files/Films%20et%20s%C3%A9ries/S%C3%A9ries/S%C3%A9ries%20%231/The%20walking%20dead%20%282010%29/S01/The%20Walking%20Dead%20S01E01%20%28Pass%C3%A9%20D%C3%A9compos%C3%A9%29%20MULTi%20VFF%201080p%2010bit%20HDLight%20BluRay%20x265%20HE-AAC%205.1%20-%20QTZ.mkv": EOF
2025/01/30 22:09:25 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: chunk 5/26 (268435456-335544320) size 64Mi starting
2025/01/30 22:09:25 DEBUG : pacer: Reducing sleep to 15ms
2025/01/30 22:09:25 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: chunk 5/26 failed: multi-thread copy: failed to open source: RequestCanceled: request context canceled
caused by: context canceled
2025/01/30 22:09:29 DEBUG : pacer: Reducing sleep to 11.25ms
2025/01/30 22:09:29 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: chunk 4/26 failed: multi-thread copy: failed to open source: RequestCanceled: request context canceled
caused by: context canceled
2025/01/30 22:09:31 DEBUG : pacer: Reducing sleep to 0s
2025/01/30 22:09:31 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: chunk 2/26 failed: multi-thread copy: failed to open source: RequestCanceled: request context canceled
caused by: context canceled
2025/01/30 22:09:37 INFO  : 
Transferred:   	          0 B / 1.606 GiB, 0%, 0 B/s, ETA -
Transferred:            0 / 1, 0%
Elapsed time:       1m0.8s
Transferring:
 * The Walking Dead S01E0…5 HE-AAC 5.1 - QTZ.mkv:  0% /1.606Gi, 0/s, -

2025/01/30 22:09:37 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: chunk 1/26 failed: multi-thread copy: failed to open source: RequestCanceled: request context canceled
caused by: context canceled
2025/01/30 22:09:37 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: cancelling transfer on exit
2025/01/30 22:09:37 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: Received error: multi-thread copy: failed to open source: RequestError: send request failed
caused by: Get "https://nl.quotaless.cloud:8000/data/personal-files/Films%20et%20s%C3%A9ries/S%C3%A9ries/S%C3%A9ries%20%231/The%20walking%20dead%20%282010%29/S01/The%20Walking%20Dead%20S01E01%20%28Pass%C3%A9%20D%C3%A9compos%C3%A9%29%20MULTi%20VFF%201080p%2010bit%20HDLight%20BluRay%20x265%20HE-AAC%205.1%20-%20QTZ.mkv": EOF - low level retry 0/10
2025/01/30 22:09:37 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: disabling buffering because destination uses OpenWriterAt
2025/01/30 22:09:37 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: write buffer set to 131072
2025/01/30 22:09:37 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 4
2025/01/30 22:09:37 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: Starting multi-thread copy with 26 chunks of size 64Mi with 4 parallel streams
2025/01/30 22:09:37 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: chunk 4/26 (201326592-268435456) size 64Mi starting
2025/01/30 22:09:37 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: chunk 1/26 (0-67108864) size 64Mi starting
2025/01/30 22:09:37 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: chunk 2/26 (67108864-134217728) size 64Mi starting
2025/01/30 22:09:37 DEBUG : The Walking Dead S01E01 (Passé Décomposé) MULTi VFF 1080p 10bit HDLight BluRay x265 HE-AAC 5.1 - QTZ.mkv: multi-thread copy: chunk 3/26 (134217728-201326592) size 64Mi starting

These errors suggest that rclone is encountering difficulties in accessing or retrieving the specified files from the remote storage.


I hope this detailed report provides clarity on the issues I'm facing and assists in diagnosing the problem. Thank you for your support.

good that you tested older versions of rclone, that eliminates an issue with a major recent change to rclone.

as for diagnosing the problem, for a deeper look, to view the api calls:
copy one single file using --dump=headers --retries=1
as for the file itself, pick something with a short name, using simple ASCII, such as file.ext

Thanks, i will try in a few moment but i forget to tell, i can do a rclone mount quotaless: /home/butts136/Mount/quotaless, i can see my files on 1.67, but not on 1.68 or 1.69.

ok, good you mentioned that.
i mentioned major recent change to rclone, which was added at v1.68.0
"Update to using AWS SDK v2"

Thanks again for your time,

I was about to triy with --dump=headers --retries=1

But Quotaless technical support just answered that :.

We are currently investigating the issue.
Please wait a moment.

Best regards,
Quotaless support team

So before I continue investigating, it is propably a problem with Quotaless instead of with rclone, even if it's weird that i can see my files on some version but none of them let me download it.

I will come back later with more information if they did had a problem, if not, i will come back here anyways.

Thanks :slight_smile:

That's what the told me=

It should now be working.
Be sure to include the **/data/personal-files** directory in your mount command i.e `rclone mount quotaless:/data/personal-files`

I tried with a small files name like S02E02.mkv but still get the same log error wich don't want to download.

On my VPS, i'm using FileBrowser to navigate throug my folders and files, i can get folders fast but when i hit a folder with files, it's not loading until a kill the mount, and they just appear as i kill the mount but they are not really there anymore in fact if i refresh the page.

Here's the log for testing with a smaller file name =

2025/01/31 05:10:08 DEBUG : rclone: Version "v1.67.0" starting with parameters ["rclone" "mount" "quotaless:/data/personal-files" "/home/butts136/Mount/quotaless" "--vfs-cache-mode" "full" "--vfs-write-back" "10s" "--cache-dir" "/home/butts136/.cache/rclone" "--log-level" "DEBUG" "--log-file=/home/butts136/rclone.log"]
2025/01/31 05:10:08 DEBUG : Creating backend with remote "quotaless:/data/personal-files"
2025/01/31 05:10:08 DEBUG : Using config file from "/home/butts136/.config/rclone/rclone.conf"
2025/01/31 05:10:08 DEBUG : Resolving service "s3" region "us-east-1"
2025/01/31 05:10:08 DEBUG : fs cache: renaming cache item "quotaless:/data/personal-files" to be canonical "quotaless:data/personal-files"
2025/01/31 05:10:08 INFO  : S3 bucket data path personal-files: poll-interval is not supported by this remote
2025/01/31 05:10:08 DEBUG : vfs cache: root is "/home/butts136/.cache/rclone"
2025/01/31 05:10:08 DEBUG : vfs cache: data root is "/home/butts136/.cache/rclone/vfs/quotaless/data/personal-files"
2025/01/31 05:10:08 DEBUG : vfs cache: metadata root is "/home/butts136/.cache/rclone/vfsMeta/quotaless/data/personal-files"
2025/01/31 05:10:08 DEBUG : Creating backend with remote "/home/butts136/.cache/rclone/vfs/quotaless/data/personal-files"
2025/01/31 05:10:08 DEBUG : Creating backend with remote "/home/butts136/.cache/rclone/vfsMeta/quotaless/data/personal-files"
2025/01/31 05:10:08 INFO  : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2025/01/31 05:10:08 DEBUG : S3 bucket data path personal-files: Mounting on "/home/butts136/Mount/quotaless"
2025/01/31 05:10:08 DEBUG : : Root: 
2025/01/31 05:10:08 DEBUG : : >Root: node=/, err=<nil>
2025/01/31 05:10:12 DEBUG : /: Lookup: name="Films et séries"
2025/01/31 05:10:12 DEBUG : /: >Lookup: node=Films et séries/, err=<nil>
2025/01/31 05:10:12 DEBUG : Films et séries/: Attr: 
2025/01/31 05:10:12 DEBUG : Films et séries/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2025/01/31 05:10:12 DEBUG : Films et séries/: Lookup: name="Séries"
2025/01/31 05:10:13 DEBUG : Films et séries/: >Lookup: node=Films et séries/Séries/, err=<nil>
2025/01/31 05:10:13 DEBUG : Films et séries/Séries/: Attr: 
2025/01/31 05:10:13 DEBUG : Films et séries/Séries/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2025/01/31 05:10:13 DEBUG : Films et séries/Séries/: Lookup: name="Séries #1"
2025/01/31 05:10:13 DEBUG : Films et séries/Séries/: >Lookup: node=Films et séries/Séries/Séries #1/, err=<nil>
2025/01/31 05:10:13 DEBUG : Films et séries/Séries/Séries #1/: Attr: 
2025/01/31 05:10:13 DEBUG : Films et séries/Séries/Séries #1/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2025/01/31 05:10:13 DEBUG : Films et séries/Séries/Séries #1/: Lookup: name="The walking dead (2010)"
2025/01/31 05:10:14 DEBUG : Films et séries/Séries/Séries #1/: >Lookup: node=Films et séries/Séries/Séries #1/The walking dead (2010)/, err=<nil>
2025/01/31 05:10:14 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/: Attr: 
2025/01/31 05:10:14 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2025/01/31 05:10:14 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/: Lookup: name="S01"
2025/01/31 05:10:14 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/: >Lookup: node=Films et séries/Séries/Séries #1/The walking dead (2010)/S01/, err=<nil>
2025/01/31 05:10:14 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/: Attr: 
2025/01/31 05:10:14 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2025/01/31 05:10:14 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/: Lookup: name="S02E02.mkv"
2025/01/31 05:10:15 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/: >Lookup: node=Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv, err=<nil>
2025/01/31 05:10:15 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: Attr: 
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: >Attr: a=valid=1s ino=0 size=1442428707 mode=-rw-r--r--, err=<nil>
2025/01/31 05:10:16 DEBUG : /: Lookup: name="Films et séries"
2025/01/31 05:10:16 DEBUG : /: >Lookup: node=Films et séries/, err=<nil>
2025/01/31 05:10:16 DEBUG : Films et séries/: Attr: 
2025/01/31 05:10:16 DEBUG : Films et séries/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2025/01/31 05:10:16 DEBUG : Films et séries/: Lookup: name="Séries"
2025/01/31 05:10:16 DEBUG : Films et séries/: >Lookup: node=Films et séries/Séries/, err=<nil>
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/: Attr: 
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/: Lookup: name="Séries #1"
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/: >Lookup: node=Films et séries/Séries/Séries #1/, err=<nil>
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/: Attr: 
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/: Lookup: name="The walking dead (2010)"
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/: >Lookup: node=Films et séries/Séries/Séries #1/The walking dead (2010)/, err=<nil>
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/: Attr: 
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/: Lookup: name="S01"
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/: >Lookup: node=Films et séries/Séries/Séries #1/The walking dead (2010)/S01/, err=<nil>
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/: Attr: 
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: Open: flags=OpenReadOnly
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: Open: flags=O_RDONLY
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: newRWFileHandle: 
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: >newRWFileHandle: err=<nil>
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: >Open: fd=Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv (rw), err=<nil>
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: >Open: fh=&{Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv (rw)}, err=<nil>
2025/01/31 05:10:16 DEBUG : &{Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv (rw)}: Read: len=131072, offset=131072
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv(0xc000f90f80): _readAt: size=131072, off=131072
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv(0xc000f90f80): openPending: 
2025/01/31 05:10:16 DEBUG : &{Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv (rw)}: Read: len=131072, offset=0
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: vfs cache: checking remote fingerprint "1442428707,2025-01-30 20:02:04.687447732 +0000 UTC,9de30eaf224128b22d3397d07c3f71a3" against cached fingerprint ""
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: vfs cache: truncate to size=1442428707
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01: Added virtual directory entry vAddFile: "S02E02.mkv"
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv(0xc000f90f80): >openPending: err=<nil>
2025/01/31 05:10:16 DEBUG : vfs cache: looking for range={Pos:131072 Size:131072} in [] - present false
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: ChunkedReader.RangeSeek from -1 to 131072 length -1
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv(0xc000f90f80): _readAt: size=131072, off=0
2025/01/31 05:10:16 DEBUG : vfs cache: looking for range={Pos:0 Size:131072} in [] - present false
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: ChunkedReader.RangeSeek from -1 to 0 length -1
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 131072 chunkSize 134217728
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: ChunkedReader.openRange at 131072 length 134217728
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 0 chunkSize 134217728
2025/01/31 05:10:16 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: ChunkedReader.openRange at 0 length 134217728
2025/01/31 05:11:07 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Get "https://nl.quotaless.cloud:8000/data/personal-files/Films%20et%20s%C3%A9ries/S%C3%A9ries/S%C3%A9ries%20%231/The%20walking%20dead%20%282010%29/S01/S02E02.mkv": EOF)
2025/01/31 05:11:07 DEBUG : pacer: Rate limited, increasing sleep to 10ms
2025/01/31 05:11:07 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Get "https://nl.quotaless.cloud:8000/data/personal-files/Films%20et%20s%C3%A9ries/S%C3%A9ries/S%C3%A9ries%20%231/The%20walking%20dead%20%282010%29/S01/S02E02.mkv": EOF)
2025/01/31 05:11:07 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2025/01/31 05:11:07 INFO  : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: vfs cache: downloader: error count now 1: vfs reader: failed to write to cache file: RequestError: send request failed
caused by: Get "https://nl.quotaless.cloud:8000/data/personal-files/Films%20et%20s%C3%A9ries/S%C3%A9ries/S%C3%A9ries%20%231/The%20walking%20dead%20%282010%29/S01/S02E02.mkv": EOF
2025/01/31 05:11:07 ERROR : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: vfs cache: failed to download: vfs reader: failed to write to cache file: RequestError: send request failed
caused by: Get "https://nl.quotaless.cloud:8000/data/personal-files/Films%20et%20s%C3%A9ries/S%C3%A9ries/S%C3%A9ries%20%231/The%20walking%20dead%20%282010%29/S01/S02E02.mkv": EOF
2025/01/31 05:11:07 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: ChunkedReader.RangeSeek from -1 to 0 length -1
2025/01/31 05:11:07 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 0 chunkSize 134217728
2025/01/31 05:11:07 DEBUG : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: ChunkedReader.openRange at 0 length 134217728
2025/01/31 05:11:08 DEBUG : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv not removed, freed 0 bytes
2025/01/31 05:11:08 INFO  : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 0, total size 0 (was 0)
2025/01/31 05:11:12 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Get "https://nl.quotaless.cloud:8000/data/personal-files/Films%20et%20s%C3%A9ries/S%C3%A9ries/S%C3%A9ries%20%231/The%20walking%20dead%20%282010%29/S01/S02E02.mkv": EOF)
2025/01/31 05:11:12 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2025/01/31 05:11:12 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Get "https://nl.quotaless.cloud:8000/data/personal-files/Films%20et%20s%C3%A9ries/S%C3%A9ries/S%C3%A9ries%20%231/The%20walking%20dead%20%282010%29/S01/S02E02.mkv": EOF)
2025/01/31 05:11:12 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2025/01/31 05:11:12 INFO  : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: vfs cache: downloader: error count now 2: vfs reader: failed to write to cache file: RequestError: send request failed
caused by: Get "https://nl.quotaless.cloud:8000/data/personal-files/Films%20et%20s%C3%A9ries/S%C3%A9ries/S%C3%A9ries%20%231/The%20walking%20dead%20%282010%29/S01/S02E02.mkv": EOF
2025/01/31 05:11:12 ERROR : Films et séries/Séries/Séries #1/The walking dead (2010)/S01/S02E02.mkv: vfs cache: failed to download: vfs reader: failed to write to cache file: RequestError: send request failed
caused by: Get "https://nl.quotaless.cloud:8000/data/personal-files/Films%20et%20s%C3%A9ries/S%C3%A9ries/S%C3%A9ries%20%231/The%20walking%20dead%20%282010%29/S01/S02E02.mkv": EOF

Now with your command for a simple file in a PATH without any éè or anything.

2025/01/31 05:29:42 NOTICE: Automatically setting -vv as --dump is enabled
2025/01/31 05:29:42 DEBUG : rclone: Version "v1.67.0" starting with parameters ["rclone" "copy" "quotaless:data/personal-files/S02E02.mkv" "/home/butts136/media/" "--log-file=rclone.log" "--dump=headers" "--retries=1" "-v"]
2025/01/31 05:29:42 DEBUG : Creating backend with remote "quotaless:data/personal-files/S02E02.mkv"
2025/01/31 05:29:42 DEBUG : Using config file from "/home/butts136/.config/rclone/rclone.conf"
2025/01/31 05:29:42 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/31 05:29:42 DEBUG : Resolving service "s3" region "us-east-1"
2025/01/31 05:29:42 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/31 05:29:42 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/31 05:29:42 DEBUG : HTTP REQUEST (req 0xc000a1d680)
2025/01/31 05:29:42 DEBUG : HEAD /data/personal-files/S02E02.mkv HTTP/1.1
Host: nl.quotaless.cloud:8000
User-Agent: rclone/v1.67.0
Authorization: XXXX
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20250131T042942Z

2025/01/31 05:29:42 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/31 05:29:42 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/31 05:29:42 DEBUG : HTTP RESPONSE (req 0xc000a1d680)
2025/01/31 05:29:42 DEBUG : HTTP/1.1 200 OK
Content-Length: 1442428707
Accept-Ranges: bytes
Content-Security-Policy: block-all-mixed-content
Content-Type: video/x-matroska
Date: Fri, 31 Jan 2025 04:29:42 GMT
Etag: "065cdb23ec89b0f7b5eab94a64482a4c-28"
Last-Modified: Thu, 30 Jan 2025 20:02:04 GMT
Server: Caddy
Server: MinIO
Vary: Origin
X-Amz-Meta-Btime: 1738267510.534389875
X-Amz-Meta-Md5chksum: neMOryJBKLItM5fQfD9xow==
X-Amz-Meta-Mtime: 1738267324.687447732
X-Amz-Meta-Pydio-Node-Uuid: 1e32f303-ddb8-4cba-8e59-d82999255e52
X-Amz-Meta-X-Cells-Hash: c34116a96ad0312e0bcd5ea360385c6b
X-Amz-Request-Id: 181FAC9F92CA8627
X-Xss-Protection: 1; mode=block

2025/01/31 05:29:42 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/31 05:29:42 DEBUG : fs cache: adding new entry for parent of "quotaless:data/personal-files/S02E02.mkv", "quotaless:data/personal-files"
2025/01/31 05:29:42 DEBUG : Creating backend with remote "/home/butts136/media/"
2025/01/31 05:29:42 DEBUG : fs cache: renaming cache item "/home/butts136/media/" to be canonical "/home/butts136/media"
2025/01/31 05:29:42 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/31 05:29:42 DEBUG : HTTP REQUEST (req 0xc0007186c0)
2025/01/31 05:29:42 DEBUG : HEAD /data/personal-files/S02E02.mkv HTTP/1.1
Host: nl.quotaless.cloud:8000
User-Agent: rclone/v1.67.0
Authorization: XXXX
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20250131T042942Z

2025/01/31 05:29:42 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/31 05:29:43 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/31 05:29:43 DEBUG : HTTP RESPONSE (req 0xc0007186c0)
2025/01/31 05:29:43 DEBUG : HTTP/1.1 200 OK
Content-Length: 1442428707
Accept-Ranges: bytes
Content-Security-Policy: block-all-mixed-content
Content-Type: video/x-matroska
Date: Fri, 31 Jan 2025 04:29:43 GMT
Etag: "065cdb23ec89b0f7b5eab94a64482a4c-28"
Last-Modified: Thu, 30 Jan 2025 20:02:04 GMT
Server: Caddy
Server: MinIO
Vary: Origin
X-Amz-Meta-Btime: 1738267510.534389875
X-Amz-Meta-Md5chksum: neMOryJBKLItM5fQfD9xow==
X-Amz-Meta-Mtime: 1738267324.687447732
X-Amz-Meta-Pydio-Node-Uuid: 1e32f303-ddb8-4cba-8e59-d82999255e52
X-Amz-Meta-X-Cells-Hash: c34116a96ad0312e0bcd5ea360385c6b
X-Amz-Request-Id: 181FAC9FABA52186
X-Xss-Protection: 1; mode=block

2025/01/31 05:29:43 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/31 05:29:43 DEBUG : S02E02.mkv: Sizes differ (src 1442428707 vs dst 0)
2025/01/31 05:29:43 DEBUG : S02E02.mkv: multi-thread copy: disabling buffering because destination uses OpenWriterAt
2025/01/31 05:29:43 DEBUG : S02E02.mkv: multi-thread copy: write buffer set to 131072
2025/01/31 05:29:43 DEBUG : S02E02.mkv: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 4
2025/01/31 05:29:43 DEBUG : S02E02.mkv: Starting multi-thread copy with 22 chunks of size 64Mi with 4 parallel streams
2025/01/31 05:29:43 DEBUG : S02E02.mkv: multi-thread copy: chunk 4/22 (201326592-268435456) size 64Mi starting
2025/01/31 05:29:43 DEBUG : S02E02.mkv: multi-thread copy: chunk 1/22 (0-67108864) size 64Mi starting
2025/01/31 05:29:43 DEBUG : S02E02.mkv: multi-thread copy: chunk 2/22 (67108864-134217728) size 64Mi starting
2025/01/31 05:29:43 DEBUG : S02E02.mkv: multi-thread copy: chunk 3/22 (134217728-201326592) size 64Mi starting
2025/01/31 05:29:43 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/31 05:29:43 DEBUG : HTTP REQUEST (req 0xc0009b86c0)
2025/01/31 05:29:43 DEBUG : GET /data/personal-files/S02E02.mkv HTTP/1.1
Host: nl.quotaless.cloud:8000
User-Agent: rclone/v1.67.0
Accept-Encoding: gzip
Authorization: XXXX
Range: bytes=201326592-268435455
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20250131T042943Z

2025/01/31 05:29:43 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/31 05:29:43 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/31 05:29:43 DEBUG : HTTP REQUEST (req 0xc000a1de60)
2025/01/31 05:29:43 DEBUG : GET /data/personal-files/S02E02.mkv HTTP/1.1
Host: nl.quotaless.cloud:8000
User-Agent: rclone/v1.67.0
Accept-Encoding: gzip
Authorization: XXXX
Range: bytes=0-67108863
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20250131T042943Z

2025/01/31 05:29:43 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/31 05:29:43 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/31 05:29:43 DEBUG : HTTP REQUEST (req 0xc00074afc0)
2025/01/31 05:29:43 DEBUG : GET /data/personal-files/S02E02.mkv HTTP/1.1
Host: nl.quotaless.cloud:8000
User-Agent: rclone/v1.67.0
Accept-Encoding: gzip
Authorization: XXXX
Range: bytes=134217728-201326591
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20250131T042943Z

2025/01/31 05:29:43 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/31 05:29:43 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/31 05:29:43 DEBUG : HTTP REQUEST (req 0xc000966120)
2025/01/31 05:29:43 DEBUG : GET /data/personal-files/S02E02.mkv HTTP/1.1
Host: nl.quotaless.cloud:8000
User-Agent: rclone/v1.67.0
Accept-Encoding: gzip
Authorization: XXXX
Range: bytes=67108864-134217727
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20250131T042943Z

2025/01/31 05:29:43 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/31 05:29:43 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/31 05:29:43 DEBUG : HTTP RESPONSE (req 0xc00074afc0)
2025/01/31 05:29:43 DEBUG : Error: EOF
2025/01/31 05:29:43 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/31 05:29:43 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/31 05:29:43 DEBUG : HTTP RESPONSE (req 0xc000a1de60)
2025/01/31 05:29:43 DEBUG : Error: EOF
2025/01/31 05:29:43 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/31 05:29:43 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/31 05:29:43 DEBUG : HTTP REQUEST (req 0xc00074b7a0)
2025/01/31 05:29:43 DEBUG : GET /data/personal-files/S02E02.mkv HTTP/1.1
Host: nl.quotaless.cloud:8000
User-Agent: rclone/v1.67.0
Accept-Encoding: gzip
Authorization: XXXX
Range: bytes=0-67108863
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20250131T042943Z

2025/01/31 05:29:43 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/31 05:29:43 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/31 05:29:43 DEBUG : HTTP REQUEST (req 0xc000b62900)
2025/01/31 05:29:43 DEBUG : GET /data/personal-files/S02E02.mkv HTTP/1.1
Host: nl.quotaless.cloud:8000
User-Agent: rclone/v1.67.0
Accept-Encoding: gzip
Authorization: XXXX
Range: bytes=134217728-201326591
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20250131T042943Z

2025/01/31 05:29:43 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/31 05:29:43 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/31 05:29:43 DEBUG : HTTP RESPONSE (req 0xc0009b86c0)
2025/01/31 05:29:43 DEBUG : Error: EOF
2025/01/31 05:29:43 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/31 05:29:43 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/31 05:29:43 DEBUG : HTTP RESPONSE (req 0xc000966120)
2025/01/31 05:29:43 DEBUG : Error: EOF
2025/01/31 05:29:43 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2025/01/31 05:29:43 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2025/01/31 05:29:43 DEBUG : HTTP REQUEST (req 0xc000719320)
2025/01/31 05:29:43 DEBUG : GET /data/personal-files/S02E02.mkv HTTP/1.1
Host: nl.quotaless.cloud:8000
User-Agent: rclone/v1.67.0
Accept-Encoding: gzip
Authorization: XXXX
Range: bytes=201326592-268435455
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20250131T042943Z

Thanks

Finally, it's fixed.

It was on the server side for quotaless, it's still under investigation but for now, it's working well with amazing speed :slight_smile:

The problem is on our side.
We appreciate your patience and would like to ask you to wait a few days until this is completely fixed.
We will also provide access via webDAV as soon as possible, but it's going to take a few days.
Unfortunately, the implementation has been delayed due to a service interruption caused by one of our providers, path.net.

Best regards,
Quotaless support team

good,

the problem is webdav, in most cases, cannot use checksums to verify file transfers.

Hi sorry to re-open but I seem to be experiencing the exact issue you are.

Would you mind clarifying a little more what you did to fix this?
Did you end up using rclone <1.68? Did you change to webdav mount? or is it still exactly like your opening post?

Thank you very much.
PS I also have an open ticket so perhaps it only is on quotaless end?

I'm still using S3 Minio with the Netherland endpoint for my part because it's closer to my server.

But is, I'm still using rclone version1.67

The EOF problem was from Quotaless serverside.
So I just opened a ticket with some log with the EOF error and they did something to repair.

For the moment, WebDAV is still unavailable but O think you should use S3 Minio because once it's repaired from their side. It's an impressive mulit-threads upload speed. I can upload a 8Gb files in 5 secondes or so. Download are at 30 Mi/s each because they are single threads but it's fine for streaming and it looks like they don't have any kind of limits about request by hour or simultaneous download. I'm really impressed for the moment.

I didn't try 1.68 or 1.69 after I discover that it was working. I will keep it that way for a moment :wink:

Only the rclone mount wasn't working on 1.68 ou 1.69 but direct downloads was EOF error on each version before they do the repair.

8Gb (bytes? or bits?) in 5 seconds is >10gbit/s so i'd be very envious of your internet link :slight_smile:
I'm guessing that is because of the vfs full mode though and is a local copy to cache.
I'm getting around 600Mbit/s up/down at the moment, but listing is very very very slow.
It's usable, but for example scanning my plex library takes litterally 2 weeks now which is slightly annoying.
I was hoping you had found something amazing :slight_smile:

btw, i've checked all the dns records and all servers are in the US sadly so that might explain the latency and slight slowishness.
The quotaless team confirmed this. nl/sg/us and io etc are all US based. In the future i'm sure this will change.

Thank you very much for your reply though i'm always very interested in other people who use the same service so we can perhaps help eachother tweak some settings to make it a bit better.