When pressing the "chat"button on a node that has a chatroom field the page does a complete reload instead of updating the content. I added alert messages into chatroom.js in various places and it seems like nodejs isn't calling the chatroom functions.

Comments

Anonymous’s picture

Version: 7.x-2.0-alpha1 » 7.x-2.x-dev

can you try again with the latest dev?

are there any js errors?

tr33m4n’s picture

Looks like I'm having the same problem, any updates?

Anonymous’s picture

Status: Active » Postponed (maintainer needs more info)

i can't help without more information.

varshith’s picture

Status: Postponed (maintainer needs more info) » Active

No JS errors.

After hitting the chat button, the page has to be refreshed to see the message.

Anonymous’s picture

Status: Active » Postponed (maintainer needs more info)

i can't help without more information.

Zaffron Steam’s picture

Version: 7.x-2.x-dev » 8.x-1.x-dev
Issue summary: View changes

I get this error every time I make a post:

[2016/09/26 17:45:04] publishMessageToContentChannel: The channel chatroom_1 doesn't exist.
[2016/09/26 17:45:06] publishMessageToContentChannel: The channel watchdog_dblog doesn't exist.
[2016/09/26 17:45:07] authenticateClientCallback: Error with authenticate client request:
{ [Error: getaddrinfo ENOTFOUND drupalhost drupalhost:80]
code: 'ENOTFOUND',
errno: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'drupalhost',
host: 'drupalhost',
port: '80' }

ytacol’s picture

I have a similar problem, the error in the console is:

[2018/04/09 17:20:14] publishMessageToContentChannel: The channel chatroom_2 doesn't exist.

I get all the chat only by refresh, but it doesn't load dynamically.