Hello,
I am using a django app to create my own guacamole web application, and using
websockets and the library pyguacamole for that. In my javascript side, I am
trying to get the guacamole client display "Guacamole.Client.getDisplay()" but
the values in it are the values by default. I don't understand why is that
happening although I can see that the instructions sent by guacd are received
by my web application, as well as there is a ping sent to the guacd. In the
logs of guacd I have user not responding.