Yeah that's still in, the bug was you were getting the notification even if you are online.
Chat Windows Not Refreshing
-
Ever since updating to 0.5.0-2, our chat functionality is broken. We can initiate chats but the notification of the chat does not work (there is no way to know that someone is trying to chat with you unless you manually click on the chat icon to find out) and once a chat is initiated anything that you type does not show up and no updates come from the other party except the notification that they are typing. Once they finish typing, what they have typed never appears.
If you hit F5 and refresh, what both parties have written will appear.
Obviously, this makes the chat portion less like a chat than even normal posting is.
-
Hmm... are there any errors on the client side? This is quite weird - I haven't heard of this happening...
-
Nothing. But all users that I've spoken to are reporting it. I've tried all three main browsers too.
It's on this community: MangoLassi
-
@julian I have noticed this too but I was on mobile. Just tested now and its not working correctly on desktop either.
-
Glad we are not alone here
-
@scottalanmiller Works ok for me, I think. Can send chat etc just fine. Not exactly helpful, but I don't think I'm running anything different from master except a lower version of templates.js
-
We are on Ubuntu 14.04, if that helps.
-
Can either you or Scuzz send us a db dump so we can test? If we can repro, then it's a data schema error, otherwise, we're looking at a plugin, possibly...
-
Using.... Vimeo, Widget Essentials, Mentions, Imgur, Markdown, Solr, Spam Be Gone, YouTube, MailGun, ImgBed, and that is all.
-
Doing the 0.5.0-3 update now, just in case that resolves anything.
-
Lots of this in the logs...
info: [notifications.get] Could not retrieve nid null
-
Update done, still no working chat.
-
@julian Where do you want me to send it?
-
Not sure if this is related, but your instance seems to be attempting to load
waterdrop-low.wav
when sending a chat message even though the file should bewaterdrop-low.mp3
...Could you step into the "sounds" page and blank out all of the sounds (or set them to ones that work)?
Edit: I don't get this error on BitBangers, so I think it's unrelated...
Edit: Confirmed, chat seems to have suffered a regression on a clean MongoDB install. No db dumps necessary any longer, thanks @scottalanmiller @Scuzz
Edit: eep.
$each term takes only $slice (and optionally $sort) as complements
-
-
Okay, so as it turns out, NodeBB is no longer compatible with MongoDB 2.4. Admins are now required to update to MongoDB v2.6.
Please do so, and report back with any other oddities... perhaps they've also been magically resolved. *fingers crossed*
Edit: The
tags.score
thing is a legit NodeBB regression, so that doesn't count. -
I'll upgrade as soon as I can and report back
-
@julian said:
Not sure if this is related, but your instance seems to be attempting to load
waterdrop-low.wav
when sending a chat message even though the file should bewaterdrop-low.mp3
...Sounds ARE all blanked out. We don't use sounds on our site. But a lot of people have complained that they keep getting them and can't stop them.
-
@julian said:
Okay, so as it turns out, NodeBB is no longer compatible with MongoDB 2.4. Admins are now required to update to MongoDB v2.6.
AH ha, cool, thanks. Will try to get to that tonight. Ubuntu 14.04 is MongoDB 2.4, surprisingly.
-
@julian I have upgraded and can confirm that the chat is now working correctly.