Hello Everyone,
This seems to be a python error, It’s a fresh install with docker, any assistance will be appreciated.
Please note I am very new to erpnext.
App Versions
{
"erpnext": "14.18.1",
"frappe": "14.26.4"
}
Route
List/Communication/Inbox/Reginald Gouws
Trackeback
Traceback (most recent call last):
File "apps/frappe/frappe/app.py", line 66, in application
response = frappe.api.handle()
File "apps/frappe/frappe/api.py", line 54, in handle
return frappe.handler.handle()
File "apps/frappe/frappe/handler.py", line 45, in handle
data = execute_cmd(cmd)
File "apps/frappe/frappe/handler.py", line 83, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File "apps/frappe/frappe/__init__.py", line 1607, in call
return fn(*args, **newargs)
File "apps/frappe/frappe/email/inbox.py", line 56, in create_email_flag_queue
uid, seen_status, email_account = frappe.db.get_value(
File "apps/frappe/frappe/database/database.py", line 496, in get_value
result = self.get_values(
File "apps/frappe/frappe/database/database.py", line 593, in get_values
out = self._get_values_from_table(
File "apps/frappe/frappe/database/database.py", line 810, in _get_values_from_table
query = frappe.qb.engine.get_query(
File "apps/frappe/frappe/database/query.py", line 516, in get_query
fields = self.set_fields(kwargs.get("field_objects") or fields, **kwargs)
File "apps/frappe/frappe/database/query.py", line 463, in set_fields
function_objects += self.function_objects_from_list(fields=fields)
File "apps/frappe/frappe/database/query.py", line 423, in function_objects_from_list
return [self.get_function_object(function) for function in functions]
File "apps/frappe/frappe/database/query.py", line 423, in <listcomp>
return [self.get_function_object(function) for function in functions]
File "apps/frappe/frappe/database/query.py", line 391, in get_function_object
if _operator in initial_fields:
TypeError: argument of type 'int' is not iterable
Request Data
{
"type": "POST",
"args": {
"names": "[\"1563cb05d7\"]",
"action": "Read",
"flag": "(\\SEEN)"
},
"freeze": true,
"headers": {},
"error_handlers": {},
"url": "/api/method/frappe.email.inbox.create_email_flag_queue"
}
Response Data
{
"exception": "TypeError: argument of type 'int' is not iterable"
}