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

[Feature] 优化错误显示 #3980

Open
Anivie opened this issue Feb 3, 2024 · 1 comment
Open

[Feature] 优化错误显示 #3980

Anivie opened this issue Feb 3, 2024 · 1 comment
Labels
backlog planned planned feature, will support in the future

Comments

@Anivie
Copy link
Contributor

Anivie commented Feb 3, 2024

为了提高交流效率,我们设立了官方 QQ 群和 QQ 频道,如果你在使用或者搭建过程中遇到了任何问题,请先第一时间加群或者频道咨询解决,除非是可以稳定复现的 Bug 或者较为有创意的功能建议,否则请不要随意往 Issue 区发送低质无意义帖子。

点击加入官方群聊

这个功能与现有的问题有关吗?
尝试优化错误提示

你想要什么功能或者有什么建议?
目前发生错误后唯一的提示只有一个json:

{
  "error": true,
  "message": "Failed to fetch"
}

json中提供的错误信息参考价值较低,非常多的原因都会导致 "Failed to fetch",现在只能自己重新编译带DevTools的版本才能看到具体错误消息
image

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Title: [Feature] Optimize error display

In order to improve communication efficiency, we have set up an official QQ group and QQ channel. If you encounter any problems during use or construction, please join the group or channel for consultation as soon as possible, unless it is a bug that can be stably reproduced or More creative feature suggestions, otherwise please do not send low-quality and meaningless posts to the Issue area.

Click to join the official group chat

**Is this feature related to an existing issue? **
Try to optimize the error message

**What features do you want or have any suggestions? **
Currently, the only prompt after an error occurs is a json:

{
  "error": true,
  "message": "Failed to fetch"
}

The error information provided in json has low reference value. Many reasons can cause "Failed to fetch". Now you can only see the specific error message by recompiling the version with DevTools yourself.
image

@fred-bf fred-bf added planned planned feature, will support in the future backlog labels Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog planned planned feature, will support in the future
Projects
Status: No status
Development

No branches or pull requests

3 participants