https://github.com/simonw/datasette-show-errors
Datasette plugin for displaying error tracebacks
https://github.com/simonw/datasette-show-errors
asgi datasette datasette-io datasette-plugin starlette
Last synced: 26 days ago
JSON representation
Datasette plugin for displaying error tracebacks
- Host: GitHub
- URL: https://github.com/simonw/datasette-show-errors
- Owner: simonw
- License: apache-2.0
- Created: 2020-03-21T15:06:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T00:32:23.000Z (over 4 years ago)
- Last Synced: 2024-10-18T07:53:12.304Z (6 months ago)
- Topics: asgi, datasette, datasette-io, datasette-plugin, starlette
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# datasette-show-errors
[](https://pypi.org/project/datasette-show-errors/)
[](https://circleci.com/gh/simonw/datasette-show-errors)
[](https://github.com/simonw/datasette-show-errors/blob/master/LICENSE)Datasette plugin for displaying error tracebacks.
**This plugin does not work with current versions of Datasette.** See [issue #2](https://github.com/simonw/datasette-show-errors/issues/2).
## Installation
pip install datasette-show-errors
## Usage
Installing the plugin will cause any internal error to be displayed with a full traceback, rather than just a generic 500 page.
Be careful not to use this in a context that might expose sensitive information.