mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
6352698655
Change labels for `Parse error` and `Unknown telegram error` templates
30 lines
665 B
Markdown
30 lines
665 B
Markdown
---
|
|
name: Parse error
|
|
about: Report issue with `teloxide` parsing of telegram response
|
|
title: 'Parse Error: <type or error description>'
|
|
labels: bug, FIXME, core
|
|
assignees: WaffleLapkin
|
|
|
|
---
|
|
|
|
When using `<...>` method I've got `RequestError::InvalidJson` error with the following description:
|
|
```text
|
|
<Description of the inner serde error here>
|
|
```
|
|
|
|
## Steps to reproduce
|
|
|
|
<!-- Steps to reproduce the issue - get the same error -->
|
|
|
|
## Meta
|
|
|
|
- `teloxide` version: <!-- (e.g.: `0.3.1`) -->
|
|
- rustc version:
|
|
```
|
|
<version>
|
|
```
|
|
<!-- use `rustc --version --verbose` to get it -->
|
|
|
|
### Additional context
|
|
|
|
<!-- Describe any additional context here, if needed-->
|