https://github.com/archmonger/uvicorn-server-exception
Temporary repo to demo issues resolved by uvicorn/pull/1845
https://github.com/archmonger/uvicorn-server-exception
Last synced: about 1 year ago
JSON representation
Temporary repo to demo issues resolved by uvicorn/pull/1845
- Host: GitHub
- URL: https://github.com/archmonger/uvicorn-server-exception
- Owner: Archmonger
- Created: 2023-02-13T10:00:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T10:03:49.000Z (over 3 years ago)
- Last Synced: 2025-01-30T03:42:26.659Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uvicorn-servers-exception
Temporary repo to demo issues resolved by [uvicorn/pull/1845](https://github.com/encode/uvicorn/pull/1845)
## Steps
1) Pull down this repo
2) `pip install -r requirements.txt`
3) `mkdocs serve`
4) `python test.py`
5) This should have generated a `AttributeError: 'Server' object has no attribute 'servers'`