You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The message "WARN goose::providers::openrouter: Failed to get usage data: No usage data in response" appears and goose stops waiting for input. When this happens, sometimes "try again" or "continue" will work and goose will continue. Most times, a new session is required. And just now, even a new session gives the same error.
To Reproduce
Steps to reproduce the behavior:
Start goose and give it a development task
The message usually will appear after goose has been running/working for 30-60 min, this includes stops asking for input.
When the message appears, sometimes goose will recover and continue.
Usually when the message appears, a new session has to be started, resuming session doesn't work.
Expected behavior
The error message doesn't prevent goose from continuing and goose is able to compensate and inform user more details.
Screenshots
If applicable, add screenshots to help explain your problem.
What I mean by blocking goose is that no matter what I type, the same message repeats itself and the only way to get goose working again is to quit and start a new session. There are times it does come back, but I've had to restart the session probably close to equal or more times it came back. The complete message is WARN goose::providers::openrouter: Failed to get usage data: No usage data in response.
The quick fix for this is to open the jsonl file for the session and remove lines where the content array is empty, i.e. [] and change providers. I found that if I change providers without deleting I run into different errors per-provider.
Describe the bug
The message "WARN goose::providers::openrouter: Failed to get usage data: No usage data in response" appears and goose stops waiting for input. When this happens, sometimes "try again" or "continue" will work and goose will continue. Most times, a new session is required. And just now, even a new session gives the same error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The error message doesn't prevent goose from continuing and goose is able to compensate and inform user more details.
Screenshots
If applicable, add screenshots to help explain your problem.
Please provide following information:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: