orthecreedence / wookie

Asynchronous HTTP server in common lisp
http://wookie.lyonbros.com/
MIT License
189 stars 19 forks source link

error when visit / #91

Open C-Entropy opened 3 years ago

C-Entropy commented 3 years ago

when visit / (using demo from here), you will see the following error from your browser:

There was an error processing your request: The value
                                              NIL
                                            is not of type
                                              SIMPLE-STRING
                                            when binding STRING

for more info. It turned out because quri returns NIL when recive something like 127.0.0.1:1080. see here