-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
エクスポートしたカスタム絵文字のzipが大きいと読み込めない #10778
Labels
packages/backend
Server side specific issue/PR
❓needs more investigation
A bug whose causes are unknown
Comments
原因の切り分けができないので、可能であれば読み込めないデータを添付ください |
メモNode.js の挙動が怪しい
|
とりあえずワークアラウンドとしては Node.js v18.15.0 (v18.16.0 ではない) で起動していると回避できそう |
問題が起きたのはv19.9.0、v18.16.0なので図星かもしれない |
acid-chicken
added
❓needs more investigation
A bug whose causes are unknown
and removed
⚠️bug?
This might be a bug
labels
May 6, 2023
ストリームの頭が切れるみたいな挙動になるっぽい |
5 tasks
参考: ZJONSSON/node-unzipper#271 |
どうなりました? |
#10780 出したけど、当時絵文字のバルクインポート自体がライセンスの観点で問題視されていて誰もレビューする気がなかったので、それから壊れたままの状態を意図的に維持されてしまっている状況 |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
packages/backend
Server side specific issue/PR
❓needs more investigation
A bug whose causes are unknown
💡 Summary
絵文字をエクスポートした際、zipファイルのサイズが大きいと、インポート時の解凍で何らかの理由で読み込めない、または壊れたファイルを読み込むような挙動をする。
🥰 Expected Behavior
正常にインポートできる
🤬 Actual Behavior
meta.jsonが正しいJSONとして読み込まれずに、インポートが失敗してしまう。
パターン1
パターン2
📝 Steps to Reproduce
Memo
別なサーバーそれぞれ2つ (v13.10.3、v13.12.0-beta.3)からエクスポートしたzipを試したが両方ダメだった。
両方とも10MBを超えている。
一方で、1MB未満のzipでは正常にインポートできた。
なお、正常にインポートできたzipも、できなかったzipもunzipコマンドやファイルマネージャーで解凍可能。
meta.jsonも破損しておらず、読み込むことが可能。
📌 Environment
Misskey version: 13.12.0-beta.3
Node.js version: v19.9.0
Your OS: macOS Ventura 13.3.1(a)
Your browser: Chrome 112.0.5615.137 (Official Build) (arm64)
The text was updated successfully, but these errors were encountered: