[nodebb-plugin-pushbullet] Push Notifications for NodeBB
-
@julian well I have this, which I just pulled from the git project and run npm install and after node app --setup also did the nodebb upgrade:
18/9 22:21 [3660] - info: Initializing NodeBB v0.8.2
and got this installed just now:
[email protected] node_modules\nodebb-plugin-pushbullet
ended up with the same error on MongoDB:
18/9 22:28 [2300] - info: NodeBB Ready 18/9 22:28 [2300] - info: NodeBB is now listening on: 0.0.0.0:4567 18/9 22:31 [2300] - 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-co re\lib\cursor.js:558:3) at C:\NodeBB\node_modules\mongodb\node_modules\mongodb-core\lib\cursor.js:66 5:16 at queryCallback (C:\NodeBB\node_modules\mongodb\node_modules\mongodb-core\l ib\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-co re\lib\cursor.js:558:3) at C:\NodeBB\node_modules\mongodb\node_modules\mongodb-core\lib\cursor.js:66 5:16 at queryCallback (C:\NodeBB\node_modules\mongodb\node_modules\mongodb-core\l ib\cursor.js:321:5) at Callbacks.emit (C:\NodeBB\node_modules\mongodb\node_modules\mongodb-core\ lib\topologies\server.js:95:3) 18/9 22:31 [2300] - info: [app] Shutdown (SIGTERM/SIGINT) Initialised. 18/9 22:31 [2300] - info: [app] Database connection closed. 18/9 22:31 [2300] - info: [app] Web server closed to connections. 18/9 22:31 [2300] - info: [app] Shutdown complete.
-
You guys are the best!! thank you very much for the guidance, indeed the version was outdated but I think something has to be done because look at this:
According to that the Latest version should be 3.0.3 not the one it installed using directly npm install nodebb-plugin-pushbullet (I was using previously the admin control page to install it), but well maybe this is just me not having still all setup correctly but its finally working properly and I'm getting the notifications on my phone ^_^ .
Thank you again guys, looking forward to dive much more into the project to build some stuff as plugins !!
-
@julian nodebb/nodebb-plugin-pushbullet#26
-
plugin is crashing nodebb when i click on send test notification. i dont see any error
-
they killed the app
19/8 19:43 [18684] - error: [plugins/pushbullet] Pushbullet Pro is required to make this call. (invalid_request)
19/8 19:43 [18684] - error: [plugins/pushbullet] Pushbullet Pro is required to make this call. (invalid_request)
19/8 19:44 [18684] - error: [plugins/pushbullet] Pushbullet Pro is required to make this call. (invalid_request)
19/8 19:44 [18684] - error: [plugins/pushbullet] Pushbullet Pro is required to make this call. (invalid_request)
19/8 19:44 [18684] - error: [plugins/pushbullet] Pushbullet Pro is required to make this call. (invalid_request) -
@jarey said in [nodebb-plugin-pushbullet] Push Notifications for NodeBB:
@exodo how many notifications over pushbullet are allowed for free?
i guess only 100
-
-
@exodo seems it is 500, ( i remembered i got a warning about it yesterday)
"You are approaching your monthly limit of 500 API pushes. Please upgrade to a pro account to continue sending API pushes. https://pushbullet.com/pro"
-
@jarey said in [nodebb-plugin-pushbullet] Push Notifications for NodeBB:
@exodo seems it is 500, ( i remembered i got a warning about it yesterday)
"You are approaching your monthly limit of 500 API pushes. Please upgrade to a pro account to continue sending API pushes. https://pushbullet.com/pro"
Would it be possible for users to put in their own key and only get notifications on items that would trigger the bell?
-
That might be a nice workaround, although slightly nefarious in spirit
That said, I don't use Pushbullet anymore, as I no longer support them since they went pro. Happy to hand over the reigns to somebody else if a volunteer is available