Hi,
I installed hoster from pypi site. It says "This is TiddlyWeb 1.0.3".
Seems to work. But if I want to logout I get:
Traceback (most recent call last):
File "/home/tweb/.venvs/tweb/lib/python2.5/site-packages/tiddlyweb/
web/http.py", line 112, in __call__
return self.application(environ, start_response)
File "/home/tweb/.venvs/tweb/lib/python2.5/site-packages/tiddlyweb/
web/wsgi.py", line 232, in __call__
output = self.application(environ, start_response)
File "/home/tweb/.venvs/tweb/lib/python2.5/site-packages/
tiddlywebplugins/hoster/presenter.py", line 12, in __call__
output = self.application(environ, start_response)
File "/home/tweb/.venvs/tweb/lib/python2.5/site-packages/tiddlyweb/
web/serve.py", line 113, in __call__
return self.application(environ, start_response)
File "/home/tweb/.venvs/tweb/lib/python2.5/site-packages/tiddlyweb/
web/serve.py", line 98, in __call__
return self.application(environ, start_response)
File "/home/tweb/.venvs/tweb/lib/python2.5/site-packages/tiddlyweb/
web/query.py", line 31, in __call__
return self.application(environ, start_response)
File "/home/tweb/.venvs/tweb/lib/python2.5/site-packages/tiddlyweb/
web/wsgi.py", line 192, in __call__
return self.application(environ, start_response)
File "/home/tweb/.venvs/tweb/lib/python2.5/site-packages/tiddlyweb/
web/extractor.py", line 21, in __call__
candidate_userinfo = _try_extractors(environ, start_response)
File "/home/tweb/.venvs/tweb/lib/python2.5/site-packages/tiddlyweb/
web/extractor.py", line 48, in _try_extractors
extracted_user = extractor.extract(environ, start_response)
File "/home/tweb/.venvs/tweb/lib/python2.5/site-packages/tiddlyweb/
web/extractors/simple_cookie.py", line 34, in extract
usersign, cookie_secret = cookie_value.rsplit(':', 1)
ValueError: need more than 1 value to unpack
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" 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/tiddlywikidev?hl=en.