-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating bot #158
Comments
Hi, I have the same problem. The snippet provided in the rocket.chat site is not working and it is throwing the same timeout exception on the line:
I already double checked that the HOST and SSL var are corrected setted. |
I managed to get it to work. 🙌 Despite my rocket chat is using https, when I used the |
hmm. |
Nope both ways doesn't work |
@JerryBerry12 if rocketchat sdk version is 0.2.9-2 must use node 16 else must use node >=18
|
You should try setting it to |
Hi,
I tried creating a bot with the tutorial at: https://developer.rocket.chat/bots/creating-your-own-bot-from-scratch/develop-a-rocket.chat-sdk-bot.
The bot keeps trying to connect, and it produces this:
In my server.js file, all the settings, bot info and passwords are correct. It seems like some default settings are being applied because of this:
I set these fields correctly in server.js, not bot and pass. Can some one help me?
Server info
I'm using Raspbian 10 Lite, on a raspberry pi. I installed rocketchat.sdk as shown in the tutorial.
The text was updated successfully, but these errors were encountered: