-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Duplicated notifications #242
Comments
Could you post the log from the android app around the time a duplicated notification occurred? |
There are no traces at that moment. |
Every message will be logged. Are you looking inside the built-in logging view in the android app? something like this should be in there:
|
Everything looks fine. There are no duplicate traces in the client.
|
Can you reproduce this, like pushing a new message to gotify and then seeing the duplicated message in the app, or does it happen randomly? |
I can't reproduce the issue but its still happening from time to time. Log traces are clean, the messages are received only once but sometimes they are rendered 2 times. |
I have the exact same issue. Not all messages, not always, but often enough to be annoying (several times a day). I can't share the logs but I can confirm that the duplicated messages only appear once in the logs. If I refresh Gotify (pull down) the duplicated messages disappear. It's worth noting that the android notifications show a single message, the duplicated messages only appear in the Gotify app. |
For me the duplicate notifications appear if I have multiple app versions of Gotify installed on my phone (release and development builds for example). |
I'm closing since I can't reproduce this issue in the new smartphone. I think it was related to an old version of Android. |
I still get duplicate messages fairly regularly, despite a recent switch to a new high-end phone with the latest Android. The change of phone made no difference in my case. |
There is a possibility that this problem is fixed with the next update, but no guarantee here. |
This is 100% reproducible for me. I implemented a websocket listener that responds with Server log:
Client log:
|
I've tried reproducing this, but it works fine for me. pong.webm |
@cyb3rko I'm just putting it out there, but I haven't experienced any duplicate notifications for a couple of months at least, so I'm thinking that update you were referring to fixed the issue for me at least. Edit: In saying that, I don't think there was a release, so maybe it was system-related?! |
I have actually noticed it (since my last post) once, so I think it may still happen very rarely. Still no idea what causes it, nor how to replicate it to be honest. The fact is that I was experiencing it all-the-time (daily) before, and now almost never, so I'm happy to close this (it's not my call though, nor did I open this issue) 👍 |
If it still happens, we should keep this issue open |
I also experience duplicate notifications. I get a notification on my Android phone and delete the message in the Android app. Example:
Client: Server: |
And the duplicated notification does not appear in the web UI, only on the phone? Because the Android app only consumes a websocket and reacts to new notifications. |
I only know that when the notifications are removed in the Android app, they are also removed from the webui. I have to check if they reappear in the webui at the time that the Android app shows it again the next day. I will get back to you when I have received the duplicated notification. |
One month ago I started receiving duplicated notifications/messages in my phone. Before that it was working as expected.
The text was updated successfully, but these errors were encountered: