MEGA sync error after updating from 12.0-U7 to 13.0-U1

ciacnorris

Cadet
Joined
Nov 8, 2020
Messages
7
After updating from 12 to 13 the MEGA cloud sync task fails with this error:

Code:
Error: Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/middlewared/job.py", line 355, in run
    await self.future
  File "/usr/local/lib/python3.9/site-packages/middlewared/job.py", line 391, in __run_body
    rv = await self.method(*([self] + args))
  File "/usr/local/lib/python3.9/site-packages/middlewared/schema.py", line 975, in nf
    return await f(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/cloud_sync.py", line 1080, in sync
    await self._sync(cloud_sync, options, job)
  File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/cloud_sync.py", line 1127, in _sync
    await rclone(self.middleware, job, cloud_sync, options["dry_run"])
  File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/cloud_sync.py", line 242, in rclone
    raise CallError(message)
middlewared.service_exception.CallError: [EFAULT] Errors:                 2 (retrying may help)
Checks:               729 / 729, 100%
Elapsed time:         1.5s

2022/07/06 04:51:59 Failed to sync with 2 errors: last error was: not deleting files as there were IO errors


How can I fix this?
 

jalexnet

Cadet
Joined
Sep 3, 2023
Messages
1
You were able to solve the problem, the exact same thing happens to me, but as a background if I do the task with a free account without MEGA files, it works for me, but the paid account that I have "Pro" with many files, I get this error... ..
 
Top