-
Notifications
You must be signed in to change notification settings - Fork 146
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
Addon Validation Error: value equal null #2834
Comments
This issue has been automatically marked as stale because it has not had recent activity. If you think this bug should stay open, please comment on the issue with further details. Thank you for your contributions. |
Still reproduced with latest
|
This issue has been automatically marked as stale because it has not had recent activity. If you think this bug should stay open, please comment on the issue with further details. Thank you for your contributions. |
Should null be accepted ?
Edit: my bad "split" isn't supported in firefox 😭 |
@Rob--W what do you think we should do here? According to the comment above, |
@willdurand I just tried to reproduce this locally and I got a nicer validation result with incognito set to null:
This validation result seems nice enough and so if the original error can't be reproduced anymore I would keep this behavior. |
@rpl That warning looks good enough to me. |
Information
Tried to upload fennec version for android:
ipfs_companion_beta_aeecbb5_-2.8.4.824_fennec.zip
Got error without any explanation:
Bug?
I think it is because of
"incognito": null
inmanifest.json
. Addon loads fine into Firefox, howeveraddons-linter
does not supportnull
keys and returns an error:Solution?
I think
null
values should be allowed, it is a valid JSON.The text was updated successfully, but these errors were encountered: