Hi,
I have installed chicken in windows7 using mingw-msys and am able to use it
more less for my basic programming needs.
When I installed chickeadee it installed without error but then serving, it
does not return any content to the web browser; when I kill the server, I
get the response in the browser.

Turning on debugging shows the following:
$ chickadee serve -A - -D - -J - -E -
chickadee server listening on :8080
primordial: Incoming request from 127.0.0.1
primordial: Incoming request from 127.0.0.1
thread146: Handling request from 127.0.0.1
thread147: Handling request from 127.0.0.1
thread147: Error:
bad argument type - not a structure of the required type
#f
request

        Call history:

        spiffy.scm:445: call-with-current-continuation
        spiffy.scm:445: with-exception-handler
        spiffy.scm:445: ##sys#call-with-values
        spiffy.scm:445: ##sys#call-with-values
        spiffy.scm:454: call/cc
        spiffy.scm:454: intarweb#read-request
        intarweb.scm:595: safe-read-line
        intarweb.scm:140: http-line-limit
        intarweb.scm:141: http-line-limit
        intarweb.scm:141: read-line
        spiffy.scm:454: values
        spiffy.scm:459: remote-address
        spiffy.scm:462: intarweb#request-headers
        spiffy.scm:445: k647
        spiffy.scm:445: g651
        spiffy.scm:447: with-output-to-string           <--


thread147: Closing off
- 127.0.0.1 [Wed Nov 20 07:53:14 2013] "GET http://localhost:8080/HTTP/1.1"; 302
 "-" "("(Mozilla 5.0 Windows NT 6.1; WOW64)"/"((AppleWebKit 537.36 KHTML,
like G
ecko) (Chrome 31.0.1650.57 #f) (Safari 537.36 #f))")"
thread146: Kept alive
primordial: Incoming request from 127.0.0.1
thread148: Handling request from 127.0.0.1
thread148: Error:
bad argument type - not a structure of the required type
#f
request

        Call history:

        spiffy.scm:445: call-with-current-continuation
        spiffy.scm:445: with-exception-handler
        spiffy.scm:445: ##sys#call-with-values
        spiffy.scm:445: ##sys#call-with-values
        spiffy.scm:454: call/cc
        spiffy.scm:454: intarweb#read-request
        intarweb.scm:595: safe-read-line
        intarweb.scm:140: http-line-limit
        intarweb.scm:141: http-line-limit
        intarweb.scm:141: read-line
        spiffy.scm:454: values
        spiffy.scm:459: remote-address
        spiffy.scm:462: intarweb#request-headers
        spiffy.scm:445: k647
        spiffy.scm:445: g651
        spiffy.scm:447: with-output-to-string           <--


thread148: Closing off
- 127.0.0.1 [Wed Nov 20 07:53:24 2013] "GET http://localhost:8080/cdoc?path=HTT
P/1.1" 200 "-" "("(Mozilla 5.0 Windows NT 6.1; WOW64)"/"((AppleWebKit
537.36 KHT
ML, like Gecko) (Chrome 31.0.1650.57 #f) (Safari 537.36 #f))")"
thread146: Kept alive
- 127.0.0.1 [Wed Nov 20 07:53:25 2013] "GET
http://localhost:8080/cdoc/modernizr
.respond.93248.js HTTP/1.1" 200 "http://localhost:8080/chickadee/";
"("(Mozilla 5
.0 Windows NT 6.1; WOW64)"/"((AppleWebKit 537.36 KHTML, like Gecko) (Chrome
31.0
.1650.57 #f) (Safari 537.36 #f))")"



Any help please? Is this meant to work in windows?

Thanks!
Shanmu.
_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to