Client skill error troubleshooting (4xx)
- Print
- PDF
Client skill error troubleshooting (4xx)
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
While using the CLOVA Studio service, you may encounter the following issues. Check the cause and solution for each issue and act accordingly.
HTTP status code | Code | Message | Cause | Solution |
---|---|---|---|---|
400 | 61002 | Missing input value | Input value missing | Check for missing or incorrect user queries |
400 | 61004 | Invalid action input | API call failed | |
400 | 61005 | Missing model url | Model path missing | Contact the inquiry channel |
400 | 62001 | Invalid input value | Query analysis failed | Retry with the appropriate user query for the skillset or edit the Description for model value |
400 | 63001 | Invalid action in cot | Skill call failed | Retry with the user query associated with the skillset |
400 | 63002 | Requests_* action not in cot | API call missing | Retry with the user query associated with the skillset |
400 | 64400 | {HyperCLOVA error message} | Token count exceeded | Reduce the length of the entered text so that it doesn't exceed the number of tokens the model can process, or use the API Spec extension to reduce the API response and then request |
429 | 64429 | {HyperCLOVA error message} | Request count exceeded | Control the request or retry to avoid exceeding maximum usage |
Note
Configuring your system to reference HTTP status codes helps ensure reliable operation.
Was this article helpful?