apprise icon indicating copy to clipboard operation
apprise copied to clipboard

NotifyBark failed when Bark server is in non-standard port

Open spin6lock opened this issue 2 years ago • 0 comments

https://github.com/caronc/apprise/blob/9c145a842ed605ecd9452a2999fd88b632d74cee/apprise/plugins/NotifyBark.py#L216-L217 This code would generate url like this:

#generate by -vvv
Bark POST URL: http://localhost/push:8080 (cert_verify=True)

which should be: http://localhost:8080/push/ according to Bark API v2

spin6lock avatar Sep 21 '22 16:09 spin6lock