You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Traceback (most recent call last):\n File "apps/bank_api_integration/bank_api_integration/bank_api_integration/doctype/bank_api_integration/bank_api_integration.py", line 51, in initiate_transaction_with_otp\n res = prov.initiate_transaction_with_otp(filters)\n File "env/lib/python3.10/site-packages/banking_api/common_provider.py", line 68, in initiate_transaction_with_otp\n return self.provider_module.initiate_transaction_with_otp(filters, self.transaction_type_mapping[self.provider])\n File "env/lib/python3.10/site-packages/banking_api/icici.py", line 212, in initiate_transaction_with_otp\n cipher_text = self.get_encrypted_request(params)\n File "env/lib/python3.10/site-packages/banking_api/icici.py", line 113, in get_encrypted_request\n key = RSA.importKey(open(self.file_paths['public_key']).read())\nFileNotFoundError: [Errno 2] No such file or directory: './advantistest.com/files/public_key.pem'\n"
The text was updated successfully, but these errors were encountered:
"Traceback (most recent call last):\n File "apps/bank_api_integration/bank_api_integration/bank_api_integration/doctype/bank_api_integration/bank_api_integration.py", line 51, in initiate_transaction_with_otp\n res = prov.initiate_transaction_with_otp(filters)\n File "env/lib/python3.10/site-packages/banking_api/common_provider.py", line 68, in initiate_transaction_with_otp\n return self.provider_module.initiate_transaction_with_otp(filters, self.transaction_type_mapping[self.provider])\n File "env/lib/python3.10/site-packages/banking_api/icici.py", line 212, in initiate_transaction_with_otp\n cipher_text = self.get_encrypted_request(params)\n File "env/lib/python3.10/site-packages/banking_api/icici.py", line 113, in get_encrypted_request\n key = RSA.importKey(open(self.file_paths['public_key']).read())\nFileNotFoundError: [Errno 2] No such file or directory: './advantistest.com/files/public_key.pem'\n"
The text was updated successfully, but these errors were encountered: