[UI bug] files页面的“下载选中”无法正确反馈后端错误
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7k
- Forks
- 476
- Avg merge
- 15h 48m
- Merged PRs (30d)
- 3
Description
/p/:pid/files 页面的“下载选中”无法正确反馈后端错误,/p/:pid/config 的“下载全部” 也同样。
throw 大部分错误都显示 unkown,也无错误附带的信息。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the UI entry points for /p/:pid/files “Download selected” and /p/:pid/config “Download all”, then reproduce a backend failure in each flow. Trace how thrown errors are surfaced and compare the displayed result with the backend response. Done means both actions show the relevant backend error information instead of a generic “unkown” message.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100