hunchentoot icon indicating copy to clipboard operation
hunchentoot copied to clipboard

[ERROR]] Error while processing connection: You need LispWorks 5 or higher for write timeouts.

Open packetq opened this issue 1 year ago • 3 comments

Hi,

I'm getting the following error when running: (hunchentoot:start (make-instance 'hunchentoot:easy-acceptor :port 4242))

[ERROR]] Error while processing connection: You need LispWorks 5 or higher for write timeouts.

I'm on LispWorks 7.0.0

Thanks

packetq avatar Jul 28 '24 04:07 packetq

Is it using some non-standard reader mode?

stassats avatar Jul 28 '24 04:07 stassats

Hi,

I don't think so, It's a fresh install of LispWorks. I checked the init file. There's nothing concerning there.

Thanks

packetq avatar Jul 28 '24 05:07 packetq

Hi,

I reinstalled LispWorks and ran without init file. I only installed quicklisp and loaded hunchentoot. Unfortunately, I got the same error.

Thanks

packetq avatar Jul 28 '24 05:07 packetq