OneDrive Sync Fails - RC1.1

Trevor68

Contributor
Joined
Oct 15, 2021
Messages
130
Hi,
I setup a onedrive sync job, it worked fine the first time, so now I do have all my onedrive data on Truenas, but it has not worked since? I have deleted the job and tried again, but it also fails with the same message?

Error: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/middlewared/job.py", line 382, in run await self.future File "/usr/lib/python3/dist-packages/middlewared/job.py", line 418, in __run_body rv = await self.method(*([self] + args)) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1263, in nf return await func(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/plugins/cloud_sync.py", line 1103, in sync await self._sync(cloud_sync, options, job) File "/usr/lib/python3/dist-packages/middlewared/plugins/cloud_sync.py", line 1150, in _sync await rclone(self.middleware, job, cloud_sync, options["dry_run"]) File "/usr/lib/python3/dist-packages/middlewared/plugins/cloud_sync.py", line 254, in rclone raise CallError(message) middlewared.service_exception.CallError: [EFAULT] Checks: 22580 / 22580, 100% Transferred: 2268 / 2268, 100% Elapsed time: 1m6.3s Failed to sync: couldn't list files: Get "https://graph.microsoft.com/v1.0/drives/fc38860ef6991687/items/FC38860EF6991687!125/children?$top=1000": dial tcp: lookup graph.microsoft.com on 192.168.50.50:53: server misbehaving
 

Attachments

  • 6108.zip
    28.1 KB · Views: 121

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
You seem to have enough here to report a bug... no config changes between 1st and 2nd sync?
 

Trevor68

Contributor
Joined
Oct 15, 2021
Messages
130
First Sync was Copy, I then realised what that meant and changed it to Sync and it hasn't worked since.
 
Top