RocketChat / Rocket.Chat.js.SDK

Utility for apps and bots to interact with Rocket.Chat via DDP and/or API
MIT License
136 stars 95 forks source link

Asteroid connection timeout #71

Closed galr52 closed 5 years ago

galr52 commented 5 years ago

rocketchat version: 0.48 SDK version 0.2.9-2

i am trying to connect using the sdk but getting connection timeout

my code: `const { driver } = require('@rocket.chat/sdk');

const conn = await driver.connect( { host: 'rocket.chat', useSsl: true}) `

error: [connect] Timeout (20000) Error: Asteroid connection timeout

EDIT:

the problem was with windows 7, when i tried in ubuntu it worked perfect

time4Wiley commented 1 year ago

I met the same.

connecting to Server running on macOS.

Has it ever been fixed?

MrPoint1400 commented 1 year ago

rocketchat version: 6.2.2 SDK version latest node 14 node 18 windows 10

i am trying to connect using the sdk but getting connection timeout

my code: `const { driver } = require('@rocket.chat/sdk');

const conn = await driver.connect( { host: 'https://rocketchat.myhost.com', useSsl: true}) `

error: [connect] Timeout (20000) Error: Asteroid connection timeout