Update changelog, enhance error handling, and improve user feedback for OpenClaw integration
- Documented changes in changelog for version 0.1.3. - Improved error handling in async_check_connection to propagate OpenClawApiError. - Added clear error messages for users regarding OpenAI API settings in config flow. - Updated translations to include new error messages related to OpenAI API status.
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
"error": {
|
||||
"cannot_connect": "Cannot connect to the OpenClaw gateway. Ensure the addon is running.",
|
||||
"invalid_auth": "Invalid gateway token. Check your OpenClaw configuration.",
|
||||
"openai_api_disabled": "The gateway returned an unexpected response — the OpenAI-compatible API is likely disabled. In the OpenClaw addon settings enable 'enable_openai_api', restart the addon, and try again.",
|
||||
"unknown": "An unexpected error occurred."
|
||||
},
|
||||
"abort": {
|
||||
|
||||
Reference in New Issue
Block a user