Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 bug: claude error #257

Open
baek-sang opened this issue Oct 22, 2024 · 1 comment
Open

🐛 bug: claude error #257

baek-sang opened this issue Oct 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@baek-sang
Copy link

Description

Mattermost Version: 10.0.0

{
  "caller": "app/plugin_api.go:1011",
  "error": "non 200 response from anthropic: 404 Not Found\nBody:\n{\"type\":\"error\",\"error\":{\"type\":\"not_found_error\",\"message\":\"model: claude-3-5-sonnet-20241022 \"}}",
  "level": "error",
  "msg": "Streaming result to post failed partway",
  "plugin_id": "mattermost-ai",
  "timestamp": "2024-10-22  Z"
}
{
  "caller": "app/plugin_api.go:1011",
  "error": "failed to get title: failed to send query to anthropic: non 200 response from anthropic: 404 Not Found\nBody:\n{\"type\":\"error\",\"error\":{\"type\":\"not_found_error\",\"message\":\"model: claude-3-5-sonnet-20241022 \"}}",
  "level": "error",
  "msg": "Failed to generate title",
  "plugin_id": "mattermost-ai",
  "timestamp": "2024-10-22 Z"
}

Steps to reproduce

  1. send message to claude bot
  2. response: Sorry! An error occurred while accessing the LLM. See server logs for details.
@baek-sang baek-sang added the bug Something isn't working label Oct 22, 2024
@crspeller
Copy link
Member

@baek-sang This seems to work for me.
{\"type\":\"not_found_error\",\"message\":\"model: claude-3-5-sonnet-20241022 \"}} is the error from Anthropic, you might not have had access to that model when you tried. Are you still having this issue?

If you are, are you running the latest version of the plugin? There have been fixes for Anthropic API errors in previous versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants