-
Notifications
You must be signed in to change notification settings - Fork 54
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
Duplicate Notifications Issue #133
Comments
Hey, it seems like there is an old token still registered for your phone. |
Makes sense. I'm using it with one printer but had previously installed it for another printer. Do you know how to prevent this issue from happening in the future?
|
Exactly what I thought, the same phone with two different IDs. I assume you are capable of doing an HTTP DELETE do clear all data:
Currently, the fastest and easiest idea is to add "Reset Notification Devices" to the app, since the API of the firebase lib does not offer me any function to get all of the old IDs of a device. Anyways, I will need to look into that a bit more, since the IDs on my devices never actually change <.< |
Double checked the JSON you provided me. |
HTTP DELETE did fix the issue. Thanks for pushing out the fix! Feel free to close this issue. |
Describe the bug
Recently, I've installed the companion app to enable notification. Now notifications seems to work but I always get two notifications for the same event. One says the name of my printer and the other says "Printer LAN". Is this a known issue? Are there any workarounds?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would have expected a single notification for my printer "MK3S+" and nothing from "Printer LAN".
Screenshots
Screenshots attached for notifications and application configuration.
Desktop (please complete the following information):
Smartphone (please complete the following information):
**Mobileraker-Version
v0.2.1-53-gcdb01c5
Additional context
N/A
The text was updated successfully, but these errors were encountered: