Can’t believe Scale got rid of this feature. Also can’t believe this isn’t working on Core either? Any ideas how to get around this error?
Error: Traceback (most recent call last):
File “/usr/local/lib/python3.9/asyncio/streams.py”, line 540, in readline
line = await self.readuntil(sep)
File “/usr/local/lib/python3.9/asyncio/streams.py”, line 618, in readuntil
raise exceptions.LimitOverrunError(
asyncio.exceptions.LimitOverrunError: Separator is not found, and chunk exceed the limit
During handling of the above exception, another exception occurred:
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 981, in nf
return await f(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/pool/import_disk.py", line 73, in import_disk
line = await rsync_proc.stdout.readline()
File “/usr/local/lib/python3.9/asyncio/streams.py”, line 549, in readline
raise ValueError(e.args[0])
ValueError: Separator is not found, and chunk exceed the limit