We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find Parent Item Group: Item Group
stock
"crm": "1.41.1", "erpnext": "15.61.0", "frappe": "15.68.1", "hrms": "15.45.2", "india_compliance": "15.17.1", "print_designer": "1.5.1"
None
### App Versions { "crm": "1.41.1", "erpnext": "15.61.0", "frappe": "15.68.1", "hrms": "15.45.2", "india_compliance": "15.17.1", "print_designer": "1.5.1" } ### Route Form/Item Group/new-item-group-lcabanwact ### Traceback Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 115, in application response = frappe.api.handle(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "apps/frappe/frappe/api/__init__.py", line 49, in handle data = endpoint(**arguments) ^^^^^^^^^^^^^^^^^^^^^ File "apps/frappe/frappe/api/v1.py", line 36, in handle_rpc_call return frappe.handler.handle() ^^^^^^^^^^^^^^^^^^^^^^^ File "apps/frappe/frappe/handler.py", line 51, in handle data = execute_cmd(cmd) ^^^^^^^^^^^^^^^^ File "apps/frappe/frappe/handler.py", line 84, in execute_cmd return frappe.call(method, **frappe.form_dict) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "apps/frappe/frappe/__init__.py", line 1742, in call return fn(*args, **newargs) ^^^^^^^^^^^^^^^^^^^^ File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "apps/frappe/frappe/desk/search.py", line 47, in search_link results = search_widget( ^^^^^^^^^^^^^^ File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "apps/frappe/frappe/desk/search.py", line 194, in search_widget values = frappe.get_list( ^^^^^^^^^^^^^^^^ File "apps/frappe/frappe/__init__.py", line 2009, in get_list return frappe.model.db_query.DatabaseQuery(doctype).execute(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "apps/frappe/frappe/model/db_query.py", line 191, in execute result = self.build_and_run() ^^^^^^^^^^^^^^^^^^^^ File "apps/frappe/frappe/model/db_query.py", line 232, in build_and_run return frappe.db.sql( ^^^^^^^^^^^^^^ File "apps/frappe/frappe/database/database.py", line 230, in sql self._cursor.execute(query, values) File "env/lib/python3.11/site-packages/pymysql/cursors.py", line 153, in execute result = self._query(query) ^^^^^^^^^^^^^^^^^^ File "env/lib/python3.11/site-packages/pymysql/cursors.py", line 322, in _query conn.query(q) File "env/lib/python3.11/site-packages/pymysql/connections.py", line 563, in query self._affected_rows = self._read_query_result(unbuffered=unbuffered) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "env/lib/python3.11/site-packages/pymysql/connections.py", line 825, in _read_query_result result.read() File "env/lib/python3.11/site-packages/pymysql/connections.py", line 1199, in read first_packet = self.connection._read_packet() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "env/lib/python3.11/site-packages/pymysql/connections.py", line 775, in _read_packet packet.raise_for_error() File "env/lib/python3.11/site-packages/pymysql/protocol.py", line 219, in raise_for_error err.raise_mysql_exception(self._data) File "env/lib/python3.11/site-packages/pymysql/err.py", line 150, in raise_mysql_exception raise errorclass(errno, errval) pymysql.err.OperationalError: (1054, "Unknown column 'None' in 'WHERE'") ### Request Data { "type": "POST", "args": { "txt": "", "doctype": "Item Group", "ignore_user_permissions": 1, "reference_doctype": "Item Group", "page_length": 10, "filters": "[[\"Item Group\",\"is_group\",\"=\",1],[\"Item Group\",\"name\",\"!=\",null]]" }, "headers": {}, "error_handlers": {}, "url": "/api/method/frappe.desk.search.search_link", "request_id": "4a1b8ee1-ecde-45b4-88ca-c3d5abed0e32" } ### Response Data { "exception": "pymysql.err.OperationalError: (1054, \"Unknown column 'None' in 'WHERE'\")", "exc_type": "OperationalError" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Information about bug
Could not find Parent Item Group: Item Group
Module
stock
Version
Installation method
None
Relevant log output / Stack trace / Full Error Message.
The text was updated successfully, but these errors were encountered: