web-continuation, Unbound variable: base64#u8vector->base64-string
Hello, if I start the web server example (gsi html http web-server 8000) and browse to <http://localhost:8000/web-continuation>, I get: | <html> | <head> | <title>Scheme exception</title> | </head> | <body> | <p>The following Scheme exception occurred while processing the request:</p> | <pre>Unbound variable: base64#u8vector->base64-string | </pre> | </body> | </html> OS ist Ubuntu 6.06: $ uname -a Linux faun 2.6.15-23-amd64-k8 #1 SMP PREEMPT Tue May 23 13:51:32 UTC 2006 x86_64 GNU/Linux Regards Thomas
Afficher les réponses par date
On 02 Nov 2006 13:26:38 +0100, Thomas Hafner <thomas@hafner.nl.eu.org> wrote:
Hello,
if I start the web server example (gsi html http web-server 8000) [...]
The correct invocation is: % gsi base64 html http web-server 8000 It was reported before, but the README in examples/web-server hasn't been updated... Guillaume
participants (2)
-
Guillaume Germain -
Thomas Hafner