oscript-library / oscript-library/messenger
Скрывает ошибки отправки в телеграм
Nobody has claimed this yet.
- Dominant language
- 1C Enterprise
- Stars
- 36
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
Используемый транспорт - телеграм.
Если возникает ошибка отправки или КодВозврата <> 200 (например по причине неверного ID чата), то предпринимаются безуспешные попытки отправки через прокси и после этого отсутсвует исключение или сообщение пользователю.
Ожидается:
- динамический прокси только опционально (например чере ENV), т.к. не всем поровайдерам это требудется и вызывает значительную задержку на попытках отправки
- ошибочные ситуации должны герерировать исключение
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Locate the Telegram transport and its proxy and error-handling entry points, then inspect how send failures and non-200 return codes are processed. Verify that proxy use is opt-in through an environment setting and that failed sends raise an exception or notify the user.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100