You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 1725, in call
return fn(*args, **newargs)
File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper
return func(*args, **kwargs)
File "apps/alerts/alerts/utils/alert.py", line 144, in sync_alerts
data["alerts"] = get_user_alerts(user)
File "apps/alerts/alerts/utils/alert.py", line 260, in get_user_alerts
data = filter_seen_alerts(data, user, parents, today)
File "apps/alerts/alerts/utils/alert.py", line 341, in filter_seen_alerts
seen_by = get_alerts_seen_by(user, alerts)
File "apps/alerts/alerts/utils/alert.py", line 327, in get_alerts_seen_by
.where(doc.parent.isin(alerts))
File "env/lib/python3.10/site-packages/pypika/utils.py", line 50, in _copy
result = func(self_copy, *args, **kwargs)
File "env/lib/python3.10/site-packages/pypika/queries.py", line 930, in where
if not self._validate_table(criterion):
File "env/lib/python3.10/site-packages/pypika/queries.py", line 1155, in _validate_table
for field in term.fields_():
File "env/lib/python3.10/site-packages/pypika/terms.py", line 57, in fields_
return set(self.find_(Field))
File "env/lib/python3.10/site-packages/pypika/terms.py", line 37, in find_
return [node for node in self.nodes_() if isinstance(node, type)]
File "env/lib/python3.10/site-packages/pypika/terms.py", line 37, in <listcomp>
return [node for node in self.nodes_() if isinstance(node, type)]
File "env/lib/python3.10/site-packages/pypika/terms.py", line 795, in nodes_
yield from self.container.nodes_()
AttributeError: 'str' object has no attribute 'nodes_'
Сама ошибка
App Versions
Route
Traceback
Request Data
Response Data
The text was updated successfully, but these errors were encountered: