Cannot generate debug

Description

Filled required info (marked by *) on the Account/User/Add after pressing Submit button, got error MatchNotFound and user is not created.

Traceback:
Error: Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/middlewared/utils/_init_.py", line 201, in filter_list
return rv[0]
IndexError: list index out of range

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/middlewared/main.py", line 135, in call_method
result = await self.middleware._call(message['method'], serviceobj, methodobj, params, app=self,
File "/usr/local/lib/python3.8/site-packages/middlewared/main.py", line 1161, in _call
return await methodobj(*args)
File "/usr/local/lib/python3.8/site-packages/middlewared/service.py", line 434, in create
rv = await self.middleware._call(
File "/usr/local/lib/python3.8/site-packages/middlewared/main.py", line 1161, in _call
return await methodobj(*args)
File "/usr/local/lib/python3.8/site-packages/middlewared/schema.py", line 973, in nf
return await f(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/middlewared/plugins/account.py", line 245, in do_create
groups.append((await self.middleware.call('group.query',
File "/usr/local/lib/python3.8/site-packages/middlewared/main.py", line 1216, in call
return await self._call(
File "/usr/local/lib/python3.8/site-packages/middlewared/main.py", line 1161, in _call
return await methodobj(*args)
File "/usr/local/lib/python3.8/site-packages/middlewared/schema.py", line 973, in nf
return await f(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/middlewared/plugins/account.py", line 927, in query
return await self.middleware.run_in_thread(
File "/usr/local/lib/python3.8/site-packages/middlewared/utils/run_in_thread.py", line 10, in run_in_thread
return await self.loop.run_in_executor(self.run_in_thread_executor, functools.partial(method, *args, **kwargs))
File "/usr/local/lib/python3.8/site-packages/middlewared/utils/io_thread_pool_executor.py", line 25, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.8/site-packages/middlewared/utils/_init_.py", line 203, in filter_list
raise MatchNotFound()

Problem/Justification

None

Impact

None

SmartDraw Connector

Katalon Manual Tests (BETA)

Activity

Show:

Bug Clerk 
June 9, 2020 at 3:19 PM

Bug Clerk 
May 29, 2020 at 6:41 PM

Vladimir Vinogradenko 
May 29, 2020 at 6:32 PM
(edited)

 thank you for your help!

12.0 PR (user part) https://github.com/freenas/freenas/pull/4861

Johnny Stecchino 
May 29, 2020 at 5:46 PM

This is the correct output. disregard previous log.txt

Johnny Stecchino 
May 29, 2020 at 5:43 PM

here is the output of midclt call core.get_jobs | jq after creating debug file error:

Yes I tried an update and I had problem decrypting pools. so I restarted from a clean install.

Complete

Details

Assignee

Reporter

Labels

Components

Fix versions

Priority

More fields

Katalon Platform

Created May 19, 2020 at 11:56 AM
Updated July 1, 2022 at 3:31 PM
Resolved June 9, 2020 at 3:19 PM