caronc / apprise

Apprise - Push Notifications that work with just about every platform!
https://hub.docker.com/r/caronc/apprise
BSD 2-Clause "Simplified" License
10.94k stars 385 forks source link

Server Error (500) telegram notification with attachment #1010

Closed mariomare22 closed 7 months ago

mariomare22 commented 7 months ago

:question: Question

I am having troubles sending attachments to tgram group using apprise selfhosted

curl --location 'server1.home:8086/notify/mycfg' \
--header 'Cookie: theme=light' \
--form 'tag="tgramtag"' \
--form 'body="test"' \
--form 'attach=@"/Users/mario/dartvader.jpg"'

I get Server Error (500) also tested from apprise web ui with the same result

what am I doing wrong?

Thanks

mariomare22 commented 7 months ago

All resolved this https://github.com/caronc/apprise-api#config-directory-permissions must be applied also to the attach folder