Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 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 (3 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
[![PyPI](https://img.shields.io/pypi/v/datasette-show-errors.svg)](https://pypi.org/project/datasette-show-errors/)
[![CircleCI](https://circleci.com/gh/simonw/datasette-show-errors.svg?style=svg)](https://circleci.com/gh/simonw/datasette-show-errors)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](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.