ableev / ableev/Zabbix-in-Telegram
Markdown and Python3
- Lingua principale
- Python
- Stelle
- 815
- Fork
- 236
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
...
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.