-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Unable to submit to Edge: "error: The uploaded package consists of a compressed file." #21
Comments
This is a very serious issue, there is some kind of flaw in edge's review system and after 3 weeks of submitting v1.3.1 to edge I still haven't gotten any response, so I sent an email to [email protected] asking about it and I got a response from them yesterday:
This is really bad news, but there's more. First of all, edge can't submit new packages while there are expansion packages in review, so I have to "cancel the submission" first, which is not instant, and it seems like I'll have to wait for a few days for that, and even then there's no guarantee that resubmission will go smoothly after that. Worst of all, the Chrome Web Store doesn't accept extension zips that contain more than 10MB of individual files when unzipped, and Furigana Maker is going to break that limit with this issue, which will make the extension packs incompatible with edge and chrome, and maintenance costs will go way up. Between the above poor state of affairs, if Microsoft can't make a change to get this back on track, I'll probably stop maintaining the edge version. |
After 2+ months of email communication with Microsoft Edge Addons support, still nothing has changed .... I'm disappointed and no longer interested in maintaining the Edge version of this extension, however due to their strange bugs I can't even Unpublish them now, in fact I can't do anything! Edge is the worst platform for distributing browser extensions, extremely long review times, laggy Partner site, poor support. This Issue may never be resolved as it's not up to me, it's up to Edge. |
Has been unpublished from edge addons! |
I found a solution to this bug... It's stupid. |
Describe the bug
Submissions could be submitted normally before January 15, 2024, but now Edge review has suddenly added the requirement that uploaded zip files are not allowed to contain compressed files.
The third-party library kuromoji.js used by this extension relies on some local
*.dat.gz
files. The gz files are compressed files, which prevents the extension from being submitted to Edge.Reproduction
Unnecessary.
Expected behavior
Add a fork of kuromoji.js to upload to NPM and reference it in this project so that it accepts
*.dat
files instead of*.dat.gz
files.Browser
Chrome
System Info
No response
Additional context
Link to microsoft/MicrosoftEdge-Extensions#135
Validations
The text was updated successfully, but these errors were encountered: