Unable to verify or use mega.nz cloud creds
Description
Problem/Justification
None
Impact
None
Activity
Show:
Bug Clerk October 12, 2021 at 8:51 PM
22.02-RC.1 PR: https://github.com/truenas/scale-build/pull/192
Bug Clerk October 12, 2021 at 6:14 PM
22.02-RC.2 PR: https://github.com/truenas/scale-build/pull/191
The Craiggers October 7, 2021 at 1:46 PMEdited
My apologies if there was a ticket created for this. I searched but didn't find anything.
EDIT: Shoot. Looks like it's an upstream issue.
Complete
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Vladimir Vinogradenko
Vladimir VinogradenkoReporter
The Craiggers
The CraiggersImpact
Low
Components
Fix versions
Affects versions
Priority
More fields
Time tracking
More fields
Time trackingKatalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Katalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Created October 7, 2021 at 1:44 PM
Updated July 6, 2022 at 8:59 PM
Resolved October 12, 2021 at 8:50 PM
Attempting to verify Mega.nz creds gets you the following error:
Error: 2021/10/07 06:40:46 Failed to create file system for "remote:": didn't find backend called "mega"
Trying to use it anyway to replicate data gives the following message:
Error: Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 150, in call_method
result = await self.middleware._call(message['method'], serviceobj, methodobj, params, app=self,
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1262, in _call
return await methodobj(*prepared_call.args)
File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1182, in nf
return await func(*args, **kwargs)
File "/usr/lib/python3/dist-packages/middlewared/plugins/cloud_sync.py", line 1041, in list_directory
return await self.ls(dict(cloud_sync, credentials=credentials), path)
File "/usr/lib/python3/dist-packages/middlewared/plugins/cloud_sync.py", line 1075, in ls
raise CallError(proc.stderr, extra={"excerpt": lsjson_error_excerpt(proc.stderr)})
middlewared.service_exception.CallError: [EFAULT] 2021/10/07 06:42:51 Failed to create file system for "remote:/": didn't find backend called "mega"
I also saw this post about it in the forums, but I didn't see a ticket for it yet. https://www.truenas.com/community/threads/mega-backend-missing-in-rclone.95300/