FAQ
- Why is the following error message displayed when I debug an interface?
Call interface failed. The production interface returns an error result code.
By default, resultCode=000000 indicates a successful call. Other codes indicate a failure. For details about error codes, see Result Codes.
- Why is the following error message displayed when I debug an interface?
Debugging failed. The interface response does not contain {fileId}.
KooGallery verifies whether a response contains these mandatory fields:
- Interface for subscribing to a product: instanceId and frontEndUrl
- Interface for querying instance information: instanceId. If it returns UsageInfo, it must also return usageValue and statisticalTime.
- Why is the following error message displayed when I debug an interface?
Debugging failed. Parse response body failed. Example response: {"resultCode":"000000","resultMsg":"success."}
KooGallery fails to parse the response. The interface does not return resultCode and resultMsg.
- Why is the following error message displayed when I debug an interface?
Debugging fails. Invalid content-type format. Returned format: {contentType}. Valid format: "application/json"
The value of content-type in the response must be "application/json". Otherwise, KooGallery will fail to parse the response body.
- Why is the following error message displayed when I debug an interface?
Debugging failed. The production address is unreachable.
- Check whether the production address is available.
- Check whether the production address can be accessed from the Internet.
- Check whether the access is intercepted by the gateway.
- Why is the following error message displayed when I debug an interface?
Debugging failed. Interface calling timed out for 20s.
The default timeout interval for KooGallery to call your interfaces is 20s. Calls that take longer than 20s will fail.
View logs and check whether the request reached the server. If it did, check whether the response time exceeds 20s. If it did not reach the server, contact after-sales engineers.
- Why is the following error message displayed when I debug an interface?
Debugging failed. The interface responds with httpCode={httpCode}. Check server logs to locate the failure cause.
By default, httpCode=200 indicates a successful call. Other codes indicate a failure.
- Can KooGallery Provide the IP Address of the Forward Proxy Server So That I Can Create an Access Whitelist?
KooGallery uses dynamic IP addresses for external access, so no specific one can be provided.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot