Hello list,
I've the following condition
end of file on #<FLEXI-STREAMS::FLEXI-LATIN-1-IO-STREAM {10050A5171}> [Condition of type END-OF-FILE]
while trying to do
(drakma:http-request "http://www.bluishcoder.co.nz/atom.xml")
Below is the relevant backtrace part:
0: (READ-CHAR #<FLEXI-STREAMS::FLEXI-LATIN-1-IO-STREAM {10050A5171}> T NIL #<unused argument>) 1: (CHUNGA:READ-LINE* #FLEXI-STREAMS::FLEXI-LATIN-1-IO-STREAM {10050A5171} NIL) 2: (DRAKMA::READ-STATUS-LINE #<FLEXI-STREAMS::FLEXI-LATIN-1-IO-STREAM {10050A5171}> NIL) 3: ((LABELS DRAKMA::FINISH-REQUEST) NIL NIL) 4: (DRAKMA:HTTP-REQUEST "http://www.bluishcoder.co.nz/atom.xml")
I can access that URI without any problems using my browser. I'm slightly confused what's going on - could somebody please provide any comments?
I'm using DRAKMA v. 0.11.1 and SBCL 1.0.13 on x86-64 linux (Ubuntu 7.10).
Best Regards, Victor.