Skip to content

Telegram-send update from 0.25 -> 0.34 breaks notifications #109

Description

@dr460nf1r3

Hey! Telegram-send recently stopped sending notifications after a version update.

We got a function for sending logs:

  telegram-send --config "$CAUR_TELEGRAM" "$@" &>/dev/null || true

which gets called like:

  send-log --format markdown \
    "${_AUTHOR} just deployed \`${_PKGTAG}\` successfully!" \
    || true
  • It's definitely not an issue with our code as downgrading the python-telegram-send package makes it work again.
  • Invoking send-log manually works
  • The OS is Arch Linux
  • I'm assuming it has something to do with the particular syntax we use to send notifications
  • This might be related? 1d8428e

Any help is very appreciated, thanks! :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions