@julian I think I might be misunderstanding digest. They only are sent on subscribe topics & notifications, is that right?
So they're not used to get a weekly email on all new & updated topics.
@julian I think I might be misunderstanding digest. They only are sent on subscribe topics & notifications, is that right?
So they're not used to get a weekly email on all new & updated topics.
@julian how would you advise debugging this? The default logs on this are not very verbose.
A user mentioned he's not receiving daily digest. I use Mandrill as the emailer and notifications are being sent through but I don't see any digests being sent.
All I can find in the log is the following. I don't know if the last two are relevant.
3/12 02:27 [332] - info: NodeBB Ready
3/12 02:27 [332] - info: NodeBB is now listening on: 0.0.0.0:4567
3/12 17:00 [332] - info: [user/jobs] Digest (day) scheduling completed.
4/12 17:00 [332] - info: [user/jobs] Digest (day) scheduling completed.
5/12 17:00 [332] - info: [user/jobs] Digest (day) scheduling completed.
5/12 17:49 [332] - warn: Flooding detected! Calls : 101, Duration : 3839
5/12 17:49 [332] - warn: [socket.io] Too many emits! Disconnecting uid : 8. Events : topics.loadMore,topics.markAsRead,topics.loadMore,topics.markAsRead,topics.loadMore,topics.markAsRead,topics.loadMore,topics.markAsRead,topics.loadMore,topics.markAsRead,topics.loadMore,topics.markAsRead,topics.loadMore,topics.markAsRead,topics.loadMore,topics.markAsRead,topics.loadMore,topics.markAsRead,topics.loadMore,topics.markAsRead
How can I best debug this?
@frissdiegurke Yup, you answered all my questions, thank you!
@BDHarrington7 I understand that but the script installs the specific version that's compatible with my nodebb based on the response from packages.nodebb.org/api/v1/suggest.
For example: https://packages.nodebb.org/api/v1/suggest?package=nodebb-plugin-composer-default&version=0.9.1
@BDHarrington7 no because NodeBB has it own plugin version / system version matching. You could be installing a plugin that's too recent for your version of NodeBB.
@julian , systematically or if redis is chosen in the web form only?
Is it also installing the redis node module when using the the web form or only through the command line input?
It seems to be that the redis package is not installed. What installs it? Where should I see that error?
./nodebb dev allowed me to see it but without much more information.