-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not getting any pushes on my Mac desktop anymore #100
Comments
Upgraded to 8.10.1 - the issue is still there. |
I also just received notification from connected IFTT service on my Mac... |
Same |
I'm also dealing with this same issue. I'm on version 8.12 and I've repeatedly resent configuration and reconnected to my android phone by no dice. Running Mojave. |
Same here on Ubuntu 18.10 |
Not getting notifications on Windows 10 either |
The issue still exists. I can send pushes from Mac to other devices (Android, iOS, Windows) but Mac can't receive any. Have tried reconnecting to PushBullet, reset configuration and reinstall but to no avail. |
Same here Ubuntu 19.04 |
Same issue on ElementryOS |
Same on Pop OS 19.04 |
Still seems to be an issue in v9.0.9. |
All right, so the issue seems to come from generateNotificationImage() method of push.js. However, when it's trying to generate the chat icon, it looks for the open chat room by email with Relevant code: pb-for-desktop/app/scripts/renderer/pushbullet/push.js Lines 285 to 288 in 6f076b4
|
Thanks for the commit! Unfortunately though, it didn't fix the issue for me. I changed the code to use your commit and re-built it for MacOS, but... it wasn't the magic bullet :( Text messages are still not popping up. |
Not only MacOS related (please change issue title and labels) |
Update: The fix from @btaens help's me on ARCH Linux. Using the Android app and typing something in "push", either directed to all or just my PC, will create a notification on linux. But using the test notification button in the Android app doesn't create a notification on linux. Debugging the pb-for-desktop/app/scripts/renderer/pushbullet/push.js Lines 832 to 834 in f042bbb
Either the android app creates an invalid structure, or the electron app handles the test notification not properly. Some self-crafted notification, which works with #107 {
"active": true,
"iden": "xxx",
"created": 1567401289.72517,
"modified": 1567401289.758848,
"type": "note",
"dismissed": false,
"guid": "5c61133c-af06-4a78-ab55-ad1008fa47b4",
"direction": "self",
"sender_iden": "xxx",
"sender_email": "xxx",
"sender_email_normalized": "xxx",
"sender_name": "GodLesZ Blubb",
"receiver_iden": "xxx",
"receiver_email": "xxx",
"receiver_email_normalized": "xxx",
"source_device_iden": "xxx",
"awake_app_guids": [
"xxx"
],
"body": "Test an alle"
} And here a test notification using the Android app "test" button in the "mirror" tab, which triggers {
"actions": [
{
"label": "Fertig",
"trigger_key": "com.pushbullet.android_3_null_Fertig"
}
],
"application_name": "Pushbullet",
"body": "Wenn Sie dies an Ihrem PC sehen, funktioniert die Benachrichtigungsweiterleitung!",
"client_version": 349,
"dismissible": true,
"icon": "some valid base64 hash",
"notification_id": "3",
"package_name": "com.pushbullet.android",
"source_device_iden": "xxx",
"source_user_iden": "xxx",
"title": "Testbenachrichtigung",
"type": "mirror"
} Aaaand during writing this answer, here his again a notification from an Android game app, which triggers {
"application_name": "Jurassic Tribes",
"body": "Eine Sammeltruppe ist ist zurückgekehrt",
"client_version": 349,
"dismissible": true,
"icon": "some valid base64 hash",
"notification_id": "-261202488",
"package_name": "com.games37.jc",
"source_device_iden": "xxx",
"source_user_iden": "xxx",
"title": "Jurassic Tribes",
"type": "mirror"
} Lastly, if I try hard commenting out the pb-for-desktop/app/scripts/renderer/pushbullet/push.js Lines 832 to 834 in f042bbb
But I still don't have any clue about the side effects of this change. |
I'm not sure this project is still supported by the developer... my issue has been created for 23 days and no response yet. |
Yea but he released 9.5.0 just 24 days ago, so it's still active. |
Yeah, true. I guess I see this as a fundamental bug w/ the project because of the fact that receiving notifications on PC is the main purpose to use it and I've received 0 support in the past month. I know I'm not paying for it and I'm not owed anything, but I'd think this would be a top priority to fix for usability. |
I'm unable to receive notifications on Linux Mint 19.2, and it sounds like it may be related to this issue.
|
fix(push): fixes push notifications not showing (#100)
@vuther Thanks for all your efforts, comments and documentation. The issue will be addressed asap, there was simply a lack of time. A new version of the project will be released today. |
@vuther Thanks for all your efforts, comments and documentation. Due to a lack of time, work on the issue backlog had been delayed for some time. The issue was addressed in the new release (with great help via @btaens pull requests) and is available here: Please validate whether the bug still occurs. Cheers, |
Thanks for the report. Does the issue still persist in version 10.2.0? Kind Regards, S |
@sidneys, I just installed the most recent version and it seems to have fixed the issues I was having. Notifications are now mirroring and I'm receiving pushes on my desktop that I sent from my phone. Unfortunately I've actually had to switch away from PB for Desktop though. Since the notifications aren't persistent I've had to switch to the browse extension, which does have persistent notifications. I would prefer to use the actual app but I was missing too many notifications because I rarely look down at my taskbar to see if there are new notifications. |
I have pushbullet app on my phone and sidneys pb-for-dekstop on my Mac and my Ubuntu desktop.
For some reason I no longer receiving any notifications on my MacBook installation. Tried resetting the app configuration, reinstalling from scratch, muting/unmuting.
Unfortunately nothing works.
Embedded test notification works fine, so it's not the notification permission problem. But I don't get any synced notifications from my phone and the ones I intentionally send from my phone to the Mac.
Could anyone pls advise where else to look to dig deeper?
App Version
v8.9.5
Installation Type
Setup
Operating System
Mac OS Mojave 10.14.3
The text was updated successfully, but these errors were encountered: