I am trying to setup a demo of this extension for my work. I am working at home from my network with no firewall. I have my wiki installation through xampp. I have replaced localhost with wikilee.local. I have my a sub directory in the root directory where my wiki site resides. Thanks for your help!
Here is my config: MediaWiki:1.18.2 $wgScriptPath = "/LDC/DraftDC"; $wgServer = "http://wikilee.local"; # Collection require_once("$IP/extensions/Collection/Collection.php"); $wgCollectionMWServeURL = ("http://tools.pediapress.com/mw-serve/"); $wgCollectionFormats = array( 'rl' => 'PDF', ); $wgCollectionArticleNamespaces = array( NS_MAIN, NS_TALK, NS_USER, NS_USER_TALK, NS_PROJECT, NS_PROJECT_TALK, NS_MEDIAWIKI, NS_MEDIAWIKI_TALK, 500, ); ** error message ** An error occured on the render server: RuntimeError: RuntimeError: command failed with returncode 256: ['mw-zip', '-o', u'/home/pp/cache/ 32/325312dd28f72dea/collection.zip', '-m', u'/home/pp/cache/ 32/325312dd28f72dea/metabook.json', '--status', u'qserve://localhost: 14311/325312dd28f72dea:makezip', '--config', u'http://wikilee.local/ LDC/DraftDC', '--template-blacklist', u'MediaWiki:PDF Template Blacklist', '--template-exclusion-category', u'Exclude in print', '-- print-template-prefix', u'Print', '--print-template-pattern', u'$1/ Print'] Last Output: 2012-04-04T15:20:35 mwlib.options.warn >> Both -- print-template-pattern and --print-template-prefix (deprecated) specified. Using --print-template-pattern only. 1% creating nuwiki in u'/home/pp/cache/32/325312dd28f72dea/tmp8o_9qq/nuwiki' ERR: <urlopen error [Errno 4] ARES_ENOTFOUND: Domain name not found> ERR: <urlopen error [Errno 4] ARES_ENOTFOUND: Domain name not found> ERR: <urlopen error [Errno 4] ARES_ENOTFOUND: Domain name not found> ERR: <urlopen error [Errno 4] ARES_ENOTFOUND: Domain name not found> Traceback (most recent call last): File "/home/pp/local/lib/python2.7/site-packages/ gevent/greenlet.py", line 327, in run result = self._run(*self.args, **self.kwargs) File "/home/pp/local/lib/python2.7/site-packages/mwlib/ apps/make_nuwiki.py", line 120, in run self.fetch_pages_from_metabook(api) File "/home/pp/local/lib/python2.7/ site-packages/mwlib/apps/make_nuwiki.py", line 60, in fetch_pages_from_metabook fetch_images=not self.options.noimages) File "/home/pp/local/lib/python2.7/site-packages/mwlib/net/fetch.py", line 269, in __init__ siteinfo = self.get_siteinfo_for(self.api) File "/ home/pp/local/lib/python2.7/site-packages/mwlib/net/fetch.py", line 418, in get_siteinfo_for return m.get_siteinfo() File "/home/pp/local/ lib/python2.7/site-packages/mwlib/net/sapi.py", line 169, in get_siteinfo raise RuntimeError("could not get siteinfo") RuntimeError: could not get siteinfo <Greenlet at 0x1251370: <bound method start_fetcher.run of <mwlib.apps.make_nuwiki.start_fetcher object at 0x1270090>>> failed with RuntimeError removing tmpdir u'/ home/pp/cache/32/325312dd28f72dea/tmp8o_9qq' memory used: res=16.7 virt=131.0 1% error Traceback (most recent call last): File "/home/pp/ local/bin/mw-zip", line 9, in <module> load_entry_point('mwlib==0.13.3', 'console_scripts', 'mw-zip')() File "/home/pp/local/lib/python2.7/site-packages/mwlib/apps/buildzip.py", line 151, in main make_zip(output, options, env.metabook, podclient=podclient, status=status) File "/home/pp/local/lib/python2.7/ site-packages/mwlib/apps/buildzip.py", line 50, in make_zip make_nuwiki(fsdir, metabook=metabook, options=options, podclient=podclient, status=status) File "/home/pp/local/lib/python2.7/ site-packages/mwlib/apps/make_nuwiki.py", line 193, in make_nuwiki pool.join(raise_error=True) File "/home/pp/local/lib/python2.7/site- packages/gevent/pool.py", line 91, in join raise greenlet.exception RuntimeError: could not get siteinfo in function system, file ./bin/ nslave.py, line 63 in function qaddw, file /home/pp/local/lib/ python2.7/site-packages/qs/slave.py, line 66 -- 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.
