I can't play videos from Uptobox

I put the token correctly and it synchronizes the files, but the videos do not allow me to play them and with another, such as mega or drive, they do play, I tried with a photo and it does allow me to see it.
I need help since it is one of the few sites that is unlimited and at a cheap price. Thank you

pi@raspberrypi:~ $ rclone version
rclone v1.61.1

  • os/version: raspbian 10.13
  • os/kernel: 5.10.103-v7l+ (armv7l)
  • os/type: linux
  • os/arch: arm
  • go/version: go1.19.4
  • go/linking: static
  • go/tags: none

Please I need help

hello and welcome to the forum,

when you first posted, there was a template of questions that never got answered?
so help us to help you and answer all the questions.

What is the problem you are having with rclone?

Uptobox does not play videos when synchronizing with my raspberry

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

rclone version
rclone v1.61.1

  • os/version: raspbian 10.13
  • os/kernel: 5.10.103-v7l+ (armv7l)
  • os/type: linux
  • os/arch: arm
  • go/version: go1.19.4
  • go/linking: static
  • go/tags: none

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

Uptobox

Uptobox root '': poll-interval is not supported by this remote
2023/04/11 18:02:45 INFO : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)

add -vv to your command and post the top thirty lines.

pi@raspberrypi:~ $ rclone mount --v --allow-other --allow-non-empty -v --vfs-cache-mode writes uptoboxtodo: /docker/drive/unlimited &
[1] 6440
pi@raspberrypi:~ $ Error: unknown flag: --v
Usage:
rclone mount remote:path /path/to/mountpoint [flags]

Flags:
--allow-non-empty Allow mounting over a non-empty directory (not supported on Windows)
--allow-other Allow access to other users (not supported on Windows)
--allow-root Allow access to root user (not supported on Windows)
--async-read Use asynchronous reads (not supported on Windows) (default true)
--attr-timeout Duration Time for which file/directory attributes are cached (default 1s)
--daemon Run mount in background and exit parent process (as background output is suppressed, use --log-file with --log-format=pid,... to monitor) (not supported on Windows)
--daemon-timeout Duration Time limit for rclone to respond to kernel (not supported on Windows) (default 0s)
--daemon-wait Duration Time to wait for ready mount from daemon (maximum time on Linux, constant sleep time on OSX/BSD) (not supported on Windows) (default 1m0s)
--debug-fuse Debug the FUSE internals - needs -v
--default-permissions Makes kernel enforce access control based on the file mode (not supported on Windows)
--devname string Set the device name - default is remote:path
--dir-cache-time Duration Time to cache directory entries for (default 5m0s)
--dir-perms FileMode Directory permissions (default 0777)
--file-perms FileMode File permissions (default 0666)
--fuse-flag stringArray Flags or arguments to be passed direct to libfuse/WinFsp (repeat if required)
--gid uint32 Override the gid field set by the filesystem (not supported on Windows) (default 100)
-h, --help help for mount
--max-read-ahead SizeSuffix The number of bytes that can be prefetched for sequential reads (not supported on Windows) (default 128Ki)
--network-mode Mount as remote network drive, instead of fixed disk drive (supported on Windows only)
--no-checksum Don't compare checksums on up/download
--no-modtime Don't read/write the modification time (can speed things up)
--no-seek Don't allow seeking in files
--noappledouble Ignore Apple Double (._) and .DS_Store files (supported on OSX only) (default true)
--noapplexattr Ignore all "com.apple.*" extended attributes (supported on OSX only)
-o, --option stringArray Option for libfuse/WinFsp (repeat if required)
--poll-interval Duration Time to wait between polling for changes, must be smaller than dir-cache-time and only on supported remotes (set 0 to disable) (default 1m0s)
--read-only Only allow read-only access
--uid uint32 Override the uid field set by the filesystem (not supported on Windows) (default 1000)
--umask int Override the permission bits set by the filesystem (not supported on Windows) (default 18)
--vfs-cache-max-age Duration Max age of objects in the cache (default 1h0m0s)
--vfs-cache-max-size SizeSuffix Max total size of objects in the cache (default off)
--vfs-cache-mode CacheMode Cache mode off|minimal|writes|full (default off)
--vfs-cache-poll-interval Duration Interval to poll the cache for stale objects (default 1m0s)
--vfs-case-insensitive If a file name not found, find a case insensitive match
--vfs-disk-space-total-size SizeSuffix Specify the total space of disk (default off)
--vfs-fast-fingerprint Use fast (less accurate) fingerprints for change detection
--vfs-read-ahead SizeSuffix Extra read ahead over --buffer-size when using cache-mode full
--vfs-read-chunk-size SizeSuffix Read the source objects in chunks (default 128Mi)
--vfs-read-chunk-size-limit SizeSuffix If greater than --vfs-read-chunk-size, double the chunk size after each chunk read, until the limit is reached ('off' is unlimited) (default off)
--vfs-read-wait Duration Time to wait for in-sequence read before seeking (default 20ms)
--vfs-used-is-size rclone size Use the rclone size algorithm for Used size
--vfs-write-back Duration Time to writeback files after last use when using cache (default 5s)
--vfs-write-wait Duration Time to wait for in-sequence write before giving error (default 1s)
--volname string Set the volume name (supported on Windows and OSX only)
--write-back-cache Makes kernel buffer writes before sending them to rclone (without this, writethrough caching is used) (not supported on Windows)

Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.

2023/04/11 18:16:00 Fatal error: unknown flag: --v

add -vv to the command

If you can tell me the perfect command it would be better to understand you, thanks

rclone mount -vv --allow-other --allow-non-empty --vfs-cache-mode writes uptoboxtodo: /docker/drive/unlimited

pi@raspberrypi:~ $ rclone mount -vv --allow-other --allow-non-empty --vfs-cache-mode writes uptoboxtodo: /docker/drive/unlimited
2023/04/11 18:40:44 DEBUG : rclone: Version "v1.61.1" starting with parameters ["rclone" "mount" "-vv" "--allow-other" "--allow-non-empty" "--vfs-cache-mode" "writes" "uptoboxtodo:" "/docker/drive/unlimited"]
2023/04/11 18:40:44 DEBUG : Creating backend with remote "uptoboxtodo:"
2023/04/11 18:40:44 DEBUG : Using config file from "/home/pi/.config/rclone/rclone.conf"
2023/04/11 18:40:44 INFO : Uptobox root '': poll-interval is not supported by this remote
2023/04/11 18:40:44 DEBUG : vfs cache: root is "/home/pi/.cache/rclone"
2023/04/11 18:40:44 DEBUG : vfs cache: data root is "/home/pi/.cache/rclone/vfs/uptoboxtodo"
2023/04/11 18:40:44 DEBUG : vfs cache: metadata root is "/home/pi/.cache/rclone/vfsMeta/uptoboxtodo"
2023/04/11 18:40:44 DEBUG : Creating backend with remote "/home/pi/.cache/rclone/vfs/uptoboxtodo/"
2023/04/11 18:40:44 DEBUG : fs cache: renaming cache item "/home/pi/.cache/rclone/vfs/uptoboxtodo/" to be canonical "/home/pi/.cache/rclon e/vfs/uptoboxtodo"
2023/04/11 18:40:44 DEBUG : Creating backend with remote "/home/pi/.cache/rclone/vfsMeta/uptoboxtodo/"
2023/04/11 18:40:44 DEBUG : fs cache: renaming cache item "/home/pi/.cache/rclone/vfsMeta/uptoboxtodo/" to be canonical "/home/pi/.cache/r clone/vfsMeta/uptoboxtodo"
2023/04/11 18:40:44 DEBUG : Uptobox root '': Mounting on "/docker/drive/unlimited"
2023/04/11 18:40:44 INFO : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2023/04/11 18:40:44 DEBUG : : Root:
2023/04/11 18:40:44 DEBUG : : >Root: node=/, err=
2023/04/11 18:40:45 DEBUG : /: Lookup: name=".Trash"
2023/04/11 18:40:45 DEBUG : /: >Lookup: node=, err=no such file or directory
2023/04/11 18:40:45 DEBUG : /: Lookup: name=".Trash-1000"
2023/04/11 18:40:45 DEBUG : /: >Lookup: node=, err=no such file or directory
2023/04/11 18:41:36 DEBUG : /: Attr:
2023/04/11 18:41:36 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 18:41:36 DEBUG : /: ReadDirAll:
2023/04/11 18:41:36 DEBUG : /: >ReadDirAll: item=8, err=
2023/04/11 18:41:36 DEBUG : /: Attr:
2023/04/11 18:41:36 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 18:41:36 DEBUG : /: Lookup: name="Deemix"
2023/04/11 18:41:36 DEBUG : /: >Lookup: node=Deemix/, err=
2023/04/11 18:41:36 DEBUG : Deemix/: Attr:
2023/04/11 18:41:36 DEBUG : Deemix/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 18:41:36 DEBUG : /: Lookup: name="Peliculas"
2023/04/11 18:41:36 DEBUG : /: >Lookup: node=Peliculas/, err=
2023/04/11 18:41:36 DEBUG : Peliculas/: Attr:
2023/04/11 18:41:36 DEBUG : Peliculas/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 18:41:36 DEBUG : /: Lookup: name="Series"
2023/04/11 18:41:36 DEBUG : /: >Lookup: node=Series/, err=
2023/04/11 18:41:36 DEBUG : Series/: Attr:
2023/04/11 18:41:36 DEBUG : Series/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 18:41:36 DEBUG : /: Lookup: name="Unlimited"
2023/04/11 18:41:36 DEBUG : /: >Lookup: node=Unlimited/, err=
2023/04/11 18:41:36 DEBUG : Unlimited/: Attr:
2023/04/11 18:41:36 DEBUG : Unlimited/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 18:41:36 DEBUG : /: Lookup: name="Warzone 2"
2023/04/11 18:41:36 DEBUG : /: >Lookup: node=Warzone 2/, err=
2023/04/11 18:41:36 DEBUG : Warzone 2/: Attr:
2023/04/11 18:41:36 DEBUG : Warzone 2/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 18:41:36 DEBUG : /: Lookup: name="YoutubeVideos"
2023/04/11 18:41:36 DEBUG : /: >Lookup: node=YoutubeVideos/, err=
2023/04/11 18:41:36 DEBUG : YoutubeVideos/: Attr:
2023/04/11 18:41:36 DEBUG : YoutubeVideos/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 18:41:36 DEBUG : /: Attr:
2023/04/11 18:41:36 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 18:41:36 DEBUG : Deemix/: ReadDirAll:
2023/04/11 18:41:37 DEBUG : Deemix/: >ReadDirAll: item=2, err=
2023/04/11 18:41:37 DEBUG : Deemix/: Attr:
2023/04/11 18:41:37 DEBUG : Deemix/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 18:41:37 DEBUG : Deemix/: Attr:
2023/04/11 18:41:37 DEBUG : Deemix/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 18:41:37 DEBUG : Peliculas/: ReadDirAll:
2023/04/11 18:41:37 DEBUG : Peliculas/: >ReadDirAll: item=2, err=
2023/04/11 18:41:37 DEBUG : Peliculas/: Attr:
2023/04/11 18:41:37 DEBUG : Peliculas/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 18:41:37 DEBUG : Peliculas/: Attr:
2023/04/11 18:41:37 DEBUG : Peliculas/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 18:41:37 DEBUG : Series/: ReadDirAll:
2023/04/11 18:41:37 DEBUG : Series/: >ReadDirAll: item=4, err=
2023/04/11 18:41:37 DEBUG : Series/: Attr:
2023/04/11 18:41:37 DEBUG : Series/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 18:41:37 DEBUG : Series/: Lookup: name="Captura de pantalla (3).png"
2023/04/11 18:41:37 DEBUG : Series/: >Lookup: node=Series/Captura de pantalla (3).png, err=
2023/04/11 18:41:37 DEBUG : Series/Captura de pantalla (3).png: Attr:
2023/04/11 18:41:37 DEBUG : Series/Captura de pantalla (3).png: >Attr: a=valid=1s ino=0 size=766334 mode=-rw-r--r--, err=
2023/04/11 18:41:37 DEBUG : Series/: Lookup: name="canchalesnochevieja2021.mp4"
2023/04/11 18:41:37 DEBUG : Series/: >Lookup: node=Series/canchalesnochevieja2021.mp4, err=
2023/04/11 18:41:37 DEBUG : Series/canchalesnochevieja2021.mp4: Attr:
2023/04/11 18:41:37 DEBUG : Series/canchalesnochevieja2021.mp4: >Attr: a=valid=1s ino=0 size=7839280 mode=-rw-r--r--, err=
2023/04/11 18:41:37 DEBUG : Series/: Attr:
2023/04/11 18:41:37 DEBUG : Series/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 18:41:37 DEBUG : Unlimited/: ReadDirAll:
2023/04/11 18:41:38 DEBUG : Unlimited/: >ReadDirAll: item=2, err=
2023/04/11 18:41:38 DEBUG : Unlimited/: Attr:
2023/04/11 18:41:38 DEBUG : Unlimited/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 18:41:38 DEBUG : /: Attr:
2023/04/11 18:41:38 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 18:41:38 DEBUG : /: Lookup: name="Unlimited"
2023/04/11 18:41:38 DEBUG : /: >Lookup: node=Unlimited/, err=
2023/04/11 18:41:38 DEBUG : Unlimited/: Attr:
2023/04/11 18:41:38 DEBUG : Unlimited/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 18:41:38 DEBUG : /: Lookup: name="Warzone 2"
2023/04/11 18:41:38 DEBUG : /: >Lookup: node=Warzone 2/, err=
2023/04/11 18:41:38 DEBUG : Warzone 2/: Attr:
2023/04/11 18:41:38 DEBUG : Warzone 2/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 18:41:38 DEBUG : Warzone 2/: ReadDirAll:
2023/04/11 18:41:38 DEBUG : Warzone 2/: >ReadDirAll: item=12, err=
2023/04/11 18:41:38 DEBUG : Warzone 2/: Attr:
2023/04/11 18:41:38 DEBUG : Warzone 2/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 18:41:38 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.04.00.03.mp4"
2023/04/11 18:41:38 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.04.00.03.mp4, err=
2023/04/11 18:41:38 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.04.00.03.mp4: Attr:
2023/04/11 18:41:38 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.04.00.03.mp4: >Attr: a=valid=1s ino=0 size=174 6666392 mode=-rw-r--r--, err=
2023/04/11 18:41:38 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.18.56.04.mp4"
2023/04/11 18:41:38 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.18.56.04.mp4, err=
2023/04/11 18:41:38 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.18.56.04.mp4: Attr:
2023/04/11 18:41:38 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.18.56.04.mp4: >Attr: a=valid=1s ino=0 size=207 4144651 mode=-rw-r--r--, err=
2023/04/11 18:41:38 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.55.48.06.mp4"
2023/04/11 18:41:38 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.55.48.06.mp4, err=
2023/04/11 18:41:38 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.55.48.06.mp4: Attr:
2023/04/11 18:41:38 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.55.48.06.mp4: >Attr: a=valid=1s ino=0 size=186 1291706 mode=-rw-r--r--, err=
2023/04/11 18:41:38 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4"
2023/04/11 18:41:38 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4, err=
2023/04/11 18:41:38 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: Attr:
2023/04/11 18:41:38 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: >Attr: a=valid=1s ino=0 size=149 6597340 mode=-rw-r--r--, err=
2023/04/11 18:41:38 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.55.47.02.mp4"
2023/04/11 18:41:38 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.55.47.02.mp4, err=
2023/04/11 18:41:38 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.55.47.02.mp4: Attr:
2023/04/11 18:41:38 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.55.47.02.mp4: >Attr: a=valid=1s ino=0 size=979 173643 mode=-rw-r--r--, err=
2023/04/11 18:41:38 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.25 - 01.17.26.09.mp4"
2023/04/11 18:41:38 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.25 - 01.17.26.09.mp4, err=
2023/04/11 18:41:38 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.25 - 01.17.26.09.mp4: Attr:
2023/04/11 18:41:38 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.25 - 01.17.26.09.mp4: >Attr: a=valid=1s ino=0 size=195 6300758 mode=-rw-r--r--, err=
2023/04/11 18:41:38 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.37.38.06.mp4"
2023/04/11 18:41:38 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.37.38.06.mp4, err=
2023/04/11 18:41:38 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.37.38.06.mp4: Attr:
2023/04/11 18:41:38 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.37.38.06.mp4: >Attr: a=valid=1s ino=0 size=215 7686871 mode=-rw-r--r--, err=
2023/04/11 18:41:38 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.59.59.07.mp4"
2023/04/11 18:41:38 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.59.59.07.mp4, err=
2023/04/11 18:41:38 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.59.59.07.mp4: Attr:
2023/04/11 18:41:38 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.59.59.07.mp4: >Attr: a=valid=1s ino=0 size=180 4014512 mode=-rw-r--r--, err=
2023/04/11 18:41:38 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 21.51.50.13.mp4"
2023/04/11 18:41:38 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 21.51.50.13.mp4, err=
2023/04/11 18:41:38 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 21.51.50.13.mp4: Attr:
2023/04/11 18:41:38 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 21.51.50.13.mp4: >Attr: a=valid=1s ino=0 size=189 3895890 mode=-rw-r--r--, err=

As you can see at the end of the lines when I try to open a video file it gives me an error with mega or google drive it works perfectly

please understand, we cannot see into your computer, need to explain in more detail.
what is it, what is giving you an error, what is the exact error?

post the command that worked.

The error tells me that the file cannot be opened, I don't know why
The command is exactly the same just changing uptobox for google drive

post a screenshot.

[quote="dfvf_c, post:12, topic:37457"]
The command is exactly the same just changing uptobox for google drive
[/quotefu
need to re-create the issue and post the full output

  1. kill the mount
  2. start the mount
  3. try to view a video file and wait for the error
  4. kill the mount
  5. post the full output

all the mistake
pi@raspberrypi:~ $ rclone mount -vv --allow-other --allow-non-empty --vfs-cache-mode writes uptoboxtodo: /docker/drive/unlimited &
[1] 30051
pi@raspberrypi:~ $ 2023/04/11 21:28:52 DEBUG : rclone: Version "v1.61.1" starting with parameters ["rclone" "mount" "-vv" "--allow-other" "--allow-non-empty" "--vfs-cache-mode" "writes" "uptoboxtodo:" "/docker/drive/unlimited"]
2023/04/11 21:28:52 DEBUG : Creating backend with remote "uptoboxtodo:"
2023/04/11 21:28:52 DEBUG : Using config file from "/home/pi/.config/rclone/rclone.conf"
2023/04/11 21:28:52 INFO : Uptobox root '': poll-interval is not supported by this remote
2023/04/11 21:28:52 DEBUG : vfs cache: root is "/home/pi/.cache/rclone"
2023/04/11 21:28:52 DEBUG : vfs cache: data root is "/home/pi/.cache/rclone/vfs/uptoboxtodo"
2023/04/11 21:28:52 DEBUG : vfs cache: metadata root is "/home/pi/.cache/rclone/vfsMeta/uptoboxtodo"
2023/04/11 21:28:52 DEBUG : Creating backend with remote "/home/pi/.cache/rclone/vfs/uptoboxtodo/"
2023/04/11 21:28:52 DEBUG : fs cache: renaming cache item "/home/pi/.cache/rclone/vfs/uptoboxtodo/" to be canonical "/home/pi/.cache/rclone/vfs/uptoboxtodo"
2023/04/11 21:28:52 DEBUG : Creating backend with remote "/home/pi/.cache/rclone/vfsMeta/uptoboxtodo/"
2023/04/11 21:28:52 DEBUG : fs cache: renaming cache item "/home/pi/.cache/rclone/vfsMeta/uptoboxtodo/" to be canonical "/home/pi/.cache/rclone/vfsMeta/uptoboxtodo"
2023/04/11 21:28:52 DEBUG : Uptobox root '': Mounting on "/docker/drive/unlimited"
2023/04/11 21:28:52 INFO : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2023/04/11 21:28:52 DEBUG : : Root:
2023/04/11 21:28:52 DEBUG : : >Root: node=/, err=
2023/04/11 21:28:52 DEBUG : /: Lookup: name=".Trash"
2023/04/11 21:28:53 DEBUG : /: >Lookup: node=, err=no such file or directory
2023/04/11 21:28:53 DEBUG : /: Lookup: name=".Trash-1000"
2023/04/11 21:28:53 DEBUG : /: >Lookup: node=, err=no such file or directory
2023/04/11 21:29:03 DEBUG : /: Attr:
2023/04/11 21:29:03 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 21:29:04 DEBUG : /: ReadDirAll:
2023/04/11 21:29:04 DEBUG : /: >ReadDirAll: item=8, err=
2023/04/11 21:29:04 DEBUG : /: Attr:
2023/04/11 21:29:04 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 21:29:04 DEBUG : /: Lookup: name="Deemix"
2023/04/11 21:29:04 DEBUG : /: >Lookup: node=Deemix/, err=
2023/04/11 21:29:04 DEBUG : Deemix/: Attr:
2023/04/11 21:29:04 DEBUG : Deemix/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 21:29:04 DEBUG : /: Lookup: name="Peliculas"
2023/04/11 21:29:04 DEBUG : /: >Lookup: node=Peliculas/, err=
2023/04/11 21:29:04 DEBUG : Peliculas/: Attr:
2023/04/11 21:29:04 DEBUG : Peliculas/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 21:29:04 DEBUG : /: Lookup: name="Series"
2023/04/11 21:29:04 DEBUG : /: >Lookup: node=Series/, err=
2023/04/11 21:29:04 DEBUG : Series/: Attr:
2023/04/11 21:29:04 DEBUG : Series/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 21:29:04 DEBUG : /: Lookup: name="Unlimited"
2023/04/11 21:29:04 DEBUG : /: >Lookup: node=Unlimited/, err=
2023/04/11 21:29:04 DEBUG : Unlimited/: Attr:
2023/04/11 21:29:04 DEBUG : Unlimited/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 21:29:04 DEBUG : /: Lookup: name="Warzone 2"
2023/04/11 21:29:04 DEBUG : /: >Lookup: node=Warzone 2/, err=
2023/04/11 21:29:04 DEBUG : Warzone 2/: Attr:
2023/04/11 21:29:04 DEBUG : Warzone 2/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 21:29:04 DEBUG : /: Lookup: name="YoutubeVideos"
2023/04/11 21:29:04 DEBUG : /: >Lookup: node=YoutubeVideos/, err=
2023/04/11 21:29:04 DEBUG : YoutubeVideos/: Attr:
2023/04/11 21:29:04 DEBUG : YoutubeVideos/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 21:29:04 DEBUG : /: Attr:
2023/04/11 21:29:04 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 21:29:05 DEBUG : /: Lookup: name="Warzone 2"
2023/04/11 21:29:05 DEBUG : /: >Lookup: node=Warzone 2/, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/: Attr:
2023/04/11 21:29:05 DEBUG : Warzone 2/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 21:29:05 DEBUG : /: Attr:
2023/04/11 21:29:05 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/: ReadDirAll:
2023/04/11 21:29:05 DEBUG : Warzone 2/: >ReadDirAll: item=12, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/: Attr:
2023/04/11 21:29:05 DEBUG : Warzone 2/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.04.00.03.mp4"
2023/04/11 21:29:05 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.04.00.03.mp4, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.04.00.03.mp4: Attr:
2023/04/11 21:29:05 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.04.00.03.mp4: >Attr: a=valid=1s ino=0 size=1746666392 mode=-rw-r--r--, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.18.56.04.mp4"
2023/04/11 21:29:05 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.18.56.04.mp4, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.18.56.04.mp4: Attr:
2023/04/11 21:29:05 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.18.56.04.mp4: >Attr: a=valid=1s ino=0 size=2074144651 mode=-rw-r--r--, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.55.48.06.mp4"
2023/04/11 21:29:05 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.55.48.06.mp4, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.55.48.06.mp4: Attr:
2023/04/11 21:29:05 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.55.48.06.mp4: >Attr: a=valid=1s ino=0 size=1861291706 mode=-rw-r--r--, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4"
2023/04/11 21:29:05 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: Attr:
2023/04/11 21:29:05 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: >Attr: a=valid=1s ino=0 size=1496597340 mode=-rw-r--r--, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.55.47.02.mp4"
2023/04/11 21:29:05 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.55.47.02.mp4, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.55.47.02.mp4: Attr:
2023/04/11 21:29:05 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.55.47.02.mp4: >Attr: a=valid=1s ino=0 size=979173643 mode=-rw-r--r--, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.25 - 01.17.26.09.mp4"
2023/04/11 21:29:05 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.25 - 01.17.26.09.mp4, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.25 - 01.17.26.09.mp4: Attr:
2023/04/11 21:29:05 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.25 - 01.17.26.09.mp4: >Attr: a=valid=1s ino=0 size=1956300758 mode=-rw-r--r--, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.37.38.06.mp4"
2023/04/11 21:29:05 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.37.38.06.mp4, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.37.38.06.mp4: Attr:
2023/04/11 21:29:05 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.37.38.06.mp4: >Attr: a=valid=1s ino=0 size=2157686871 mode=-rw-r--r--, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.59.59.07.mp4"
2023/04/11 21:29:05 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.59.59.07.mp4, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.59.59.07.mp4: Attr:
2023/04/11 21:29:05 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.59.59.07.mp4: >Attr: a=valid=1s ino=0 size=1804014512 mode=-rw-r--r--, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 21.51.50.13.mp4"
2023/04/11 21:29:05 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 21.51.50.13.mp4, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 21.51.50.13.mp4: Attr:
2023/04/11 21:29:05 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 21.51.50.13.mp4: >Attr: a=valid=1s ino=0 size=1893895890 mode=-rw-r--r--, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.04.07 - 22.24.19.14.mp4"
2023/04/11 21:29:05 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.04.07 - 22.24.19.14.mp4, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.04.07 - 22.24.19.14.mp4: Attr:
2023/04/11 21:29:05 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.04.07 - 22.24.19.14.mp4: >Attr: a=valid=1s ino=0 size=2251461641 mode=-rw-r--r--, err=
2023/04/11 21:29:05 DEBUG : Warzone 2/: Attr:
2023/04/11 21:29:05 DEBUG : Warzone 2/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 21:29:08 DEBUG : /: Lookup: name="Warzone 2"
2023/04/11 21:29:08 DEBUG : /: >Lookup: node=Warzone 2/, err=
2023/04/11 21:29:08 DEBUG : Warzone 2/: Attr:
2023/04/11 21:29:08 DEBUG : Warzone 2/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 21:29:08 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4"
2023/04/11 21:29:08 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4, err=
2023/04/11 21:29:08 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: Attr:
2023/04/11 21:29:08 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: >Attr: a=valid=1s ino=0 size=1496597340 mode=-rw-r--r--, err=
2023/04/11 21:29:08 DEBUG : /: Attr:
2023/04/11 21:29:08 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 21:29:08 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: Open: flags=OpenReadOnly+0x20000
2023/04/11 21:29:08 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: Open: flags=O_RDONLY|0x20000
2023/04/11 21:29:08 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: >Open: fd=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4 (r), err=
2023/04/11 21:29:08 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: >Open: fh=&{Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4 (r)}, err=
2023/04/11 21:29:08 DEBUG : &{Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4 (r)}: Read: len=65536, offset=0
2023/04/11 21:29:08 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: ChunkedReader.openRange at 0 length 134217728
2023/04/11 21:29:08 ERROR : IO error: HTTP error 404 (404 Not Found) returned body:
2023/04/11 21:29:09 DEBUG : &{Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4 (r)}: Flush:
2023/04/11 21:29:09 DEBUG : &{Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4 (r)}: >Flush: err=
2023/04/11 21:29:09 DEBUG : &{Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4 (r)}: Release:
2023/04/11 21:29:09 DEBUG : &{Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4 (r)}: >Release: err=
2023/04/11 21:29:09 DEBUG : /: Lookup: name="Warzone 2"
2023/04/11 21:29:09 DEBUG : /: >Lookup: node=Warzone 2/, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/: Attr:
2023/04/11 21:29:09 DEBUG : Warzone 2/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 21:29:09 DEBUG : /: Attr:
2023/04/11 21:29:09 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4"
2023/04/11 21:29:09 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: Attr:
2023/04/11 21:29:09 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: >Attr: a=valid=1s ino=0 size=1496597340 mode=-rw-r--r--, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/: ReadDirAll:
2023/04/11 21:29:09 DEBUG : Warzone 2/: >ReadDirAll: item=12, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/: Attr:
2023/04/11 21:29:09 DEBUG : Warzone 2/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.04.00.03.mp4"
2023/04/11 21:29:09 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.04.00.03.mp4, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.04.00.03.mp4: Attr:
2023/04/11 21:29:09 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.04.00.03.mp4: >Attr: a=valid=1s ino=0 size=1746666392 mode=-rw-r--r--, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.18.56.04.mp4"
2023/04/11 21:29:09 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.18.56.04.mp4, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.18.56.04.mp4: Attr:
2023/04/11 21:29:09 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.18.56.04.mp4: >Attr: a=valid=1s ino=0 size=2074144651 mode=-rw-r--r--, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.55.48.06.mp4"
2023/04/11 21:29:09 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.55.48.06.mp4, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.55.48.06.mp4: Attr:
2023/04/11 21:29:09 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 19.55.48.06.mp4: >Attr: a=valid=1s ino=0 size=1861291706 mode=-rw-r--r--, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.55.47.02.mp4"
2023/04/11 21:29:09 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.55.47.02.mp4, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.55.47.02.mp4: Attr:
2023/04/11 21:29:09 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.55.47.02.mp4: >Attr: a=valid=1s ino=0 size=979173643 mode=-rw-r--r--, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.25 - 01.17.26.09.mp4"
2023/04/11 21:29:09 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.25 - 01.17.26.09.mp4, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.25 - 01.17.26.09.mp4: Attr:
2023/04/11 21:29:09 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.25 - 01.17.26.09.mp4: >Attr: a=valid=1s ino=0 size=1956300758 mode=-rw-r--r--, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.37.38.06.mp4"
2023/04/11 21:29:09 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.37.38.06.mp4, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.37.38.06.mp4: Attr:
2023/04/11 21:29:09 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.37.38.06.mp4: >Attr: a=valid=1s ino=0 size=2157686871 mode=-rw-r--r--, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.59.59.07.mp4"
2023/04/11 21:29:09 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.59.59.07.mp4, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.59.59.07.mp4: Attr:
2023/04/11 21:29:09 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.59.59.07.mp4: >Attr: a=valid=1s ino=0 size=1804014512 mode=-rw-r--r--, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 21.51.50.13.mp4"
2023/04/11 21:29:09 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 21.51.50.13.mp4, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 21.51.50.13.mp4: Attr:
2023/04/11 21:29:09 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 21.51.50.13.mp4: >Attr: a=valid=1s ino=0 size=1893895890 mode=-rw-r--r--, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/: Lookup: name="Call of Duty Modern Warfare 2 (2022) 2023.04.07 - 22.24.19.14.mp4"
2023/04/11 21:29:09 DEBUG : Warzone 2/: >Lookup: node=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.04.07 - 22.24.19.14.mp4, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.04.07 - 22.24.19.14.mp4: Attr:
2023/04/11 21:29:09 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.04.07 - 22.24.19.14.mp4: >Attr: a=valid=1s ino=0 size=2251461641 mode=-rw-r--r--, err=
2023/04/11 21:29:09 DEBUG : Warzone 2/: Attr:
2023/04/11 21:29:09 DEBUG : Warzone 2/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 21:29:10 DEBUG : Warzone 2/: ReadDirAll:
2023/04/11 21:29:10 DEBUG : Warzone 2/: >ReadDirAll: item=12, err=
2023/04/11 21:29:10 DEBUG : Warzone 2/: Attr:
2023/04/11 21:29:10 DEBUG : Warzone 2/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 21:29:10 DEBUG : Warzone 2/: Attr:
2023/04/11 21:29:10 DEBUG : Warzone 2/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2023/04/11 21:29:10 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: Open: flags=OpenReadOnly+0x20000
2023/04/11 21:29:10 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: Open: flags=O_RDONLY|0x20000
2023/04/11 21:29:10 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: >Open: fd=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4 (r), err=
2023/04/11 21:29:10 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: >Open: fh=&{Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4 (r)}, err=
2023/04/11 21:29:10 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: Open: flags=OpenReadOnly+0x20000
2023/04/11 21:29:10 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: Open: flags=O_RDONLY|0x20000
2023/04/11 21:29:10 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: >Open: fd=Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4 (r), err=
2023/04/11 21:29:10 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: >Open: fh=&{Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4 (r)}, err=
2023/04/11 21:29:10 DEBUG : &{Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4 (r)}: Read: len=65536, offset=32768
2023/04/11 21:29:10 DEBUG : Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4: ChunkedReader.openRange at 0 length 134217728
2023/04/11 21:29:10 ERROR : IO error: HTTP error 404 (404 Not Found) returned body
2023/04/11 21:29:14 DEBUG : &{Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4 (r)}: Flush:
2023/04/11 21:29:14 DEBUG : &{Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4 (r)}: >Flush: err=
2023/04/11 21:29:14 DEBUG : &{Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4 (r)}: Release:
2023/04/11 21:29:14 DEBUG : &{Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4 (r)}: >Release: err=
2023/04/11 21:29:52 DEBUG : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.24 - 23.41.08.01.mp4 not removed, freed 0 bytes
2023/04/11 21:29:52 DEBUG : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item Warzone 2/Call of Duty Modern Warfare 2 (2022) 2023.02.26 - 20.37.38.06.mp4 not removed, freed 0 bytes
2023/04/11 21:29:52 INFO : vfs cache: cleaned: objects 2 (was 2) in use 0, to upload 0, uploading 0, total size 0 (was 0)



Please HELP ME !!

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