KUnifiedPush isn’t working for me.
It perpetually shows this error:
Offline
Network connection to the server could not be established (Internal server errror).
When pressing the “Test” button it shows Registering with push server.... After a few seconds this message appears in the same spot:
Push notification test failed.
The operation timed out.
Things I’ve tried:
- Changing the push provider
- Changing the URL for
ntfytohttps://ntfy.sh - Subscribe and push to a topic at
https://unifiedpush.kde.orgwith a simple bash script. This works.
Log gathering
-
Check journalctl with
journalctl | grep push. Which yielded no results. -
Monitor dbus with
dbus-monitor --session | grep kunifiedpush. Which yielded these (useless?) results:method call time=1769175204.671272 sender=:1.1545 -> destination=org.unifiedpush.Distributor.kde serial=402 path=/Management; interface=org.kde.kunifiedpush.Management; member=pushProviderId ... method call time=1769175227.490358 sender=:1.1545 -> destination=org.unifiedpush.Distributor.kde serial=407 path=/Management; interface=org.kde.kunifiedpush.Management; member=pushProviderId <interface name="org.kde.kunifiedpush.Management">The
interfacemessage gets generated when the test button is pressed.
I don’t see why it shouldn’t be working or where to look for more specific logs..
If anyone would be kind enough to give me some advice, that would be awesome!