[nodebb-plugin-pushbullet] Push Notifications for NodeBB
-
updated to new version but still not working
-
It still isn't working for me on this site either.
-
It isnt working for me either on this forum.
-
Is the plugin working? can I use it for NodeBB v0.6.1?
-
@Temo-Chitishvili19 y es it is working forma me un this forum right now.
-
I tried it on my forum about a month ago and it did not work, will try it again later today
-
I installed the plugin on my forum and when I send Test Notification, I get it on my phone, but I don't get post notifications, when somebody posts something. What can the problem be? Can you help me? The site is sufism.ge
-
yes, I'm getting notification in the dropdown, no problem with that
-
the first time I installed the plugin I asked the other forum member to post something to test the notifications, and I got it on my phone, since then, it stopped working, maybe it worked that time because I was online on the forum. could it be this?
-
It should be, but it does not, I don't know what the problem is
this is the first and the only time I got a notification
-
Seems I may have worked out this was nothing to do with Pushbullet at all. hahaha.
I have an IFTTT recipe that grabs recent.rss and creates a notification on my phone. Went into IFTTT today to create a new recipe for my laptop. And found out that the recipe did "New Entry to Recent Topic"
Solved?
-
Hello, I'm in desperate need for help on how to work this problem out... I'm trying to setup a NodeBB forum and everything goes so nice ... until I try to setup this plugin for Pushbullet, I make sure to put in everything it needs the Client ID and the Client Secret with the proper address as redirect_uri, all that goes just fine but when I try to test it I get the following:
Error message using MongoDB:
C:\NodeBB>node app 18/9 17:04 [5032] - info: NodeBB vundefined Copyright (C) 2013-2014 NodeBB Inc. 18/9 17:04 [5032] - info: This program comes with ABSOLUTELY NO WARRANTY. 18/9 17:04 [5032] - info: This is free software, and you are welcome to redistribute it under certain conditions. 18/9 17:04 [5032] - info: 18/9 17:04 [5032] - info: Time: Fri Sep 18 2015 17:04:10 GMT-0600 (Central America Standard Time) 18/9 17:04 [5032] - info: Initializing NodeBB v0.8.2 18/9 17:04 [5032] - info: [database] Checking database indices. 18/9 17:04 [5032] - warn: [meta/dependencies] Bundled plugin nodebb-plugin-spam-be-gone not found, skipping dependency check. 18/9 17:04 [5032] - info: NodeBB Ready 18/9 17:04 [5032] - info: NodeBB is now listening on: 0.0.0.0:4567 18/9 17:04 [5032] - error: TypeError: undefined is not a function at C:\NodeBB\src\posts.js:176:12 at C:\NodeBB\src\database\mongo\sorted.js:283:4 at C:\NodeBB\src\database\mongo\sorted.js:143:5 at handleCallback (C:\NodeBB\node_modules\mongodb\lib\utils.js:96:12) at C:\NodeBB\node_modules\mongodb\lib\cursor.js:833:16 at handleCallback (C:\NodeBB\node_modules\mongodb\node_modules\mongodb-core\lib\cursor.js:244:5) at setCursorNotified (C:\NodeBB\node_modules\mongodb\node_modules\mongodb-core\lib\cursor.js:558:3) at C:\NodeBB\node_modules\mongodb\node_modules\mongodb-core\lib\cursor.js:665:16 at queryCallback (C:\NodeBB\node_modules\mongodb\node_modules\mongodb-core\lib\cursor.js:321:5) at Callbacks.emit (C:\NodeBB\node_modules\mongodb\node_modules\mongodb-core\lib\topologies\server.js:95:3) TypeError: undefined is not a function at C:\NodeBB\src\posts.js:176:12 at C:\NodeBB\src\database\mongo\sorted.js:283:4 at C:\NodeBB\src\database\mongo\sorted.js:143:5 at handleCallback (C:\NodeBB\node_modules\mongodb\lib\utils.js:96:12) at C:\NodeBB\node_modules\mongodb\lib\cursor.js:833:16 at handleCallback (C:\NodeBB\node_modules\mongodb\node_modules\mongodb-core\lib\cursor.js:244:5) at setCursorNotified (C:\NodeBB\node_modules\mongodb\node_modules\mongodb-core\lib\cursor.js:558:3) at C:\NodeBB\node_modules\mongodb\node_modules\mongodb-core\lib\cursor.js:665:16 at queryCallback (C:\NodeBB\node_modules\mongodb\node_modules\mongodb-core\lib\cursor.js:321:5) at Callbacks.emit (C:\NodeBB\node_modules\mongodb\node_modules\mongodb-core\lib\topologies\server.js:95:3) 18/9 17:04 [5032] - info: [app] Shutdown (SIGTERM/SIGINT) Initialised. 18/9 17:04 [5032] - info: [app] Database connection closed. 18/9 17:04 [5032] - info: [app] Web server closed to connections. 18/9 17:04 [5032] - info: [app] Shutdown complete.
And this one using Redis:
C:\NodeBB>node app 18/9 17:28 [3388] - info: NodeBB vundefined Copyright (C) 2013-2014 NodeBB Inc. 18/9 17:28 [3388] - info: This program comes with ABSOLUTELY NO WARRANTY. 18/9 17:28 [3388] - info: This is free software, and you are welcome to redistribute it under certain conditions. 18/9 17:28 [3388] - info: 18/9 17:28 [3388] - info: Time: Fri Sep 18 2015 17:28:10 GMT-0600 (Central America Standard Time) 18/9 17:28 [3388] - info: Initializing NodeBB v0.8.2 Warning: Redis server does not require a password, but a password was supplied. Warning: Redis server does not require a password, but a password was supplied. 18/9 17:28 [3388] - warn: [meta/dependencies] Bundled plugin nodebb-plugin-spam-be-gone not found, skipping dependency check. Warning: Redis server does not require a password, but a password was supplied. Warning: Redis server does not require a password, but a password was supplied. Warning: Redis server does not require a password, but a password was supplied. 18/9 17:28 [3388] - info: NodeBB Ready 18/9 17:28 [3388] - info: NodeBB is now listening on: 0.0.0.0:4567 18/9 17:31 [3388] - error: TypeError: undefined is not a function at C:\NodeBB\src\posts.js:176:12 at try_callback (C:\NodeBB\node_modules\redis\index.js:573:9) at RedisClient.return_reply (C:\NodeBB\node_modules\redis\index.js:661:13) at ReplyParser.<anonymous> (C:\NodeBB\node_modules\redis\index.js:309:14) at ReplyParser.emit (events.js:107:17) at ReplyParser.send_reply (C:\NodeBB\node_modules\redis\lib\parser\javascript.js:300:10) at ReplyParser.execute (C:\NodeBB\node_modules\redis\lib\parser\javascript.js:203:22) at RedisClient.on_data (C:\NodeBB\node_modules\redis\index.js:534:27) at Socket.<anonymous> (C:\NodeBB\node_modules\redis\index.js:91:14) at Socket.emit (events.js:107:17)
As you can see I tried with both databases just to make sure that it wasn't a lack of support for Mongo but looks it happens anyways, if anyone can help me out on this one we'll truly appreciate it because if this functionality doesn't work the whole project for using NodeBB over here will fall to the ground and I don't want that to happen as NodeBB is just so awesome.
Thanks in advance.