mashlol / notify

Notify your devices from the terminal

Home Page:https://mashlol.github.io/notify/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not sending notifications

Noah-Huppert opened this issue · comments

When I type notify it says that it has sent a notification but no notification appears. This also occurs with the shell script.

I have:
Android: Nexus 5X 7.1.1 (W/ companion app installed)
Laptop: Arch Linux 4.10.6-1

I also tried clearing the Android app data and re-registering but that did not work either.

I think I ran out of Heroku free hours this month, looking into a better solution.

Firebase has server functions now, might be able to use that

Having the same problem. Or, not same as you seemingly switched to Firebase, but I'm not receiving anything on the phone. Would it make sense to have the app send a response to the server when receiving a notification, which could then be forwarded on to the client, so as to confirm that the message has gone through?

Also having this, only thing is checking the packets with wireshark shows them being sent to heroku.

Did you change back from firebase or is the npm repo version outdated?

Using heroku to talk to firebase (since at the time firebase didn't have cloud functions). I haven't converted over to cloud functions yet, it still uses heroku. Afaik it should be working.

same here - since I switched to another custom rom the notify stopped working (i of course changed the ID)

Galaxy S4 stock rom: working
Cyanogenmod rom: working
Omega Rom (Stock, deodexed, rooted): NOT working

all other notifications (whatsapp etc) work fine

I can not receive any notification. I reinstalled the mobile app to get a new uuid and it didn't worked. :(
Also verified if app has permissions to show notification, it does.
Phone: Huawei P10
Android version: 8.0.0

I upgraded to firebase functions, this should never happen again.