mozilla / addons

☂ Umbrella repository for Mozilla Addons ✨
Other
127 stars 41 forks source link

[Bug]: Validation is failing, but not giving a reason why #15002

Open isaacg11 opened 2 months ago

isaacg11 commented 2 months ago

What happened?

I'm trying to upload my Firefox add-on zip folder, but I'm getting an error message under General Tests that says "Validation was unable to complete successfully due to an unexpected error." However, it doesn't tell me what part of the code is failing.

Screenshot 2024-09-04 at 9 41 51 AM

manifest.json https://gist.github.com/isaacg11/617e968f33a1ed41face33564111bcc1

What did you expect to happen?

I expected a clear validation error telling me what part of the code was invalid

Is there an existing issue for this?

┆Issue is synchronized with this Jira Task

diox commented 2 months ago

Can you attach the full zip of your add-on, and tell us the approximate date & time of the last time you tried uploading it ?

isaacg11 commented 2 months ago

Sure @diox

Here is a link to the zip file, the last time I tried uploading it was 11:29AM PST today 9/4

https://drive.google.com/file/d/1UVWmTroFfyH1fn6PISBNoRHXkJSAwhQN/view?usp=sharing

diox commented 2 months ago

I suspect the problem is the huge number of files - could you submit a version that only includes the bundle, omitting node_modules etc, and submit the source code zip separately (both web-ext and developer hub allow you to do this) ? That should help.