Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/errors/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func hintForAPICode(code string) string {
case "voice_not_found":
return "This voice does not exist. Retrying the same ID is unlikely to help. List voices: heygen voice list"
case "insufficient_credit":
return "Check your credit balance: heygen user me get"
return "Check your credit balance: heygen user me get. Purchase API credits: https://app.heygen.com/settings?nav=API"
case "invalid_parameter":
return "Use --request-schema on the command to see expected fields"
case "rate_limited":
Expand Down
Loading