[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.lisp

Drakma sends bad requests from buildapp

ktomov

11/26/2015 8:33:00 PM

Hi,

I'm getting errors like 400 and 403 when requesting (any) pages with
Drakma. It's a one line app doing what curl does. The problem occurs
from a `buildapp' executable, but not from Slime. Using SBCL.

../buildapp --output lisp-curl --asdf-tree ~/quicklisp/ --load-system drakma --eval '(defun main (args) (setf drakma:*header-stream* *standard-output*) (write-string (drakma:http-request (second args))))' --entry main

Any help will be appreciated.