Skip to content

Instantly share code, notes, and snippets.

@vasil
Created January 11, 2011 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vasil/774352 to your computer and use it in GitHub Desktop.
Save vasil/774352 to your computer and use it in GitHub Desktop.
MOD_PYTHON ERROR
ProcessId: 28841
Interpreter: 'time.mk'
ServerName: 'time.mk'
DocumentRoot: '/home/mkrobot/www/www.time.mk/'
URI: '/www.time.mk/index.psp'
Location: None
Directory: '/home/mkrobot/www/'
Filename: '/home/mkrobot/www/www.time.mk/index.psp'
PathInfo: None
Phase: 'PythonHandler'
Handler: 'mod_python.psp'
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/mod_python/importer.py", line 1538, in HandlerDispatch
default=default_handler, arg=req, silent=hlist.silent)
File "/usr/lib/python2.6/dist-packages/mod_python/importer.py", line 1230, in _process_target
result = _execute_target(config, req, object, arg)
File "/usr/lib/python2.6/dist-packages/mod_python/importer.py", line 1129, in _execute_target
result = object(arg)
File "/usr/lib/python2.6/dist-packages/mod_python/psp.py", line 337, in handler
p.run()
File "/usr/lib/python2.6/dist-packages/mod_python/psp.py", line 243, in run
exec code in global_scope
File "/home/mkrobot/www/www.time.mk/index.psp", line 40, in <module>
HTML = showPage(root + '/', site, req, form)
File "/home/mkrobot/www/borg/news2.0/mod_web.py", line 39, in showPage
return showTopic(topic, dir, cache, strings, topics, ads)
File "/home/mkrobot/www/borg/news2.0/mod_web.py", line 105, in showTopic
return readCompress(cache, topic)
File "/home/mkrobot/www/borg/news2.0/mod_util.py", line 28, in readCompress
return cPickle.loads(zlib.decompress(D[id]))
File "/usr/lib/python2.6/bsddb/__init__.py", line 267, in __getitem__
return _DeadlockWrap(lambda: self.db[key]) # self.db[key]
File "/usr/lib/python2.6/bsddb/dbutils.py", line 68, in DeadlockWrap
return function(*_args, **_kwargs)
File "/usr/lib/python2.6/bsddb/__init__.py", line 267, in <lambda>
return _DeadlockWrap(lambda: self.db[key]) # self.db[key]
KeyError: 'RSS.vesti'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment