You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by Boby <in...@weble.ch> on 2020/08/17 15:46:19 UTC

Wrong number of arguments

Hi there !

I just updated guacamole 1.0.0 to 1.2.0 from source file.

I only use one plugin: guacamole-auth-json-1.0.0

When a client connects here is the message I get:

[14437]: INFO:        Creating new client for protocol "ssh"
[14437]: INFO:        Connection ID is
"$7d66917c-71e1-465b-a258-7f62cfeffbcd"
[14851]: ERROR:       Wrong number of arguments
[14851]: ERROR:    Unable to load client plugin
[14437]: INFO:        Connection "$7d66917c-71e1-465b-a258-7f62cfeffbcd"
removed.

(before the upgrade everything was working fine).

According to you, the problem comes from guacamole-auth-json-1.0.0?

Thanks



--
Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@guacamole.apache.org
For additional commands, e-mail: user-help@guacamole.apache.org


Re: Wrong number of arguments

Posted by Nick Couchman <vn...@apache.org>.
On Mon, Aug 17, 2020 at 12:02 PM Boby <in...@weble.ch> wrote:

> Hi there !
>
> I just updated guacamole 1.0.0 to 1.2.0 from source file.
>
> I only use one plugin: guacamole-auth-json-1.0.0
>
> When a client connects here is the message I get:
>
> [14437]: INFO:        Creating new client for protocol "ssh"
> [14437]: INFO:        Connection ID is
> "$7d66917c-71e1-465b-a258-7f62cfeffbcd"
> [14851]: ERROR:       Wrong number of arguments
> [14851]: ERROR:    Unable to load client plugin
> [14437]: INFO:        Connection "$7d66917c-71e1-465b-a258-7f62cfeffbcd"
> removed.
>
> (before the upgrade everything was working fine).
>
> According to you, the problem comes from guacamole-auth-json-1.0.0?
>
>
Did you upgrade guacamole-server (guacd) at the same time?  Some changes in
the code for both guacd and guacamole-client in version 1.1.0 should allow
the versions to interoperate correctly, but you might make sure guacd is
also updated and see if that helps.

-Nick