padarom / guacamole-common-js

:avocado: The JavaScript Guacamole client library modified for easy installation and usage via npm
http://guac-dev.org/
Apache License 2.0
41 stars 18 forks source link

Cannot read properties of undefined (reading 'onend') #23

Open gujiwork opened 1 year ago

gujiwork commented 1 year ago

guacamole-common-js version

"guacamole-common-js": "^1.3.0",

I connected to guaca using vue3 normally, but got the following error

Uncaught TypeError: Cannot read properties of undefined (reading 'onend')
    at end (guacamole-common.js?a9c6:1324:1)
    at tunnel.oninstruction (guacamole-common.js?a9c6:1633:1)
    at socket.onmessage (guacamole-common.js?a9c6:8587:1)