Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, in call return fn(*args, **newargs) File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper return func(*args, **kwargs) File "apps/erpnext/erpnext/selling/page/custom_point_of_sale/custom_point_of_sale.py", line 97, in get_items warehouse, hide_unavailable_items = frappe.db.get_value( TypeError: cannot unpack non-iterable NoneType object importlib._bootstrap_external>", line 1017, in get_code File "", line 947, in source_to_code File "", line 241, in _call_with_frames_removed File "apps/erpnext/erpnext/selling/page/custom_point_of_sale/custom_point_of_sale.py", line 184 else ^ SyntaxError: expected ':' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 76, in execute_cmd frappe.throw(_("Failed to get method for command {0} with {1}").format(cmd, e)) File "apps/frappe/frappe/__init__.py", line 645, in throw msgprint( File "apps/frappe/frappe/__init__.py", line 610, in msgprint _raise_exception() File "apps/frappe/frappe/__init__.py", line 561, in _raise_exception raise exc frappe.exceptions.ValidationError: Methode für den Befehl erpnext.selling.page.custom_point_of_sale.custom_point_of_sale.check_opening_entry mit expected ':' (custom_point_of_sale.py, line 184) konnte nicht abgerufen werden Traceback (most recent call last): File "apps/frappe/frappe/handler.py", line 74, in execute_cmd method = get_attr(cmd) File "apps/frappe/frappe/handler.py", line 287, in get_attr method = frappe.get_attr(cmd) File "apps/frappe/frappe/__init__.py", line 1758, in get_attr return getattr(get_module(modulename), methodname) File "apps/frappe/frappe/__init__.py", line 1476, in get_module return importlib.import_module(modulename) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 879, in exec_module File "", line 1017, in get_code File "", line 947, in source_to_code File "", line 241, in _call_with_frames_removed File "apps/erpnext/erpnext/selling/page/custom_point_of_sale/custom_point_of_sale.py", line 184 else ^ SyntaxError: expected ':' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 76, in execute_cmd frappe.throw(_("Failed to get method for command {0} with {1}").format(cmd, e)) File "apps/frappe/frappe/__init__.py", line 645, in throw msgprint( File "apps/frappe/frappe/__init__.py", line 610, in msgprint _raise_exception() File "apps/frappe/frappe/__init__.py", line 561, in _raise_exception raise exc frappe.exceptions.ValidationError: Methode für den Befehl erpnext.selling.page.custom_point_of_sale.custom_point_of_sale.check_opening_entry mit expected ':' (custom_point_of_sale.py, line 184) konnte nicht abgerufen werden y, line 231) konnte nicht abgerufen werden frappe/model/base_document.py", line 910, in _validate_data_fields frappe.utils.validate_email_address(email_address, throw=True) File "apps/frappe/frappe/utils/__init__.py", line 197, in validate_email_address email = _check(e.strip()) File "apps/frappe/frappe/utils/__init__.py", line 187, in _check frappe.throw( File "apps/frappe/frappe/__init__.py", line 645, in throw msgprint( File "apps/frappe/frappe/__init__.py", line 610, in msgprint _raise_exception() File "apps/frappe/frappe/__init__.py", line 561, in _raise_exception raise exc frappe.exceptions.InvalidEmailAddressError: iris.hammer ist keine gültige E-Mail-Adresse Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, in call return fn(*args, **newargs) File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper return func(*args, **kwargs) File "apps/erpnext/erpnext/selling/page/custom_point_of_sale/custom_point_of_sale.py", line 360, in set_customer_info contact_doc.save() File "apps/frappe/frappe/model/document.py", line 337, in save return self._save(*args, **kwargs) File "apps/frappe/frappe/model/document.py", line 376, in _save self._validate() File "apps/frappe/frappe/model/document.py", line 575, in _validate self._validate_data_fields() File "apps/frappe/frappe/model/base_document.py", line 910, in _validate_data_fields frappe.utils.validate_email_address(email_address, throw=True) File "apps/frappe/frappe/utils/__init__.py", line 197, in validate_email_address email = _check(e.strip()) File "apps/frappe/frappe/utils/__init__.py", line 187, in _check frappe.throw( File "apps/frappe/frappe/__init__.py", line 645, in throw msgprint( File "apps/frappe/frappe/__init__.py", line 610, in msgprint _raise_exception() File "apps/frappe/frappe/__init__.py", line 561, in _raise_exception raise exc frappe.exceptions.InvalidEmailAddressError: iris.hammer@ ist keine gültige E-Mail-Adresse Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, in call return fn(*args, **newargs) File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper return func(*args, **kwargs) File "apps/erpnext/erpnext/selling/page/custom_point_of_sale/custom_point_of_sale.py", line 360, in set_customer_info contact_doc.save() File "apps/frappe/frappe/model/document.py", line 337, in save return self._save(*args, **kwargs) File "apps/frappe/frappe/model/document.py", line 376, in _save self._validate() File "apps/frappe/frappe/model/document.py", line 575, in _validate self._validate_data_fields() File "apps/frappe/frappe/model/base_document.py", line 910, in _validate_data_fields frappe.utils.validate_email_address(email_address, throw=True) File "apps/frappe/frappe/utils/__init__.py", line 197, in validate_email_address email = _check(e.strip()) File "apps/frappe/frappe/utils/__init__.py", line 187, in _check frappe.throw( File "apps/frappe/frappe/__init__.py", line 645, in throw msgprint( File "apps/frappe/frappe/__init__.py", line 610, in msgprint _raise_exception() File "apps/frappe/frappe/__init__.py", line 561, in _raise_exception raise exc frappe.exceptions.InvalidEmailAddressError: iris.hammer@ri ist keine gültige E-Mail-Adresse Traceback (most recent call last): File "apps/frappe/frappe/email/doctype/email_account/email_account.py", line 288, in check_email_server_connection email_server.connect() File "apps/frappe/frappe/email/receive.py", line 73, in connect return self.connect_imap() if cint(self.settings.use_imap) else self.connect_pop() File "apps/frappe/frappe/email/receive.py", line 102, in connect_imap self.imap.login(self.settings.username, self.settings.password) File "/usr/lib/python3.10/imaplib.py", line 612, in login raise self.error(dat[-1]) imaplib.IMAP4.error: b'[PRIVACYREQUIRED] Plaintext authentication disallowed on non-secure (SSL/TLS) connections.' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "apps/frappe/frappe/email/doctype/email_domain/email_domain.py", line 94, in on_update email_account.save() File "apps/frappe/frappe/model/document.py", line 337, in save return self._save(*args, **kwargs) File "apps/frappe/frappe/model/document.py", line 373, in _save self.run_before_save_methods() File "apps/frappe/frappe/model/document.py", line 1091, in run_before_save_methods self.run_method("validate") File "apps/frappe/frappe/model/document.py", line 962, in run_method out = Document.hook(fn)(self, *args, **kwargs) File "apps/frappe/frappe/model/document.py", line 1322, in composer return composed(self, method, *args, **kwargs) File "apps/frappe/frappe/model/document.py", line 1304, in runner add_to_return_value(self, fn(self, *args, **kwargs)) File "apps/frappe/frappe/model/document.py", line 959, in fn return method_object(*args, **kwargs) File "apps/frappe/frappe/email/doctype/email_account/email_account.py", line 162, in validate self.get_incoming_server() File "apps/frappe/frappe/email/doctype/email_account/email_account.py", line 278, in get_incoming_server self.check_email_server_connection(email_server, in_receive) File "apps/frappe/frappe/email/doctype/email_account/email_account.py", line 322, in check_email_server_connection frappe.throw(cstr(e)) File "apps/frappe/frappe/__init__.py", line 645, in throw msgprint( File "apps/frappe/frappe/__init__.py", line 610, in msgprint _raise_exception() File "apps/frappe/frappe/__init__.py", line 561, in _raise_exception raise exc frappe.exceptions.ValidationError: b'[PRIVACYREQUIRED] Plaintext authentication disallowed on non-secure (SSL/TLS) connections.' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, 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/form/save.py", line 39, in savedocs doc.save() File "apps/frappe/frappe/model/document.py", line 337, in save return self._save(*args, **kwargs) File "apps/frappe/frappe/model/document.py", line 390, in _save self.run_post_save_methods() File "apps/frappe/frappe/model/document.py", line 1128, in run_post_save_methods self.run_method("on_update") File "apps/frappe/frappe/model/document.py", line 962, in run_method out = Document.hook(fn)(self, *args, **kwargs) File "apps/frappe/frappe/model/document.py", line 1322, in composer return composed(self, method, *args, **kwargs) File "apps/frappe/frappe/model/document.py", line 1304, in runner add_to_return_value(self, fn(self, *args, **kwargs)) File "apps/frappe/frappe/model/document.py", line 959, in fn return method_object(*args, **kwargs) File "apps/frappe/frappe/email/doctype/email_domain/email_domain.py", line 97, in on_update frappe.msgprint( File "apps/frappe/frappe/__init__.py", line 610, in msgprint _raise_exception() File "apps/frappe/frappe/__init__.py", line 561, in _raise_exception raise exc frappe.exceptions.ValidationError: In Dovecot@postfix-server ist ein Fehler aufgetreten Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, in call return fn(*args, **newargs) File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper return func(*args, **kwargs) File "apps/erpnext/erpnext/selling/page/custom_point_of_sale/custom_point_of_sale.py", line 360, in set_customer_info contact_doc.save() File "apps/frappe/frappe/model/document.py", line 337, in save return self._save(*args, **kwargs) File "apps/frappe/frappe/model/document.py", line 376, in _save self._validate() File "apps/frappe/frappe/model/document.py", line 575, in _validate self._validate_data_fields() File "apps/frappe/frappe/model/base_document.py", line 910, in _validate_data_fields frappe.utils.validate_email_address(email_address, throw=True) File "apps/frappe/frappe/utils/__init__.py", line 197, in validate_email_address email = _check(e.strip()) File "apps/frappe/frappe/utils/__init__.py", line 187, in _check frappe.throw( File "apps/frappe/frappe/__init__.py", line 645, in throw msgprint( File "apps/frappe/frappe/__init__.py", line 610, in msgprint _raise_exception() File "apps/frappe/frappe/__init__.py", line 561, in _raise_exception raise exc frappe.exceptions.InvalidEmailAddressError: iris.hammer@ri ist keine gültige E-Mail-Adresse py", line 31, in wrapper return func(*args, **kwargs) File "apps/erpnext/erpnext/selling/page/custom_point_of_sale/custom_point_of_sale.py", line 123, in get_items items_data = frappe.db.sql( File "apps/frappe/frappe/database/database.py", line 234, in sql self._cursor.execute(query, values) File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute result = self._query(query) File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query conn.query(q) File "env/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query self._affected_rows = self._read_query_result(unbuffered=unbuffered) File "env/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result result.read() File "env/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read first_packet = self.connection._read_packet() File "env/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet packet.raise_for_error() File "env/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error err.raise_mysql_exception(self._data) File "env/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception raise errorclass(errno, errval) pymysql.err.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM\n\t\t\t`tabItem` item \n\t\tWHERE\n\t\t\titem.disabled = 0\n\t\t\tAND item.has_variants...' at line 9") Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, in call return fn(*args, **newargs) File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper return func(*args, **kwargs) File "apps/erpnext/erpnext/selling/page/custom_point_of_sale/custom_point_of_sale.py", line 123, in get_items items_data = frappe.db.sql( File "apps/frappe/frappe/database/database.py", line 234, in sql self._cursor.execute(query, values) File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute result = self._query(query) File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query conn.query(q) File "env/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query self._affected_rows = self._read_query_result(unbuffered=unbuffered) File "env/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result result.read() File "env/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read first_packet = self.connection._read_packet() File "env/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet packet.raise_for_error() File "env/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error err.raise_mysql_exception(self._data) File "env/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception raise errorclass(errno, errval) pymysql.err.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM\n\t\t\t`tabItem` item \n\t\tWHERE\n\t\t\titem.disabled = 0\n\t\t\tAND item.has_variants...' at line 9") Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, in call return fn(*args, **newargs) File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper return func(*args, **kwargs) File "apps/erpnext/erpnext/selling/page/custom_point_of_sale/custom_point_of_sale.py", line 123, in get_items items_data = frappe.db.sql( File "apps/frappe/frappe/database/database.py", line 234, in sql self._cursor.execute(query, values) File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute result = self._query(query) File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query conn.query(q) File "env/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query self._affected_rows = self._read_query_result(unbuffered=unbuffered) File "env/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result result.read() File "env/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read first_packet = self.connection._read_packet() File "env/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet packet.raise_for_error() File "env/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error err.raise_mysql_exception(self._data) File "env/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception raise errorclass(errno, errval) pymysql.err.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM\n\t\t\t`tabItem` item \n\t\tWHERE\n\t\t\titem.disabled = 0\n\t\t\tAND item.has_variants...' at line 9") Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, in call return fn(*args, **newargs) File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper return func(*args, **kwargs) File "apps/erpnext/erpnext/selling/page/custom_point_of_sale/custom_point_of_sale.py", line 123, in get_items items_data = frappe.db.sql( File "apps/frappe/frappe/database/database.py", line 234, in sql self._cursor.execute(query, values) File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute result = self._query(query) File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query conn.query(q) File "env/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query self._affected_rows = self._read_query_result(unbuffered=unbuffered) File "env/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result result.read() File "env/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read first_packet = self.connection._read_packet() File "env/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet packet.raise_for_error() File "env/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error err.raise_mysql_exception(self._data) File "env/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception raise errorclass(errno, errval) pymysql.err.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM\n\t\t\t`tabItem` item \n\t\tWHERE\n\t\t\titem.disabled = 0\n\t\t\tAND item.has_variants...' at line 9") Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, in call return fn(*args, **newargs) File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper return func(*args, **kwargs) File "apps/erpnext/erpnext/selling/page/custom_point_of_sale/custom_point_of_sale.py", line 123, in get_items items_data = frappe.db.sql( File "apps/frappe/frappe/database/database.py", line 234, in sql self._cursor.execute(query, values) File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute result = self._query(query) File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query conn.query(q) File "env/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query self._affected_rows = self._read_query_result(unbuffered=unbuffered) File "env/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result result.read() File "env/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read first_packet = self.connection._read_packet() File "env/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet packet.raise_for_error() File "env/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error err.raise_mysql_exception(self._data) File "env/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception raise errorclass(errno, errval) pymysql.err.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM\n\t\t\t`tabItem` item \n\t\tWHERE\n\t\t\titem.disabled = 0\n\t\t\tAND item.has_variants...' at line 9") Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, in call return fn(*args, **newargs) File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper return func(*args, **kwargs) File "apps/erpnext/erpnext/selling/page/custom_point_of_sale/custom_point_of_sale.py", line 123, in get_items items_data = frappe.db.sql( File "apps/frappe/frappe/database/database.py", line 234, in sql self._cursor.execute(query, values) File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute result = self._query(query) File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query conn.query(q) File "env/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query self._affected_rows = self._read_query_result(unbuffered=unbuffered) File "env/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result result.read() File "env/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read first_packet = self.connection._read_packet() File "env/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet packet.raise_for_error() File "env/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error err.raise_mysql_exception(self._data) File "env/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception raise errorclass(errno, errval) pymysql.err.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM\n\t\t\t`tabItem` item \n\t\tWHERE\n\t\t\titem.disabled = 0\n\t\t\tAND item.has_variants...' at line 9") Traceback (most recent call last): File "apps/frappe/frappe/email/doctype/email_account/email_account.py", line 288, in check_email_server_connection email_server.connect() File "apps/frappe/frappe/email/receive.py", line 73, in connect return self.connect_imap() if cint(self.settings.use_imap) else self.connect_pop() File "apps/frappe/frappe/email/receive.py", line 102, in connect_imap self.imap.login(self.settings.username, self.settings.password) File "/usr/lib/python3.10/imaplib.py", line 612, in login raise self.error(dat[-1]) imaplib.IMAP4.error: b'[AUTHENTICATIONFAILED] Authentication failed.' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, 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/form/save.py", line 39, in savedocs doc.save() File "apps/frappe/frappe/model/document.py", line 337, in save return self._save(*args, **kwargs) File "apps/frappe/frappe/model/document.py", line 373, in _save self.run_before_save_methods() File "apps/frappe/frappe/model/document.py", line 1091, in run_before_save_methods self.run_method("validate") File "apps/frappe/frappe/model/document.py", line 962, in run_method out = Document.hook(fn)(self, *args, **kwargs) File "apps/frappe/frappe/model/document.py", line 1322, in composer return composed(self, method, *args, **kwargs) File "apps/frappe/frappe/model/document.py", line 1304, in runner add_to_return_value(self, fn(self, *args, **kwargs)) File "apps/frappe/frappe/model/document.py", line 959, in fn return method_object(*args, **kwargs) File "apps/frappe/frappe/email/doctype/email_account/email_account.py", line 162, in validate self.get_incoming_server() File "apps/frappe/frappe/email/doctype/email_account/email_account.py", line 278, in get_incoming_server self.check_email_server_connection(email_server, in_receive) File "apps/frappe/frappe/email/doctype/email_account/email_account.py", line 320, in check_email_server_connection SMTPServer.throw_invalid_credentials_exception() File "apps/frappe/frappe/email/smtp.py", line 133, in throw_invalid_credentials_exception frappe.throw( File "apps/frappe/frappe/__init__.py", line 645, in throw msgprint( File "apps/frappe/frappe/__init__.py", line 610, in msgprint _raise_exception() File "apps/frappe/frappe/__init__.py", line 561, in _raise_exception raise exc frappe.email.smtp.InvalidEmailCredentials: Bitte überprüfen Sie Ihre E-Mail-Anmeldedaten. imaplib.IMAP4.error: b'[AUTHENTICATIONFAILED] Authentication failed.' Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, in call return fn(*args, **newargs) File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper return func(*args, **kwargs) File "apps/erpnext/erpnext/selling/page/custom_point_of_sale/custom_point_of_sale.py", line 123, in get_items items_data = frappe.db.sql( File "apps/frappe/frappe/database/database.py", line 234, in sql self._cursor.execute(query, values) File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute result = self._query(query) File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query conn.query(q) File "env/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query self._affected_rows = self._read_query_result(unbuffered=unbuffered) File "env/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result result.read() File "env/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read first_packet = self.connection._read_packet() File "env/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet packet.raise_for_error() File "env/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error err.raise_mysql_exception(self._data) File "env/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception raise errorclass(errno, errval) pymysql.err.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM\n\t\t\t`tabItem` item \n\t\tWHERE\n\t\t\titem.disabled = 0\n\t\t\tAND item.has_variants...' at line 9") Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, in call return fn(*args, **newargs) File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper return func(*args, **kwargs) File "apps/erpnext/erpnext/selling/page/custom_point_of_sale/custom_point_of_sale.py", line 123, in get_items items_data = frappe.db.sql( File "apps/frappe/frappe/database/database.py", line 234, in sql self._cursor.execute(query, values) File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute result = self._query(query) File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query conn.query(q) File "env/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query self._affected_rows = self._read_query_result(unbuffered=unbuffered) File "env/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result result.read() File "env/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read first_packet = self.connection._read_packet() File "env/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet packet.raise_for_error() File "env/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error err.raise_mysql_exception(self._data) File "env/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception raise errorclass(errno, errval) pymysql.err.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM\n\t\t\t`tabItem` item \n\t\tWHERE\n\t\t\titem.disabled = 0\n\t\t\tAND item.has_variants...' at line 9") Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, in call return fn(*args, **newargs) File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper return func(*args, **kwargs) File "apps/erpnext/erpnext/selling/page/custom_point_of_sale/custom_point_of_sale.py", line 123, in get_items items_data = frappe.db.sql( File "apps/frappe/frappe/database/database.py", line 234, in sql self._cursor.execute(query, values) File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute result = self._query(query) File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query conn.query(q) File "env/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query self._affected_rows = self._read_query_result(unbuffered=unbuffered) File "env/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result result.read() File "env/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read first_packet = self.connection._read_packet() File "env/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet packet.raise_for_error() File "env/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error err.raise_mysql_exception(self._data) File "env/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception raise errorclass(errno, errval) pymysql.err.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM\n\t\t\t`tabItem` item \n\t\tWHERE\n\t\t\titem.disabled = 0\n\t\t\tAND item.has_variants...' at line 9") e 561, in _raise_exception raise exc frappe.exceptions.PermissionError:
Sie sind nicht berechtigt, auf diese Ressource zuzugreifen.Funktion erpnext.stock.get_item_details.get_item_details ist nicht freigegeben.
Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, in call return fn(*args, **newargs) File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper return func(*args, **kwargs) File "apps/erpnext/erpnext/selling/page/custom_point_of_sale/custom_point_of_sale.py", line 117, in get_items if hide_unavailable_items: File "apps/erpnext/erpnext/selling/page/custom_point_of_sale/custom_point_of_sale.py", line 77, in search_by_term else: NameError: name 'variant_of' is not defined Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, 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/email/doctype/email_queue/email_queue.py", line 447, in send_now record.send() File "apps/frappe/frappe/email/doctype/email_queue/email_queue.py", line 172, in send ctx.smtp_server.session.sendmail( File "/usr/lib/python3.10/smtplib.py", line 901, in sendmail raise SMTPRecipientsRefused(senderrs) smtplib.SMTPRecipientsRefused: {'riwollis@hammerwelt.now-dns.org': (550, b'5.1.1 : Recipient address rejected: User unknown in virtual alias table')} Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, 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/email/doctype/email_queue/email_queue.py", line 447, in send_now record.send() File "apps/frappe/frappe/email/doctype/email_queue/email_queue.py", line 172, in send ctx.smtp_server.session.sendmail( File "/usr/lib/python3.10/smtplib.py", line 901, in sendmail raise SMTPRecipientsRefused(senderrs) smtplib.SMTPRecipientsRefused: {'riwollis@hammerwelt.now-dns.org': (550, b'5.1.1 : Recipient address rejected: User unknown in virtual alias table')} Traceback (most recent call last): File "apps/frappe/frappe/model/base_document.py", line 606, in db_update frappe.db.sql( File "apps/frappe/frappe/database/database.py", line 234, in sql self._cursor.execute(query, values) File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute result = self._query(query) File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query conn.query(q) File "env/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query self._affected_rows = self._read_query_result(unbuffered=unbuffered) File "env/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result result.read() File "env/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read first_packet = self.connection._read_packet() File "env/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet packet.raise_for_error() File "env/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error err.raise_mysql_exception(self._data) File "env/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception raise errorclass(errno, errval) pymysql.err.IntegrityError: (1062, "Duplicate entry 'riwollis@hammerwelt.tcp4.me' for key 'email_id'") During handling of the above exception, another exception occurred: Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, 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/form/save.py", line 39, in savedocs doc.save() File "apps/frappe/frappe/model/document.py", line 337, in save return self._save(*args, **kwargs) File "apps/frappe/frappe/model/document.py", line 387, in _save self.db_update() File "apps/frappe/frappe/model/base_document.py", line 615, in db_update self.show_unique_validation_message(e) File "apps/frappe/frappe/model/base_document.py", line 643, in show_unique_validation_message raise frappe.UniqueValidationError(self.doctype, self.name, e) frappe.exceptions.UniqueValidationError: ('Email Account', 'Riwollis', IntegrityError(1062, "Duplicate entry 'riwollis@hammerwelt.tcp4.me' for key 'email_id'")) Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, in call return fn(*args, **newargs) File "apps/frappe/frappe/handler.py", line 330, in run_doc_method response = doc.run_method(method) File "apps/frappe/frappe/model/document.py", line 962, in run_method out = Document.hook(fn)(self, *args, **kwargs) File "apps/frappe/frappe/model/document.py", line 1322, in composer return composed(self, method, *args, **kwargs) File "apps/frappe/frappe/model/document.py", line 1304, in runner add_to_return_value(self, fn(self, *args, **kwargs)) File "apps/frappe/frappe/model/document.py", line 959, in fn return method_object(*args, **kwargs) File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper return func(*args, **kwargs) File "apps/frappe/frappe/custom/doctype/customize_form/customize_form.py", line 101, in fetch_to_customize self.validate_doctype(meta) File "apps/frappe/frappe/custom/doctype/customize_form/customize_form.py", line 119, in validate_doctype frappe.throw(_("Core DocTypes cannot be customized.")) File "apps/frappe/frappe/__init__.py", line 645, in throw msgprint( File "apps/frappe/frappe/__init__.py", line 610, in msgprint _raise_exception() File "apps/frappe/frappe/__init__.py", line 561, in _raise_exception raise exc frappe.exceptions.ValidationError: Core DocTypes können nicht angepasst werden. Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, 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/form/save.py", line 39, in savedocs doc.save() File "apps/frappe/frappe/model/document.py", line 337, in save return self._save(*args, **kwargs) File "apps/frappe/frappe/model/document.py", line 367, in _save self.check_if_latest() File "apps/frappe/frappe/model/document.py", line 815, in check_if_latest frappe.msgprint( File "apps/frappe/frappe/__init__.py", line 610, in msgprint _raise_exception() File "apps/frappe/frappe/__init__.py", line 561, in _raise_exception raise exc frappe.exceptions.TimestampMismatchError: Fehler: Dokument wurde geändert, nachdem es geöffnet wurde (2024-08-26 13:44:28.508707, 2024-08-26 13:45:14.475387). Bitte aktualisieren, um das neueste Dokument zu erhalten. Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, 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/form/save.py", line 39, in savedocs doc.save() File "apps/frappe/frappe/model/document.py", line 337, in save return self._save(*args, **kwargs) File "apps/frappe/frappe/model/document.py", line 367, in _save self.check_if_latest() File "apps/frappe/frappe/model/document.py", line 815, in check_if_latest frappe.msgprint( File "apps/frappe/frappe/__init__.py", line 610, in msgprint _raise_exception() File "apps/frappe/frappe/__init__.py", line 561, in _raise_exception raise exc frappe.exceptions.TimestampMismatchError: Fehler: Dokument wurde geändert, nachdem es geöffnet wurde (2024-08-26 13:55:07.413215, 2024-08-26 13:55:11.193418). Bitte aktualisieren, um das neueste Dokument zu erhalten. Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, in call return fn(*args, **newargs) File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper return func(*args, **kwargs) File "apps/erpnext/erpnext/selling/page/custom_point_of_sale/custom_point_of_sale.py", line 117, in get_items if hide_unavailable_items: File "apps/erpnext/erpnext/selling/page/custom_point_of_sale/custom_point_of_sale.py", line 77, in search_by_term else: NameError: name 'variant_of' is not defined Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, 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/email/doctype/email_queue/email_queue.py", line 447, in send_now record.send() File "apps/frappe/frappe/email/doctype/email_queue/email_queue.py", line 172, in send ctx.smtp_server.session.sendmail( File "/usr/lib/python3.10/smtplib.py", line 901, in sendmail raise SMTPRecipientsRefused(senderrs) smtplib.SMTPRecipientsRefused: {'riwollis@hammerwelt.now-dns.org': (550, b'5.1.1 : Recipient address rejected: User unknown in virtual alias table')} Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, 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/email/doctype/email_queue/email_queue.py", line 447, in send_now record.send() File "apps/frappe/frappe/email/doctype/email_queue/email_queue.py", line 172, in send ctx.smtp_server.session.sendmail( File "/usr/lib/python3.10/smtplib.py", line 901, in sendmail raise SMTPRecipientsRefused(senderrs) smtplib.SMTPRecipientsRefused: {'riwollis@hammerwelt.now-dns.org': (550, b'5.1.1 : Recipient address rejected: User unknown in virtual alias table')} Traceback (most recent call last): File "apps/frappe/frappe/email/doctype/email_domain/email_domain.py", line 43, in wrapper fn(*args, **kwargs) File "apps/frappe/frappe/email/doctype/email_domain/email_domain.py", line 111, in validate_incoming_server_conn incoming_conn = conn_method(self.email_server, port=self.incoming_port, timeout=30) File "/usr/lib/python3.10/poplib.py", line 107, in __init__ self.welcome = self._getresp() File "/usr/lib/python3.10/poplib.py", line 157, in _getresp raise error_proto(resp) poplib.error_proto: b'* OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE LITERAL+ STARTTLS LOGINDISABLED] Dovecot ready.' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 114, 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 49, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 85, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1768, 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/form/save.py", line 39, in savedocs doc.save() File "apps/frappe/frappe/model/document.py", line 337, in save return self._save(*args, **kwargs) File "apps/frappe/frappe/model/document.py", line 373, in _save self.run_before_save_methods() File "apps/frappe/frappe/model/document.py", line 1091, in run_before_save_methods self.run_method("validate") File "apps/frappe/frappe/model/document.py", line 962, in run_method out = Document.hook(fn)(self, *args, **kwargs) File "apps/frappe/frappe/model/document.py", line 1322, in composer return composed(self, method, *args, **kwargs) File "apps/frappe/frappe/model/document.py", line 1304, in runner add_to_return_value(self, fn(self, *args, **kwargs)) File "apps/frappe/frappe/model/document.py", line 959, in fn return method_object(*args, **kwargs) File "apps/frappe/frappe/email/doctype/email_domain/email_domain.py", line 84, in validate self.validate_incoming_server_conn() File "apps/frappe/frappe/email/doctype/email_domain/email_domain.py", line 45, in wrapper frappe.throw( File "apps/frappe/frappe/__init__.py", line 645, in throw msgprint( File "apps/frappe/frappe/__init__.py", line 610, in msgprint _raise_exception() File "apps/frappe/frappe/__init__.py", line 561, in _raise_exception raise exc frappe.exceptions.ValidationError: Fehler beim Verbinden über IMAP/POP3: b'* OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE LITERAL+ STARTTLS LOGINDISABLED] Dovecot ready.' emplates/includes/navbar/navbar.html", line 26, in top-level template code {% include "templates/includes/navbar/navbar_items.html" %} File "/disk/service/web/home/erp/frappe-bench/apps/erpnext/erpnext/./templates/includes/navbar/navbar_items.html", line 1, in top-level template code {% extends 'frappe/templates/includes/navbar/navbar_items.html' %} File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/./templates/includes/navbar/navbar_items.html", line 69, in top-level template code {% block navbar_right_extension %}{% endblock %} File "/disk/service/web/home/erp/frappe-bench/apps/erpnext/erpnext/./templates/includes/navbar/navbar_items.html", line 12, in block 'navbar_right_extension' {% if frappe.db.get_single_value("E Commerce Settings", "enable_wishlist") %} File "/disk/service/web/home/erp/frappe-bench/env/lib/python3.9/site-packages/jinja2/sandbox.py", line 462, in call File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/database/database.py", line 563, in get_single_value else: File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/__init__.py", line 881, in get_meta File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/model/meta.py", line 37, in get_meta from frappe.model.workflow import get_workflow_name File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/model/meta.py", line 83, in __init__ File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/model/document.py", line 113, in __init__ self.name = args[1] File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/model/meta.py", line 88, in load_from_db "DocField", File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/model/document.py", line 156, in load_from_db self._fix_numeric_types() File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/__init__.py", line 432, in throw import inspect File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/__init__.py", line 411, in msgprint Messages are sent in the `__server_messages` property in the File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/__init__.py", line 365, in _raise_exception def get_traceback(): frappe.exceptions.DoesNotExistError: DocType E Commerce Settings not found During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/disk/service/web/home/erp/frappe-bench/apps/erpnext/erpnext/./templates/pages/home.html", line 3, in top-level template code {% from "erpnext/templates/includes/macros.html" import render_homepage_section %} File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/./templates/web.html", line 1, in top-level template code {% extends base_template_path %} File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/./templates/base.html", line 72, in top-level template code {%- block navbar -%} File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/./templates/base.html", line 73, in block 'navbar' {{ web_block( File "/disk/service/web/home/erp/frappe-bench/env/lib/python3.9/site-packages/jinja2/sandbox.py", line 462, in call File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/utils/jinja.py", line 199, in web_block File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/utils/jinja.py", line 224, in web_blocks return web_blocks([options]) File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/website/doctype/web_page/web_page.py", line 225, in get_web_blocks_html out = frappe._dict(html="", scripts=[], styles=[]) File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/website/doctype/web_template/web_template.py", line 120, in render File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/utils/jinja.py", line 85, in render_template :param template: path or HTML containing the jinja template File "/disk/service/web/home/erp/frappe-bench/env/lib/python3.9/site-packages/jinja2/environment.py", line 1090, in render gs = self.make_globals(globals) File "/disk/service/web/home/erp/frappe-bench/env/lib/python3.9/site-packages/jinja2/environment.py", line 832, in handle_exception if log_function is None: TypeError: jinja2._compat.reraise() argument after * must be an iterable, not DoesNotExistError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/website/render.py", line 49, in render File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/website/render.py", line 178, in render_page_by_language preload.append(("script", elem.get("src"))) File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/website/render.py", line 194, in render_page File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/website/render.py", line 201, in build lang_path = "{0}/{1}".format(user_lang, path) File "/disk/service/web/home/erp/frappe-bench/apps/frappe/frappe/website/render.py", line 224, in build_page frappe.local.response.from_cache = True File "/disk/service/web/home/erp/frappe-bench/env/lib/python3.9/site-packages/jinja2/environment.py", line 1090, in render gs = self.make_globals(globals) File "/disk/service/web/home/erp/frappe-bench/env/lib/python3.9/site-packages/jinja2/environment.py", line 832, in handle_exception if log_function is None: TypeError: jinja2._compat.reraise() argument after * must be an iterable, not TypeError Traceback (most recent call last): File "