How to fix IT? rcloneBrowser

i am using RCloneBrowser in windows 10

log

2023/01/19 13:48:55 NOTICE: Serving remote control on http://127.0.0.1:19090/

The service rclone has been started.

2023/01/19 13:49:46 ERROR : movies5/Acasos de família.mp4: ReadFileHandle.Read error: low level retry 1/10: Get "http://gfs214n176.userstorage.mega.co.nz/dl/vGYzQ_pvcVlHLQenWRBA2X0kg1t2wVAwVfWQhcJolqepup1KMGt2zTKuZzljV9c5qkJtZNfG9Dyh9LVuIC6APIw70ltmNFy0cUoPkMWiokWHWzTou3vdyg/0-131071": read tcp 10.102.200.247:61393->185.206.27.86:80: wsarecv: Foi forçado o cancelamento de uma conexão existente pelo host remoto.

2023/01/19 13:50:09 ERROR : movies5/Acasos de família.mp4: ReadFileHandle.Read error: low level retry 2/10: Get "http://gfs214n176.userstorage.mega.co.nz/dl/5aYTJRVGrTleewftri-qbyoDSINwWvYVrKXWtIWIpSzXh2tVPj8m0WF6wc5IxAP9Xu_IRiaTyvBUjC39OTKQ8VAuAfjHJuSRjBBsudgEGXH5omPdmtAFlA/0-131071": read tcp 10.102.200.247:61426->185.206.27.86:80: wsarecv: Foi forçado o cancelamento de uma conexão existente pelo host remoto.

2023/01/19 13:50:35 ERROR : movies5/Acasos de família.mp4: ReadFileHandle.Read error: low level retry 3/10: Get "http://gfs214n176.userstorage.mega.co.nz/dl/695VvoFh3dzbxQc_0a-7QquSG8AZTyRph1ATDhd0Z0HznldKcTprBqDK-qptXEAYg_ggUBvi2yaUzi_34STIrehxupU7Dp6R1jTdPSrF69gsbEjqV3Yo1Q/0-131071": read tcp 10.102.200.247:61461->185.206.27.86:80: wsarecv: Foi forçado o cancelamento de uma conexão existente pelo host remoto.

2023/01/19 13:50:58 ERROR : movies5/Acasos de família.mp4: ReadFileHandle.Read error: low level retry 4/10: Get "http://gfs214n176.userstorage.mega.co.nz/dl/DQAausXTlYPm1Qd7N9QYDD0RnUBayPV6-XEsTFXHRjo1SKpPrRDlBFHmpPJS8VNeeV88M_lewft09t5A3V1xjySInQ8z-TitkQTUaYq3Ex46eUi4yvM-Bw/0-131071": read tcp 10.102.200.247:61490->185.206.27.86:80: wsarecv: Foi forçado o cancelamento de uma conexão existente pelo host remoto.

Hi nfgvi,

The error says: "An existing connection was forced to be dropped by the remote host" which means that Mega rejected rclones attempt to connect.

I guess this section in the docs will give you some tips:
https://rclone.org/mega/#repeated-commands-blocks-access

If not, please post all the information requested in the support template so we can better understand your specific situation.

i do not know what to do to solve do not know if the problem is mega service or if the problem is my computer Windows Explorer is taking too slow to load and drive files mounted with rclonebrowser (address bar does not load/slowdown) causing general failure of my computer With Windows 10

the worst of all is that I only realized the problem after making the upload of several videos to the mega I opted for mega because it does not ask for phone number for registration being able to laugh multiple drives and then merges

Did you read this:

What did you learn and what did you try?

Did you give us the extra info needed to help you further:

hi,

one possible workaround, something mentioned in the forum and something i have tested.

  1. use the megacmd tool, to create a webdav server.
  2. create a webdav remote.

I mounted the drive by command line rclone mount DRIVE_06:/ r: --network-mode --buffer-size=0 but presented the same problem I see the drive mounted when I open a video for example to watch on vlc player it does not load Windows Explorer is taking too slow to load and files

i am newbie the only information I can provide a log just wanted to merge drives to see my videos in the cloud on mega using rclonebrowser GUI

I installed megacmd but gives error when mapping the drive in windows 10 https://127.0.0.1/adress_folder

open a web browser and type in that address.
do you see the files?

--- here i map the drive using windows.

net use x: http://127.0.0.1:4443/PUxGxDrZ/test
The command completed successfully.

dir x: /b
file.ext

--- here i create a remote

[mega.webdav]
type = webdav
vendor = other
url = http://127.0.0.1:4443/PUxGxDrZ

rclone ls mega.webdav:test
      157 file.ext

--- here i create an on-the-fly remote, not using a config file

rclone ls :webdav,url='http://127.0.0.1:4443':/PUxGxDrZ/test
      157 file.ext

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