Craft Store should raise a better exception if we get an un-decodable response from the server.
Metadata
Current evaluation
Craft Store should raise a better exception if we get an un-decodable response from the server.
Suggested action: keep open
Reason: This is a valid bug report about error handling in the Craft Store client. The issue is from 445 days ago with no comments or labels, indicating it hasn't been triaged. However, the underlying problem (UnicodeDecodeError bubbling up instead of being converted to a StoreError) is still relevant and would improve the user experience when dealing with malformed server responses. The fix would be relatively straightforward - catching UnicodeDecodeError in the HTTP client or response handling and converting it to an appropriate StoreError subclass.
Issue body
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.8-27b |
Impact:
40
Quick Win:
28.0
Staleness:
85
Complexity:
30
Confidence:
75
Support Request:
0
|
keep open | Craft Store should raise a better exception if we get an un-decodable response from the server. | |
| qwen/qwen3.6-35b-a3b |
Staleness:
90
Complexity:
20
Confidence:
70
Support Request:
5
|
needs triage | Unhandled UnicodeDecodeError from store responses should be caught and converted to a StoreError. Open for over a year with no maintainer response, labels, or comments. | |
| qwen3.6-35b-a3b-mtp-q6 |
Staleness:
85
Complexity:
15
Confidence:
80
Support Request:
10
|
needs triage | Replaces raw UnicodeDecodeError with a proper StoreError when Craft Store returns un-decodable responses. Currently untriaged and inactive for over a year. | |
| qwen3.6-35b-a3b-mtp-q6 |
Staleness:
90
Complexity:
10
Confidence:
80
Support Request:
0
|
needs triage | Replace raw UnicodeDecodeError with a proper StoreError when the Craft Store returns un-decodable data. Open, inactive for over a year, with no comments. Needs triage and assignment to implement proper error handling. |
Update history
No update history recorded yet.
Related issues
No related issues found above the similarity threshold.