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

ファイルアップロード (drive/files/create) がタイムアウトする? #9489

Open
tamaina opened this issue Jan 7, 2023 · 7 comments
Labels
⚠️bug? This might be a bug

Comments

@tamaina
Copy link
Member

tamaina commented Jan 7, 2023

await pump(multipartData.file, fs.createWriteStream(path));

ここがダメ(resolveしてくれなくなる)らしい??
何かがトリガーになると以降はもうファイルのアップロードができなくなる感じがある?

Misskey: v13.0.0-beta.27
Browser: Firefox 108.0.2, Chrome 108.0.5359.124(Official Build) (arm64), Safari 16.2 (18614.3.7.1.5) on macOS Ventura

@tamaina tamaina added the ⚠️bug? This might be a bug label Jan 7, 2023
@tamaina
Copy link
Member Author

tamaina commented Jan 7, 2023

WebのStreamは絡んでこないので nodejs/node#45026 は関係ないよなぁ

@tamaina
Copy link
Member Author

tamaina commented Jan 9, 2023

なんか直ったんだが

@tamaina
Copy link
Member Author

tamaina commented Jan 9, 2023

#9497

これのせいか…?

@tamaina
Copy link
Member Author

tamaina commented Jan 9, 2023

またぶり返した

@tamaina
Copy link
Member Author

tamaina commented Jan 10, 2023

また直った

@tamaina
Copy link
Member Author

tamaina commented Jan 10, 2023

デバッグ用のTransformを差し込むとなぜか治るので、PassThroughを差し込んで対処するか

@tamaina
Copy link
Member Author

tamaina commented Jan 12, 2023

PassThroughでもアップロードできなくなった

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️bug? This might be a bug
Projects
None yet
Development

No branches or pull requests

1 participant