-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I recently updated my machine to the latest OS (Fedora 39). The codebase was working we…
-
Hello there,
Not working, getting `AttributeError: 'Request' object has no attribute 'session'`, since Sanic change the way how you should access/modify the Request instance.
Read more - https:…
4doge updated
2 years ago
-
### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this?
- [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions
### 该问题是否在FAQ中有解答? | Is there an existing ans…
-
## Problem Description
Note: I am aware that this project is unmaintained. However, I am still opening this issue to follow [CVE's guidelines for EOL software](https://www.cve.org/Resources/General…
-
After installing and using it, it gives below error.
```
from sanic.websocket import WebSocketProtocol
ModuleNotFoundError: No module named 'sanic.websocket'
```
-
`python -m pip install "rasa_nlu_examples @ git+https://github.com/RasaHQ/rasa-nlu-examples.git"`
Running above for installation is taking lots of time. Observing logs it seems that for each packa…
-
The tests don't pass with `websockets-10.0`:
```bash
$ poetry run pytest
ImportError while loading conftest '/home/fab/Documents/repos/pytest-sanic/tests/conftest.py'.
tests/conftest.py:7: in
…
-
### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this?
- [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions
### 该问题是否在FAQ中有解答? | Is there an existing ans…
-
* GINO version: 0.8.2
* Python version: 3.7.2
* asyncpg version: 0.18.3
* aiocontextvars version: 0.2.2
* PostgreSQL version: 11.3
### Description
I'm using sanic and gino.
Also used pyte…
-
Add `NOISY_EXCEPTIONS` config value to configuration's built-in values.
Functionality added in https://github.com/sanic-org/sanic/pull/2262.