Arikael / guacamole-common-js

mirror of the js part of guacamole-common
Apache License 2.0
0 stars 0 forks source link

Does Guacamole-lite + Guacamole-common-js work for you? #1

Open itamayo opened 8 months ago

itamayo commented 8 months ago

I'm testing Guacamole-lite or Guacws, and I can successfully connect, for example, via SSH. However, when I press Enter to submit the username, the service crashes. Does it work well for you? Here is the log.

2024-01-05T10:34:21.669Z [debug] : >>>G2W> 4.sync,8.13336552;### {}
2024-01-05T10:34:21.671Z [debug] : <<<W2G< 5.mouse,3.439,3.405,1.0;*** {}
2024-01-05T10:34:21.672Z [debug] : <<<W2G< 0.,4.ping,13.1704450861670;*** {}
2024-01-05T10:34:21.679Z [debug] : <<<W2G< 5.mouse,3.444,3.412,1.0;*** {}
2024-01-05T10:34:21.683Z [debug] : <<<W2G< 4.sync,8.13336552;*** {}
2024-01-05T10:34:21.687Z [debug] : <<<W2G< 5.mouse,3.447,3.415,1.0;*** {}
2024-01-05T10:34:21.695Z [debug] : <<<W2G< 5.mouse,3.449,3.419,1.0;*** {}
2024-01-05T10:34:21.703Z [debug] : <<<W2G< 5.mouse,3.450,3.423,1.0;*** {}
2024-01-05T10:34:21.711Z [debug] : <<<W2G< 5.mouse,3.450,3.424,1.0;*** {}
2024-01-05T10:34:21.720Z [debug] : <<<W2G< 5.mouse,3.452,3.427,1.0;*** {}
2024-01-05T10:34:22.487Z [debug] : <<<W2G< 3.key,5.65293,1.1;*** {}
2024-01-05T10:34:22.490Z [debug] : >>>G2W> 4.size,2.-1,1.1,1.1;3.img,1.1,2.12,2.-1,9.image/png,1.0,1.0;4.blob,1.1,116.iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAAC0lEQVQImWNgAAIAAAUAAWJVMogAAAAASUVORK5CYII=;3.end,1.1;6.cursor,1.0,1.0,2.-1,1.0,1.0,1.1,1.1;### {}
2024-01-05T10:34:22.491Z [debug] : <<<W2G< 0.,4.ping,13.1704450862491;*** {}
2024-01-05T10:34:22.492Z [debug] : >>>G2W> 5.error,18.Aborted. See logs.,3.519;### {}
2024-01-05T10:34:22.493Z [debug] : <<<W2G< 3.ack,1.1,2.OK,1.0;*** {}
2024-01-05T10:34:22.494Z [debug] : >>>G2W> 10.disconnect;### {}
2024-01-05T10:34:22.517Z [verbose] : Closing guacd connection {}
2024-01-05T10:34:22.522Z [verbose] : Client connection closed {}

GUACD

guacd[1]: INFO: Creating new client for protocol "ssh"
guacd[1]: INFO: Connection ID is "$3425260e-d932-40e8-8e16-5de6133df29f"
guacd[895]: INFO:   User "@c9fe717b-b5e5-4609-9ea9-e71b3883f632" joined connection "$3425260e-d932-40e8-8e16-5de6133df29f" (1 users now present)
guacd[895]: ERROR:  Unable to connect to any addresses.
guacd[895]: INFO:   User "@c9fe717b-b5e5-4609-9ea9-e71b3883f632" disconnected (0 users remain)
guacd[895]: INFO:   Last user of connection "$3425260e-d932-40e8-8e16-5de6133df29f" disconnected
guacd[1]: INFO: Connection "$3425260e-d932-40e8-8e16-5de6133df29f" removed.
Arikael commented 7 months ago

Does it work with the original guacamole js client? Because all my package is doing, is packaging it as comonjs and module

Unfortunately I don't know Guacws