Socket io issue?
-
@Julian, aand the smilies are broken again. You'll probably have this in your console:
1/12 13:57 [20209] - warn: Route requested but not found: /topic/1127/undefined/plugins/nodebb-plugin-emoji-extended/images/thumbsup.png 1/12 13:57 [20209] - warn: Route requested but not found: /topic/1127/undefined/plugins/nodebb-plugin-emoji- extended/images/thumbsup.png
But many times.
-
-
@julian said:
@Normando Give the latest commits a go Socket.IO 1.0 is merged in, undergoing testing at the moment.
Can I merge in my 0.5.5 these commits for testing?
set path on socket.io server 路 NodeBB/NodeBB@d544b19
Node.js based forum software built for the modern web - set path on socket.io server 路 NodeBB/NodeBB@d544b19
GitHub (github.com)
Merge remote-tracking branch 'origin/master' into socket.io1.x 路 NodeBB/NodeBB@647b15c
Node.js based forum software built for the modern web - Merge remote-tracking branch 'origin/master' into socket.io1.x 路 NodeBB/NodeBB@647b15c
GitHub (github.com)
-
-
@Normando You should stick to letting git handle the changes. No need to modify any files on your own.
If you're on master branch, a
git pull
followed by anpm install
and./nodebb upgrade
should do it. As always, back up your NodeBB database first.