mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #611] ntfy cli subscribe connected but would not excute any command #462
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#462
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 @tataue on GitHub (Feb 16, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/611
I can receive
alertchannel message on other client like web app and android app.ntfy sub --trace -d alert 'echo "$m"'But if is the cli subscribe before, both
arch linuxandmac osxcli client tested would not work.My config File

Also you still need
NTFY_USERto connect correctly 🆘 .Also: use

ntfy.shworks just fine:Both server and client use version as
ntfy 1.30.1 (4e7e6e5);@Morreski commented on GitHub (Apr 11, 2023):
Hi !
I have a similar problem with the ntfy client on Arch linux. Except that I don't even see incoming message when not using the
--pollflag. I am self-hosting the server btw (and for the records, Android app is behaving correctly: it displays the notifications)And with
--pollLet me know if these inputs help finding an eventual bug or if I'm missing something somewhere...
Cheers,
Update
Just figured out that when I stop the ntfy server, the last emitted notification is triggered on my linux client. There may be something up with the connection.