Cloud Sync tasks Bandwith limit error Not an integer
Description
Hi There,
if i trie to add time based bandwith limit i get the error below.
This error will always occure when setting the bandwith limit in formats like "00:00,1.3MB" or "04:00,off" but this is the specified format .
You can work around this by setting an overall bandwithlimit like "1300" this is the equivalent of "00:00,1.3M". But while reopening the task for editing, the limit will be transformed into "00:00,1.3M" again so you can't save.
[bwlimit] Item#0 is not valid per list types: [bandwidth] Not an integer
Error: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 137, in call_method result = await self.middleware._call(message['method'], serviceobj, methodobj, params, app=self, File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1198, in _call return await methodobj(*prepared_call.args) File "/usr/local/lib/python3.9/site-packages/middlewared/service.py", line 673, in update rv = await super().update(app, id, data) File "/usr/local/lib/python3.9/site-packages/middlewared/service.py", line 495, in update rv = await self.middleware._call( File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1198, in _call return await methodobj(*prepared_call.args) File "/usr/local/lib/python3.9/site-packages/middlewared/schema.py", line 972, in nf args, kwargs = clean_and_validate_args(args, kwargs) File "/usr/local/lib/python3.9/site-packages/middlewared/schema.py", line 930, in clean_and_validate_args value = attr.clean(args[args_index + i]) File "/usr/local/lib/python3.9/site-packages/middlewared/schema.py", line 607, in clean data[key] = attr.clean(value) File "/usr/local/lib/python3.9/site-packages/middlewared/schema.py", line 470, in clean raise Error(self.name, 'Item#{0} is not valid per list types: {1}'.format(index, found)) middlewared.schema.Error: [bwlimit] Item#0 is not valid per list types: [bandwidth] Not an integer
Can you please attach a debug file to this ticket?
To generate a debug file on TrueNAS CORE, log in to the TrueNAS web interface, go to System > Advanced, then click Save Debug and wait for the file to download to your local system. In TrueNAS SCALE, this option is in System Settings > Advanced.
Hi There,
if i trie to add time based bandwith limit i get the error below.
This error will always occure when setting the bandwith limit in formats like "00:00,1.3MB" or "04:00,off" but this is the specified format .
You can work around this by setting an overall bandwithlimit like "1300" this is the equivalent of "00:00,1.3M". But while reopening the task for editing, the limit will be transformed into "00:00,1.3M" again so you can't save.
[bwlimit] Item#0 is not valid per list types: [bandwidth] Not an integer
Error: Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 137, in call_method
result = await self.middleware._call(message['method'], serviceobj, methodobj, params, app=self,
File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1198, in _call
return await methodobj(*prepared_call.args)
File "/usr/local/lib/python3.9/site-packages/middlewared/service.py", line 673, in update
rv = await super().update(app, id, data)
File "/usr/local/lib/python3.9/site-packages/middlewared/service.py", line 495, in update
rv = await self.middleware._call(
File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1198, in _call
return await methodobj(*prepared_call.args)
File "/usr/local/lib/python3.9/site-packages/middlewared/schema.py", line 972, in nf
args, kwargs = clean_and_validate_args(args, kwargs)
File "/usr/local/lib/python3.9/site-packages/middlewared/schema.py", line 930, in clean_and_validate_args
value = attr.clean(args[args_index + i])
File "/usr/local/lib/python3.9/site-packages/middlewared/schema.py", line 607, in clean
data[key] = attr.clean(value)
File "/usr/local/lib/python3.9/site-packages/middlewared/schema.py", line 470, in clean
raise Error(self.name, 'Item#{0} is not valid per list types: {1}'.format(index, found))
middlewared.schema.Error: [bwlimit] Item#0 is not valid per list types: [bandwidth] Not an integer