Azelphur / pyPushBullet

Python library to interface with PushBullet
GNU General Public License v3.0
180 stars 48 forks source link

Notifications silent while pushing #49

Closed pstryk closed 6 years ago

pstryk commented 6 years ago

Hi, I am pushing notes from python script and I noticed that those notifications are silent on my device (no notification that I have new note). This those not happen when I push from other devices.

Could this be related to api itself?

Azelphur commented 6 years ago

Honestly not sure, I don't know of anything in the API that would cause this behaviour.

Nadim96 commented 6 years ago

same issue, did you fix it?

EDIT fixed: changed devices[0] to devices[1], it wasn't sending it to my phone but to my pc with [0] since that's the first device in my case. [1] is currently my phone

Azelphur commented 6 years ago

I've had a read over the API documentation again for creating a push ( https://docs.pushbullet.com/#create-push ) and I can see no mention of anything that'd control whether a notification is silent or not on the phones side.

This means the issue is entirely out of my control, you'd need to contact the PushBullet app developers for support with this issue.

Sorry I can't be of more assistance, I'm going to close this now, but feel free to reopen it if you have something more to add.