I get some notice in node page:

Undefined index: users in nodejs_get_content_channel_users() (line 60 of /var/www/drupal/sites/all/modules/nodejs/nodejs.module)

Comments

Anonymous’s picture

can you give me some more information?

like, which versions of the modules you have installed, and set of reproduce steps?

helpmelearn’s picture

Not working for me also , I am using Drupal Chat also on same page .
any idea what could be the issue.

///Notice: Undefined index: users in nodejs_get_content_channel_users() (line 60 of /home/content/08/9199908/html/sites/all/modules/nodejs/nodejs.module).

Anonymous’s picture

Project: Chatroom » Node.js integration
Version: 7.x-2.x-dev » 7.x-1.x-dev

shifting this over to the node.js queue.

slowflyer’s picture

First I only enabled "Nodejs integration" module

and got the same error.

Then I looked into it and saw that my node.js server was responding that the "Service Key" was invalid. No wonder, nothing to define a "Service key" on that config page.

I enabled "Nodejs Config" and defined the Service Key there.

After that, everything worked fine.