ableev / ableev/Zabbix-in-Telegram

Markdown and Python3

オープン
#152 コメント 3 件 リアクション 0 件 担当者 1 名 @ableev が担当を希望しています GitHub で見る
bug
主要言語
Python
スター
815
フォーク
236
PR マージ指標
30日以内にマージされた PR はありません

説明

With python2, markdown errors are processed and corrected as described in https://github.com/ableev/Zabbix-in-Telegram/wiki/Markdown-and-HTML
In log:
```
zbxtg_group.py: Bad Request: can't parse entities: Can't find end of the entity starting at byte offset 85
zbxtg_group.py: Original message has been fixed due to https://github.com/ableev/Zabbix-in-Telegram/wiki/Markdown-and-HTML
```

but with python3 we can see cyclic error:
```
zbxtg_group.py: Bad Request: can't parse entities: Can't find end of the entity starting at byte offset 85
zbxtg_group.py: Bad Request: can't parse entities: Can't find end of the entity starting at byte offset 85
zbxtg_group.py: Bad Request: can't parse entities: Can't find end of the entity starting at byte offset 85
zbxtg_group.py: Bad Request: can't parse entities: Can't find end of the entity starting at byte offset 85
zbxtg_group.py: Bad Request: can't parse entities: Can't find end of the entity starting at byte offset 85
zbxtg_group.py: Bad Request: can't parse entities: Can't find end of the entity starting at byte offset 85
...
```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。