mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #691] timeout on android #509
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#509
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Robin-Sch on GitHub (Mar 31, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/691
🐞 Describe the bug
Timeout error in the android app when subscribing to a topic. Both on official and selfhosted instance.
💻 Components impacted
Android app (f-droid)
💡 Screenshots and/or logs
🔮 Additional context
Works fine in the webbrowser on my phone and on my pc
@binwiederhier commented on GitHub (Apr 3, 2023):
Given that this doesn't happen to anyone else, it must be environmental, or related to your phone. Especially since it happens on the official instance as well.
A timeout generally suggests that there is a networking issue of some sort.
Does your phone/ISP only speak IPv6 maybe? ntfy.sh does not work with IPv6 (yet).
@Robin-Sch commented on GitHub (Apr 3, 2023):
Which is weird, because in the browser, it does work fine.
And no, it's not ipv6 only.
@Robin-Sch commented on GitHub (Apr 4, 2023):
I have no idea what changed, but somehow now it's working?...