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

[Bug] Getting Error while uploading file "Unexpected end of form at Multipart._final" #49

Closed
MissNanLan opened this issue Jan 29, 2023 · 1 comment · Fixed by #31
Closed

Comments

@MissNanLan
Copy link

  • 问题描述:busboy 抛出 "Unexpected end of form at Multipart._final" 错误, 我看了下依赖关系 egg-muitipart ->co-busboy->busboy,点击issue,根据作者回应

image

  • 解决办法: 只要将req.pipe 换成 bb.end 即可

  • 报错截图:
    image

@fengmk2
Copy link
Member

fengmk2 commented May 6, 2023

#31

@fengmk2 fengmk2 linked a pull request May 6, 2023 that will close this issue
fengmk2 added a commit that referenced this issue May 6, 2023
fengmk2 added a commit that referenced this issue May 6, 2023
closes #49

---------

Co-authored-by: fengmk2 <fengmk2@gmail.com>
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

Successfully merging a pull request may close this issue.

2 participants