Am 13.10.2008 um 07:52 schrieb at: > It seems that the errors start at "FETCHING TEMPLATES", > > Then I start getting things like > > mwlib.utils.error >> <urlopen error timed out> - while fetching > > and > > mwapidb.warn >> Long request: HTTP request took 10.028341 s
What wiki are you using? It seems to be overloaded. You can try to minimize the load caused by mwlib by using the option -- no-threads (or a lower number for --num-threads) for mw-zip and mw- render. But be prepared that the ZIP file generation will take more time in this case. Note, that we're already trying to fetch some resources three times in a row because we don't want to give up too early because of failing HTTP requests. > extracting the zip gets the same result: an empty pdf, pretty much. One could argue that the program should return with an error in these cases, but sometimes we are in a situation (e.g. with broken links in articles) that *some* resources can't be fetched, but the majority of resouces can, so we do want to produce a ZIP file. In your case, where essentially nothing could be fetched, this will result in an (almost) empty ZIP file. Regards, Johannes P.S.: If this happended to you, while you tried fetching articles from the Wikipedia in the near past, see Brion Vibber's blog post http://leuksman.com/log/2008/10/12/database-borkage/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
