Running the Web Server Example
Hi. I am getting the following error when I try the Web-continuation based calculator of web-server example from the documentation: The following Scheme exception occurred while processing the request: Unbound variable: base64#u8vector->base64-string Doesn't this example simply work in this version, or am I doing something wrong? I am using the latest on Mac OS X 10.4.6. Regards, Sakai, Kazuhiro
Afficher les réponses par date
On Fri, 16 Jun 2006, Sakai, Kazuhiro wrote:
I am getting the following error when I try the Web-continuation based calculator of web-server example from the documentation:
The following Scheme exception occurred while processing the request:
Unbound variable: base64#u8vector->base64-string
There's a small mistake in the README file. You should start the example using the following command: % gsi base64 html http web-server 8000 (ie. add 'base64' to the libraries being loaded) Guillaume
It worked! Great! Thank you. Kazuhiro On 2006/06/16, at 2:28, Guillaume Germain wrote:
On Fri, 16 Jun 2006, Sakai, Kazuhiro wrote:
I am getting the following error when I try the Web-continuation based calculator of web-server example from the documentation:
The following Scheme exception occurred while processing the request:
Unbound variable: base64#u8vector->base64-string
There's a small mistake in the README file. You should start the example using the following command:
% gsi base64 html http web-server 8000
(ie. add 'base64' to the libraries being loaded)
Guillaume
participants (2)
-
Guillaume Germain -
Sakai, Kazuhiro