ntfy icon indicating copy to clipboard operation
ntfy copied to clipboard

Missing backend due to outdated pip?

Open JulioV opened this issue 4 years ago • 3 comments

I'm getting this erro:

ERROR: Invalid backend slack_webhook

with the following config file

backends: [slack_webhook]
slack_webhook:
    url: "my_url"
    user: "Julio"

I noticed the latest version on pip is 2.7.0 from Nov 2018. Is the pip package no longer maintained, do I need to install ntfy in a different way?

JulioV avatar Jan 11 '21 23:01 JulioV

did you manage to make it work?

lucawen avatar Feb 05 '21 17:02 lucawen

No

JulioV avatar Feb 05 '21 20:02 JulioV

I was able to work around it by cloning the repo locally and doing a local pip install.

The version hosted on PyPI doesn't include the backend.

johndlong avatar Jul 21 '21 17:07 johndlong