Open webdevbrian opened 10 years ago
Grab the latest from the plugapi repo and you should be good to go: https://github.com/atomjack/plugapi/commit/81be53bf5f1832f057148b68b3c9f80ea736209f
Nice man - I think that got around that ish - thanks for that.
Have you had any issues with the WebSocket.js? I think this might be a plug thing.
node_modules/ws/lib/WebSocket.js:187
else throw new Error('not opened');
Hmm, I haven't run into that one with this codebase yet. First thing I would check is ip-blocking software, if you use it. I use peer blocker and sometimes it will trip me up when doing development.
Definitely going to check that out. I just got this error after just trying to launch it again.
src/client.js:546
return this.ws.send('5::/room:'+JSON.stringify(message))
^
TypeError: Cannot call method 'send' of null
I think you may be correct -- it appears it can't return the room info for some weird reason.
Anything else change?