Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nothing happened when trigger an exception #4

Open
ly0 opened this issue Mar 22, 2017 · 4 comments
Open

Nothing happened when trigger an exception #4

ly0 opened this issue Mar 22, 2017 · 4 comments
Assignees

Comments

@ly0
Copy link

ly0 commented Mar 22, 2017

I have tried my telegram username/ID and group slug, but the bot still be silent. How to debug?

@ly0 ly0 changed the title Nothing happend Nothing happened when trigger an exception Mar 22, 2017
@butorov
Copy link
Owner

butorov commented Mar 25, 2017

Hello.

  1. You can try to looking for debug messages in log-file of Sentry. Keep in mind that debug logging should be enabled in Sentry.
    Look for strings:
    Received notification for event: ... - when new issue received in plugin from Sentry-core;
    Response code: ..., content: ... - when message sent to each Telegram's contact.
  2. Be sure that you raise new issue to Sentry. Sentry-core not send repeated issues to plugins.
    For example, if you catch ZeroDivisionError two times on same place of code - Sentry will send only first notification via plugins.
  3. Check your Rules in Sentry settings (see documentation). Be sure that it looking like:
    spectacle sm5758
    i.e. plugin will recieve event from Setry-core.
  4. Also check that you use your correct Telegram ID. You can add myidbot to get ID.

I hope it will help you. Feel free to additional questions.

@butorov butorov self-assigned this Mar 25, 2017
@kot9pko
Copy link

kot9pko commented Aug 3, 2018

I have added Telegram Notificator to two different projects with same settings. I can receive test message from one project and have silence from another (despite on 'Test Results:
"No errors returned"'). No any issues were not sent into Telegram.

@dilushan
Copy link

I also had the same issue until now. In my case test plugin button in plugin config worked without any issue and i got the telegram notification, but when a event (issue) came from frontend notifications never came to telegram. neither do the mails. So i started to fix mailing issue instead telegram issue. I found a misconfiguration in smtp configs and crashing the scripts when event comes. After that i corrected those mail configs and when the first successful mail came to the inbox when a event happened, telegram notification also came like a dream. I didn't do nothing particular regarding telegram configs. My guess is those misconfiguration in mail settings result in crashing python scripts and eventually telegram plugin not get the event because of that.

@MonaxGT
Copy link

MonaxGT commented Jul 19, 2023

Hi!
I've got the same issue, I tried to check email configuration but without success. I also tried to turn off email notification service but the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants