-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Exporting crash, "peewee.OperationalError: too many SQL variables" #8
Comments
I had this problem on my computer too for large selections like you have here, but it worked on Renaud’s MacBook probably more powerful. Anyway this is a performance bug which should be resolved. |
I'm stuck on the server with the EN export at this bug. Could someone please fix it urgently? |
There is a problem/regression! Assuming we make a ZIM file with only --languages=fr then authors.js = authors_lang_fr.js = contains all authors. Both should only contain french speak authors (like before). |
In addition, by doing a full export (all books of Gutenberg)... we still have the problem:
|
Hi @kelson42 Hmm this is weird. I can't reproduce the bug with I'm investigating. |
You should be able at least to reproduce the problem with the authors list. The other one is a performance problem so related to your HW I guess. |
Just tried to run |
$ rm -rf static/ ; ./dump-gutenberg.py -l te --export ; ls -la static/authors*.js -rw-rw-r-- 1 kelson kelson 524023 Sep 26 00:51 static/authors_lang_te.jsDo you seriously believe they are for 500KB of authors in Telegu? ;) Or you get an other result? |
Yeah I chose the language telugu because there are so few books in telugu (so I don't have to download for an hour to reproduce the error):
There are only 5 books in telugu:
So the generated file has to be correct. I'll try to run the english and spanish book-downloading over the night to reproduce the exact error :) |
command:
./dump-gutenberg.py -l fr,es -f pdf,epub
log:
The text was updated successfully, but these errors were encountered: