rejectedsoftware / vibenews

Combined web forum and NNTP server implementation for stand-alone newsgroups
GNU Affero General Public License v3.0
44 stars 3 forks source link

Cannot log in #6

Closed simendsjo closed 11 years ago

simendsjo commented 11 years ago
500 - Internal Server Error

Internal Server Error

Internal error information:
core.exception.AssertError@/opt/vibe/source/vibe/http/server.d(770): Try to start a session, but already started one.
----------------
./vibenews(_d_assert_msg+0x45) [0x732cbd]
./vibenews(vibe.http.session.Session vibe.http.server.HttpServerResponse.startSession(immutable(char)[], bool)+0xff) [0x67d767]
./vibenews(void userman.web.UserManWebInterface.login(vibe.http.server.HttpServerRequest, vibe.http.server.HttpServerResponse)+0x23d) [0x5fddd9]
./vibenews(void vibe.http.router.UrlRouter.handleRequest(vibe.http.server.HttpServerRequest, vibe.http.server.HttpServerResponse)+0x179) [0x7281b9]
./vibenews(bool vibe.http.server.handleRequest(vibe.core.stream.Stream, immutable(char)[], vibe.http.server.HTTPServerListener, ref vibe.http.server.HttpServerSettings, ref bool)+0x173c) [0x680d00]
./vibenews(void vibe.http.server.handleHttpConnection(vibe.core.net.TcpConnection, vibe.http.server.HTTPServerListener)+0x1f9) [0x67f4c9]
./vibenews(void vibe.http.server.listenHttpPlain(vibe.http.server.HttpServerSettings, void delegate(vibe.http.server.HttpServerRequest, vibe.http.server.HttpServerResponse)).void doListen(vibe.http.server.HttpServerSettings, vibe.http.server.HTTPServerListener, immutable(char)[]).void __lambda62(vibe.core.net.TcpConnection)+0x36) [0x67c046]
./vibenews(extern (C) nothrow void vibe.core.drivers.libevent2_tcp.onConnect(int, short, void*).void ClientTask.execute()+0x2b3) [0x67a5ef]
./vibenews(void vibe.core.core.CoreTask.run()+0xee) [0x718e5a]
./vibenews(void core.thread.Fiber.run()+0x2a) [0x76186a]
./vibenews(fiber_entryPoint+0x61) [0x76177d]
[(nil)]
magicl commented 11 years ago

I got the same issue when trying to log in whlie I was writing an entry to the forum..

500 - Internal Server Error

Internal Server Error

Internal error information:

core.exception.AssertError@../../../opt/vibe/source/vibe/http/server.d(810): Try to start a session, but already started one.

./vibenews(_d_assert_msg+0x45) [0x75cc5d] ./vibenews(vibe.http.session.Session vibe.http.server.HTTPServerResponse.startSession(immutable(char)[], bool)+0xff) [0x5f08b7] ./vibenews(void userman.web.UserManWebInterface.login(vibe.http.server.HTTPServerRequest, vibe.http.server.HTTPServerResponse)+0x23d) [0x750c8d] ./vibenews(void vibe.http.router.URLRouter.handleRequest(vibe.http.server.HTTPServerRequest, vibe.http.server.HTTPServerResponse)+0x179) [0x5fdd71] ./vibenews(bool vibe.http.server.handleRequest(vibe.core.stream.Stream, immutable(char)[], vibe.http.server.HTTPServerListener, ref vibe.http.server.HTTPServerSettings, ref bool)+0x16b9) [0x5f3c99] ./vibenews(void vibe.http.server.handleHTTPConnection(vibe.core.net.TCPConnection, vibe.http.server.HTTPServerListener)+0x146) [0x5f251a] ./vibenews(void vibe.http.server.listenHTTPPlain(vibe.http.server.HTTPServerSettings, void delegate(vibe.http.server.HTTPServerRequest, vibe.http.server.HTTPServerResponse)).void doListen(vibe.http.server.HTTPServerSettings, vibe.http.server.HTTPServerListener, immutable(char)[]).void __lambda85(vibe.core.net.TCPConnection)+0x2c) [0x5eef8c] ./vibenews(extern (C) nothrow void vibe.core.drivers.libevent2_tcp.onConnect(int, short, void*).void ClientTask.execute()+0x2e2) [0x60aa4e] ./vibenews(void vibe.core.core.CoreTask.run()+0xee) [0x61486a] ./vibenews(void core.thread.Fiber.run()+0x2a) [0x785c8a] ./vibenews(fiber_entryPoint+0x61) [0x785b9d] [(nil)]

s-ludwig commented 11 years ago

Fixed in a userman commit