Jeff <[email protected]> writes: > For the last 2 weeks I have received the following error when > attempting to render wiki pages: > > An error occured on the render server: RuntimeError: RuntimeError: > command failed: ['mw-zip', '-o', u'cache/01/01c0ca9f831b178d/ > collection.zip', '-m', u'cache/01/01c0ca9f831b178d/metabook.json', '-- > status', u'qserve://localhost:14311/01c0ca9f831b178d:makezip', '-- > config', u'http://wiki.prometheusgroup.us', '--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', '--username', u'PDF', '--password', > u'pass'] in function system, file sandbox/nslave.py, line 34 in > function qaddw, file /home/tools/local/lib/python2.6/site-packages/ > mwlib-0.12.13-py2.6-linux-x86_64.egg/mwlib/async/slave.py, line 64 > > I have been running this extension for about a year now with only the > occasional problem when the server is down, but never for this long. > Thanks your your help!
We fixed login issues just yesterday. But it looks like that's not the problem: ,---- | [py26] [git:master] ~/code/ % curl -v http://wiki.prometheusgroup.us/api.php/ | * About to connect() to wiki.prometheusgroup.us port 80 (#0) | * Trying 74.208.34.224... connected | * Connected to wiki.prometheusgroup.us (74.208.34.224) port 80 (#0) | > GET /api.php/ HTTP/1.1 | > User-Agent: curl/7.21.0 (x86_64-unknown-linux-gnu) libcurl/7.21.0 OpenSSL/1.0.0a zlib/1.2.5 | > Host: wiki.prometheusgroup.us | > Accept: */* | > | < HTTP/1.1 403 Forbidden | < Date: Fri, 16 Jul 2010 05:04:06 GMT | < Server: Apache | < Cache-Control: private, must-revalidate, max-age=0 | < Expires: Thu, 01 Jan 1970 00:00:00 GMT | < Vary: Accept-Encoding,Cookie | < X-Powered-By: PHP/5.2.13 | < X-Vary-Options: Accept-Encoding;list-contains=gzip,Cookie;string-contains=db301344607Token;string-contains=db301344607LoggedOut;string-contains=db301344607_session | < Transfer-Encoding: chunked | < Content-Type: text/html; charset=utf-8 | < | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head><title>Forbidden</title></head><body><h1>Forbidden</h1><p>API must be accessed through the primary script entry point.</p></body></html> | * Connection #0 to host wiki.prometheusgroup.us left intact | * Closing connection #0 `---- You sent your username/password with the error messsage. -- 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.
