woo icon indicating copy to clipboard operation
woo copied to clipboard

error when visit /

Open C-Entropy opened this issue 3 years ago • 0 comments

when visit / (using with weblocks), you will see the following error from your repl:

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

C-Entropy avatar Mar 13 '21 14:03 C-Entropy