I ma keep getting this error on my log.
ERPNext Support: erpnext_support.api.client_utils.call_remote_method
Data: {
“params”: {
“bench_site”: “https://crafted.erpnext.com”,
“cmd”: “erpnext_support.api.server.sync_expiry_and_users_for_self_hosted”,
“erpnext_support_user”: “erpnext_support_y7f9MqKG@erpnext.com”
}
}
Traceback:
Traceback (most recent call last):
File “apps/erpnext_support/erpnext_support/api/client_utils.py”, line 233, in call_remote_method
return get_remote_connection().post_request(params)
File “apps/erpnext_support/erpnext_support/api/client_utils.py”, line 279, in get_remote_connection
return FrappeClient(frappe.conf.erpnext_support_url or “https://frappe.io”, frappe.conf.erpnext_support_user, frappe.conf.erpnext_support_password)
File “apps/frappe/frappe/frappeclient.py”, line 57, in init
self._login(username, password)
File “apps/frappe/frappe/frappeclient.py”, line 86, in _login
raise AuthError
frappe.frappeclient.AuthError
not sure what is this about. Any clues will be appreciated?