Dear Team
Any urgent ideas on our to fix this…
Traceback (most recent call last):
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/app.py”, line 62, in application
response = frappe.handler.handle()
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/handler.py”, line 22, in handle
data = execute_cmd(cmd)
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/handler.py”, line 53, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/init.py”, line 939, in call
return fn(*args, **newargs)
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/chat/doctype/chat_profile/chat_profile.py”, line 87, in create
profile = get(user, fields = fields)
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/chat/doctype/chat_profile/chat_profile.py”, line 69, in get
profile = filter_dict(profile, fields)
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/chat/util/util.py”, line 57, in filter_dict
raise KeyError(‘{key} not in dict.’.format(key = k))
KeyError: ‘display_widget not in dict.’