chat-nodejs icon indicating copy to clipboard operation
chat-nodejs copied to clipboard

problem

Open ignaciosaravia opened this issue 11 years ago • 9 comments

Hi Udi, I was reviewing your great chat https://github.com/uditalias/chat-nodejs node, when I run this on my pc I see this screen http://prntscr.com/2bfb6e after entering a user, this screen has been a long time so I hope your help, thanks

ignaciosaravia avatar Dec 15 '13 20:12 ignaciosaravia

Same here, just hangs on 'Connecting...'

danbartlett avatar Apr 10 '14 14:04 danbartlett

You need to configure the serverAddress in public/scripts/chat.io.js line 15

    serverAddress = 'http://example.com:8080',

If you change default port ( 8080 ), you need to modify server.js line 8

the023 avatar Apr 22 '14 14:04 the023

@uditalias Same here. It just hangs on "Connecting" when I run it at my localhost:8080

Yannyezixin avatar Jul 26 '14 01:07 Yannyezixin

Hi, i have the same problem as above. Even after changing server address to:

serverAddress = 'http://185.8.239.101:8080',

still can't connect...

So my app is running on: http://185.8.239.101:8080 the final address which is called looks like this:

http://185.8.239.101:8080/socket.io/?EIO=3&transport=polling&t=1411398710974-1

if i try paste this address to browser i get this:

{"code":0,"message":"Transport unknown"}

Still don't know what am i doing wrong. :/

vincurekf avatar Sep 22 '14 15:09 vincurekf

Issue resolved. Please refer to: https://github.com/airless/chat-nodejs I think there was some issue with the versions of express, nodejs and with serverAddress. Thanks to @airless :+1:

kumardeepakr3 avatar Nov 08 '14 16:11 kumardeepakr3

@vincurekf did you find a solution? I am having this same issue and I removed the serverAddress variable part

jostster avatar Apr 20 '15 01:04 jostster

it still hangs.

nise avatar Oct 16 '15 23:10 nise

I am having the same issue, It still hangs on 'Connecting..'

arinjay avatar Jul 17 '16 11:07 arinjay

It is hanging

amritkrs avatar Jul 25 '16 04:07 amritkrs