GoogleCloudPlatform / application-integration-management-toolkit

This tool lets you interact with Application Integration, Integration Connectors or Apigee Integration/Connector APIs. The tool lets you manage (create, del, get, list) integrations, connections etc.
Apache License 2.0
22 stars 16 forks source link

integration export (scaffold) failing with DEBUG: 2024/07/12 11:03:52 httpclient.go:238: status code 500 "message": "Unknown Error." #275

Open kondurure opened 2 months ago

kondurure commented 2 months ago

one of integration export (scaffold) failing with below error , this issue of export is occurring for only one integration.

DEBUG: 2024/07/12 11:03:52 httpclient.go:97: Content-Type : application/json { DEBUG: 2024/07/12 11:03:52 httpclient.go:238: status code 500, error in response: { "error": { "code": 500, "message": "Unknown Error.", "status": "UNKNOWN" } }

"error": { Error: Internal server error: { "error": { "code": 500, "message": "Unknown Error.", "status": "UNKNOWN" } }

"code": 500,
"message": "Unknown Error.",
"status": "UNKNOWN"

} }