tamamu / cl-exercise

Online Common Lisp Learning System
MIT License
3 stars 0 forks source link

cannot start on Mac OS #4

Closed t-cool closed 6 years ago

t-cool commented 6 years ago

Hunchentoot server is started. Listening on localhost:5000.

S(CLACK.HANDLER::HANDLER

:SERVER :HUNCHENTOOT :ACCEPTOR #<SB-THREAD:THREAD "clack-handler-hunchentoot" RUNNING {1003A05503}>)

debugger invoked on a SB-KERNEL::ARG-COUNT-ERROR in thread

<THREAD "hunchentoot-worker-127.0.0.1:58287" RUNNING {10044CCCD3}>:

error while parsing arguments to DESTRUCTURING-BIND: too few elements in () to satisfy lambda list (CLACK.HANDLER.HUNCHENTOOT::STATUS CLACK.HANDLER.HUNCHENTOOT::HEADERS &OPTIONAL (CLACK.HANDLER.HUNCHENTOOT::BODY)): between 2 and 3 expected, but got 0

tamamu commented 6 years ago

I added fukamachi/proc-parse to dependencies and installation, so it may solve this problem.