alyf-de / banking

An Open Banking Integration with ERPNext
GNU General Public License v3.0
37 stars 18 forks source link

Error while re-linking bank account #90

Closed barredterra closed 4 months ago

barredterra commented 6 months ago

Reproduce

Go to Banking Settings, click on "Link Bank and Accounts", select a Company, select a Date (middle of current month), select your bank, authenticate.

Bildschirmfoto 2023-12-28 um 00 19 46

Error Log (server side)

{
  "name": 236,
  "owner": "mail@example.org",
  "creation": "2023-12-28 00:19:31.571733",
  "modified": "2023-12-28 00:19:31.571733",
  "modified_by": "mail@example.org",
  "docstatus": 0,
  "idx": 0,
  "seen": 1,
  "method": "Kosma Error",
  "error": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n<HTML><HEAD><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=iso-8859-1\">\n<TITLE>ERROR: The request could not be satisfied</TITLE>\n</HEAD><BODY>\n<H1>403 ERROR</H1>\n<H2>The request could not be satisfied.</H2>\n<HR noshade size=\"1px\">\nBad request.\nWe can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.\n<BR clear=\"all\">\nIf you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.\n<BR clear=\"all\">\n<HR noshade size=\"1px\">\n<PRE>\nGenerated by cloudfront (CloudFront)\nRequest ID: RvNF-2wRGYPlGJDwnUZFcdc1HbjyhGGqGYRz50vnN6GW5comDzVrIA==\n</PRE>\n<ADDRESS>\n</ADDRESS>\n</BODY></HTML>",
  "doctype": "Error Log"
}

Error Log (client side)

{
  "name": "a0067b7efa",
  "owner": "mail@example.org",
  "creation": "2023-12-28 00:19:31.702828",
  "modified": "2023-12-28 00:19:31.702828",
  "modified_by": "mail@example.org",
  "docstatus": 0,
  "idx": 0,
  "seen": 1,
  "method": "Banking Error",
  "error": "{\"exc_type\":\"DoesNotExistError\",\"message\":{\"error\":{\"message\":\"Something went wrong. Please retry in some time.\"},\"session_state\":\"Closed\"}}",
  "doctype": "Error Log"
}