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

Can not register StaticFileHandlers #23

Closed
ylcoder opened this issue Apr 5, 2020 · 2 comments
Closed

Can not register StaticFileHandlers #23

ylcoder opened this issue Apr 5, 2020 · 2 comments

Comments

@ylcoder
Copy link

ylcoder commented Apr 5, 2020

Describe the bug
It complains either the args not fit, index out of range when use that directory with path argument for static file handler. If no args, also complain there is no method defined in the handler.

To Reproduce
Steps to reproduce the behavior:
Add a StaticFileHandler as one of the routes

image

Expected behavior
Should be able to ignore the handler if it can not register. A warning message should be enough we can opt in for API documentation

Screenshots
N/A

Desktop (please complete the following information):
It should not matter

Smartphone (please complete the following information):
N/A

Additional context
N/A

@mrk-andreev
Copy link
Owner

Thanks, that was fixed in v1.2.4 (https://github.com/mrk-andreev/tornado-swagger#version-124)

@ylcoder
Copy link
Author

ylcoder commented May 6, 2020

Thanks a lot Mark.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants