Hi,
I start the web-server example with the command:
gsi html http web-server 8000
after that, web continuation example gives error:
The following Scheme exception occurred while processing the request: Unbound variable: base64#u8vector->base64-string
I think it should be started with a command like this:
gsi base64 html http web-server 8000
The README file in web-server example needs to be updated.
Best Regards,
Afficher les réponses par date
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 8-Oct-06, at 7:25 AM, Aycan iRiCAN wrote:
Hi,
I start the web-server example with the command:
gsi html http web-server 8000
after that, web continuation example gives error:
The following Scheme exception occurred while processing the request: Unbound variable: base64#u8vector->base64-string
I think it should be started with a command like this:
gsi base64 html http web-server 8000
The README file in web-server example needs to be updated.
You are correct. Thanks for the bug fix!
Marc