Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python make_html.py --live no longer works #569

Closed
andylolz opened this issue Nov 24, 2019 · 0 comments · Fixed by #613
Closed

python make_html.py --live no longer works #569

andylolz opened this issue Nov 24, 2019 · 0 comments · Fixed by #613

Comments

@andylolz
Copy link
Contributor

Describe the bug

The README says:

Development

For development, you can use the live Flask development server, instead of Frozen Flask.

python make_html.py --live

Using the live development server is highly recommended, because it displays full bracktraces for 500 errors, whereas frozen flask does not.

However, the --live switch was removed in fa63663.

That’s a shame, because it made it easier to test new features.

To Reproduce

Running python make_html.py --live gives the following error:

$ python make_html.py --live

usage: make_html.py [-h] [--url URL]
make_html.py: error: unrecognized arguments: --live

Expected behavior

The development server should start.

Screenshots

Screenshot 2019-11-24 at 12 48 33

chrisarridge added a commit that referenced this issue Sep 23, 2024
This commit reinstates the development server which was removed
some time ago but is useful for live testing.  This closes
issue #569 and
basically repeats PR #570
that was closed and not merged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant