sanic icon indicating copy to clipboard operation
sanic copied to clipboard

Accelerate your web app development | Build fast. Run fast.

Results 179 sanic issues
Sort by recently updated
recently updated
newest added

This allows subclasses of SanicException to access their message via the `message` attribute. This makes it consistent with the `status_code`, `quiet`, `headers` attributes that were previously present on the class....

Little [nitpick here](https://sanic.dev/en/guide/basics/request.html#request-context) ![image](https://github.com/sanic-org/sanic/assets/74952943/db0f266a-f8a6-4456-b730-1c087ca40b6d)

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. GitHub actions for...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug websockets: unexpected keyword connections debug log ``` /root/.cache/pypoetry/virtualenvs/webserver-Mns4wmqm-py3.12/lib/python3.12/site-packages/sanic/touchup/schemes/ode.py:70: DeprecationWarning: Attribute...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. Passing query parameters...

feature request

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug My program uses custom signal handlers to terminate the running...

bug

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug | | app.config.FORWARDED_SECRET='chen-secret' | FORWARDED_SECRET='chen_secret' | |-----------------------------------------|-------------------------------------------|---------------------------------| | curl -H...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Python 3.12.3 sanic-23.12.1 very often (not 100%) after restarting worker,...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I am implementing a feature for generating RESTful-style APIs based...

bug