Transmission: Error Invalid seek

It’s on my server, on the local disk, except where the downloads are stored, which is on a team drive.

tales@t4l35-orion:~/Docker/Transmission/config$ pwd
/home/tales/Docker/Transmission/config
[Install]
WantedBy=multi-user.target

[Unit]
Description=rClone montar drive criptografado
AssertPathIsDirectory=/home/tales/Drive
After=network-online.target

[Service]
Type=simple
ExecStart=/usr/bin/rclone mount \
  --config=/home/tales/.config/rclone/rclone.conf \
  --fast-list \
        --drive-skip-gdocs \
        --vfs-read-chunk-size=128M \
        --vfs-read-chunk-size-limit=2048M \
        --buffer-size=128M \
        --max-read-ahead=256M \
        --poll-interval=1m \
        --dir-cache-time=12h \
        --timeout=10m \
        --transfers=16 \
        --checkers=8 \
        --drive-chunk-size=128M \
        --allow-non-empty \
	--allow-other \
	--umask=027 \
        -vP \
        talesam-crypt:/ /home/tales/Drive
ExecStop=/usr/bin/fusermount -u /home/tales/Drive
Restart=on-failure
RestartSec=10
User=tales

[Install]
WantedBy=multi-user.target
tales@t4l35-orion:~/Drive/Transmission/downloads$ pwd
/home/tales/Drive/Transmission/downloads
tales@t4l35-orion:~/Drive/Transmission/downloads$ ls -l
total 0
drwxr-x--- 1 tales tales 0 Nov 19 03:29 complete
drwxr-x--- 1 tales tales 0 Nov 19 03:29 incomplete