-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Validity of zimit
flags are not checked at recipe creation
#40
Comments
This is most probably a regression on Zimfarm, the farm should not accept a task with such a description. I'm checking this. |
Second part is already tracked here indeed: openzim/zimfarm#835 |
Second part tracked here now: #41 |
zimit
flags are not checked at recipe creation
First part of this issue has been fixed and deployed upstream But it looks like it is not really nicely handled in zimit UI, I'm looking into it: |
This is indeed intentional in zimit-frontend code ; I will close this issue (we cannot set description too long anymore) and open another one to discuss 500 error specifically. |
Upstream deployment reverted due to #43 |
Fixed again by deployment of openzim/zimfarm#868 |
I can put a
Description
which is (for example) longer than 80 characters. This makes the scrape process to die.UI inputs setting up ZIM metadata should be checked, ideally at user input time, to secure they match our requirements.
The text was updated successfully, but these errors were encountered: