Not able to create E-invoice. Please help me to solve this issue.
This is the error log I’m getting.
401 Client Error: for url: https://gsp.adaequare.com/gsp/authenticate?grant_type=token
----------------------------------------------------------------------------------------------------
Data:
{}
----------------------------------------------------------------------------------------------------
Exception:
Traceback (most recent call last):
File "/home/frappe/frappe-bench/apps/erpnext/erpnext/regional/india/e_invoice/utils.py", line 503, in fetch_auth_token
res = self.make_request('post', self.authenticate_url, headers)
File "/home/frappe/frappe-bench/apps/erpnext/erpnext/regional/india/e_invoice/utils.py", line 475, in make_request
res = make_post_request(url, headers=headers, data=data)
File "/home/frappe/frappe-bench/apps/frappe/frappe/integrations/utils.py", line 50, in make_post_request
raise exc
File "/home/frappe/frappe-bench/apps/frappe/frappe/integrations/utils.py", line 42, in make_post_request
frappe.flags.integration_request.raise_for_status()
File "/home/frappe/frappe-bench/env/lib/python3.6/site-packages/requests/models.py", line 940, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: for url: https://gsp.adaequare.com/gsp/authenticate?grant_type=token
Please help me to find the solution for this.