caronc / apprise

Apprise - Push Notifications that work with just about every platform!

Home Page:https://hub.docker.com/r/caronc/apprise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NotifyBark failed when Bark server is in non-standard port

spin6lock opened this issue · comments

if isinstance(self.port, int):
self.notify_url += ':%d' % self.port

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

You're right! I'm embarrassed i didn't catch this. I'll definitely fix this before the next release of Apprise

Thanks a lot! Apprise is awesome. I'm looking forward to the new release :)

Closing off this ticket as the problem has been resolved 👍