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

文件上传接口上传小图片会提示超时 #104

Closed
ChenJinchuang opened this issue Dec 7, 2020 · 7 comments
Closed

文件上传接口上传小图片会提示超时 #104

ChenJinchuang opened this issue Dec 7, 2020 · 7 comments

Comments

@ChenJinchuang
Copy link

ChenJinchuang commented Dec 7, 2020

描述 bug
调用文件上传接口的图片小于一定大小的话,会报接口超时。

  • 你是如何操作的?
    使用lin-cms-vue的图片上传组件示例组件上传一张20多k的图片和111k的图片
  • 发生了什么?
    20多K的图片会提示接口超时,111k的正常,可重复复现
  • 你觉得应该出现什么?
    都提示上传成功

你使用哪个版本出现该问题?
lin-cms-vue/master
lin-cms-koa/master

如何再现

使用lin-cms-vue的图片上传组件示例组件上传一张大于等于80k的图片会提示成功;上传一张小于等于40k的会提示接口超时。其余大小自行观察。

@OtOliu
Copy link

OtOliu commented Dec 10, 2020

图片上传,图片大小为13.4k上传提示请求超时
image
图片大小为166k上传成功

@ChenJinchuang
Copy link
Author

图片上传,图片大小为13.4k上传提示请求超时
image
图片大小为166k上传成功

破案了,Node.js版本问题。尝试切换Node 12 版本

@whwnow
Copy link

whwnow commented Jan 12, 2021

同样遇到这个问题,我现在的node版本是 14.15.1,下面是上传报错的图片。
必须降级到 12 才能解决么?现在官网都没 12 的下载地址了……
20210111

@ChenJinchuang
Copy link
Author

同样遇到这个问题,我现在的node版本是 14.15.1,下面是上传报错的图片。
必须降级到 12 才能解决么?现在官网都没 12 的下载地址了……
20210111

阿里云有代理镜像,啥版本都有。或者装一个 nvm

@smileShirmy
Copy link
Member

升级 lin-mizar 版本可以解决这个问题,项目根目录下执行 npm install [email protected]

@shuax
Copy link

shuax commented Apr 26, 2022

0.3.9依然有这个问题,修改用户头像。

@shuax
Copy link

shuax commented Apr 26, 2022

m4nuC/async-busboy#49
按照这个改,可以用了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants