Replies: 18 comments 5 replies
-
|
sorry i made a typo in the websocket message
|
Beta Was this translation helpful? Give feedback.
-
|
I'm unable to reproduce this crash with either of the messages you sent. Have you modified CollabVM server at all? Are you running the latest version? Additionally, both of those messages are invalid syntax. The correct syntax is described here. |
Beta Was this translation helpful? Give feedback.
-
|
i'm running on latest collabvm server. |
Beta Was this translation helpful? Give feedback.
-
|
i rechecked with the guacamole documentation that you've attached there, and i see now that the syntax is incorrect. So i went ahead and fixed it with this new one: and it's still doesn't work. |
Beta Was this translation helpful? Give feedback.
-
|
I'm still not able to reproduce the server crash. Would you mind sending the full source to your bot so I can investigate further? |
Beta Was this translation helpful? Give feedback.
-
|
Disregard that, we've found the issue. The problem is that you're trying to log in as an admin before assigning a username, which crashes the VM (this is a low-priority bug as it only works if you know the correct admin password) The crash is fixed by 73ab61f, as any login attempts will now be ignored. To properly log in to the VM, you need to first send a 7.rename instruction. |
Beta Was this translation helpful? Give feedback.
-
|
sorry i'm kinda confused rn with the "7.rename" instruction thing |
Beta Was this translation helpful? Give feedback.
-
|
sorry just to make it clear, the bot did joined with assigned username |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
we've tried to use 7.rename but the bot doesnt show up we used 6.rename instead and the bot showed up now we just arent able to login as admin |
Beta Was this translation helpful? Give feedback.
-
|
we already have that in our code, but the problem is we can't still log in to admin |
Beta Was this translation helpful? Give feedback.
-
|
We've already added the encoded functions. Also our bot's cant login to Admin. |
Beta Was this translation helpful? Give feedback.
-
|
do you guys need my full cvm code so you guys can get into futher more investigation? |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
|
okay so what's next?
|
Beta Was this translation helpful? Give feedback.
-
|
The bot works thank you! |
Beta Was this translation helpful? Give feedback.
-
|
Thank you so much for helping us! |
Beta Was this translation helpful? Give feedback.





Uh oh!
There was an error while loading. Please reload this page.
-
Hi, yesterday i wrote my own collabvm bot in node.js.
Today, i added the function to make the bot log in as admin at every startup
but when i ran the bot, collabvm server crashed with this error message:
How i did was to send a websocket message, which is
5.admin,1,2,18.password.So what is going on, does that websocket message only works in client? (or cvm-webapp)
Beta Was this translation helpful? Give feedback.
All reactions