{
"exc_type": "AuthenticationError",
"exc": "[\"Traceback (most recent call last):\\n File \\\"/home/user/assignment/apps/frappe/frappe/app.py\\\", line 59, in application\\n frappe.api.validate_auth()\\n File \\\"/home/user/assignment/apps/frappe/frappe/api.py\\\", line 173, in validate_auth\\n validate_auth_via_api_keys(authorization_header)\\n File \\\"/home/user/assignment/apps/frappe/frappe/api.py\\\", line 228, in validate_auth_via_api_keys\\n validate_api_key_secret(api_key, api_secret, authorization_source)\\n File \\\"/home/user/assignment/apps/frappe/frappe/api.py\\\", line 244, in validate_api_key_secret\\n doc_secret = frappe.utils.password.get_decrypted_password(doctype, doc, fieldname='api_secret')\\n File \\\"/home/user/assignment/apps/frappe/frappe/utils/password.py\\\", line 62, in get_decrypted_password\\n frappe.throw(_(\\\"Password not found\\\"), frappe.AuthenticationError)\\n File \\\"/home/user/assignment/apps/frappe/frappe/__init__.py\\\", line 438, in throw\\n msgprint(msg, raise_exception=exc, title=title, indicator='red', is_minimizable=is_minimizable, wide=wide, as_list=as_list)\\n File \\\"/home/user/assignment/apps/frappe/frappe/__init__.py\\\", line 417, in msgprint\\n _raise_exception()\\n File \\\"/home/user/assignment/apps/frappe/frappe/__init__.py\\\", line 371, in _raise_exception\\n raise raise_exception(msg)\\nfrappe.exceptions.AuthenticationError: Password not found\\n\"]",
"_server_messages": "[\"{\\\"message\\\": \\\"Password not found\\\", \\\"indicator\\\": \\\"red\\\", \\\"raise_exception\\\": 1}\"]"
}
This is the error when i try get the api data which i had created, i have include authentication API key and secret, Can anyone please help with this