Peter2121/noogest

Cannot just start Web interface

Closed this issue · 1 comments

% ./noogest web
Starting Web interface...
INFO Jester is making jokes at http://0.0.0.0:5000
Starting 4 threads
Listening on port 5000
Traceback (most recent call last)
/usr/home/peter/.nimble/pkgs/httpbeast-0.2.2/httpbeast.nim(287) eventLoop
/usr/home/peter/.nimble/pkgs/httpbeast-0.2.2/httpbeast.nim(219) processEvents
/usr/home/peter/.nimble/pkgs/jester-0.4.3/jester.nim(485) :anonymous
/usr/home/peter/.nimble/pkgs/jester-0.4.3/jester.nim(386) handleRequest
/usr/local/lib/pure/asyncmacro.nim(313) dispatch
/usr/local/lib/pure/asyncmacro.nim(34) dispatchNimAsyncContinue
/usr/home/peter/.nimble/pkgs/jester-0.4.3/jester.nim(285) dispatchIter
/usr/local/lib/pure/asyncmacro.nim(313) match
/usr/local/lib/pure/asyncmacro.nim(34) matchNimAsyncContinue
/usr/home/peter/Programming/noogest/noogest.nim(686) matchIter
/usr/local/lib/system/channels.nim(236) send
/usr/local/lib/system/channels.nim(228) sendImpl
/usr/local/lib/system/channels.nim(200) rawSend
/usr/local/lib/system/channels.nim(178) storeAux
SIGSEGV: Illegal storage access. (Attempt to read from nil?)

% ./noogest service - OK

Fixed by 1bfc7b8