| --- |
| name: "\U0001F41E Bug report" |
| about: 'Reporting a bug or other unexpected behavior' |
| title: '' |
| labels: bug |
| |
| --- |
| |
| <!-- |
| Note: See the troubleshooting page for help with some common issues: |
| https://requests-cache.readthedocs.io/en/stable/user_guide/troubleshooting.html |
| --> |
| ### The problem |
| _A description of what the bug is, including a complete traceback (if applicable)_ |
| |
| ### Expected behavior |
| _A description of what you expected to happen_ |
| |
| ### Steps to reproduce the behavior |
| _With a complete code example, if possible_ |
| |
| ### Workarounds |
| _Is there an existing workaround for this issue?_ |
| |
| ### Environment |
| - requests-cache version: (for example, `0.9.5` or `main`) |
| - Python version: (for example, `3.9`) |
| - Platform: (for example, Debian 10) |