Skip to content

fix(gh-copilot): throwing on parsing for a 204 response#8825

Open
ReeceXW wants to merge 2 commits intoapache:mainfrom
ReeceXW:fix/user-metrics-204
Open

fix(gh-copilot): throwing on parsing for a 204 response#8825
ReeceXW wants to merge 2 commits intoapache:mainfrom
ReeceXW:fix/user-metrics-204

Conversation

@ReeceXW
Copy link
Copy Markdown
Contributor

@ReeceXW ReeceXW commented Apr 8, 2026

Summary

It's possible the user metrics endpoint can return a 204 No Content, but we are only ignoring a 404. This leads to trying to parse a response that isn't valid and collection stops.

I've added the exclusion and some more logging

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Apr 8, 2026
@dosubot dosubot bot added component/plugins This issue or PR relates to plugins pr-type/bug-fix This PR fixes a bug labels Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component/plugins This issue or PR relates to plugins pr-type/bug-fix This PR fixes a bug size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant