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

No longer works in newer version #1855

Closed
zzxjl1 opened this issue May 15, 2020 · 3 comments
Closed

No longer works in newer version #1855

zzxjl1 opened this issue May 15, 2020 · 3 comments

Comments

@zzxjl1
Copy link

zzxjl1 commented May 15, 2020

@app.route('/live2d/<file>')
@app.route('/live2d/model')
@app.route('/live2d/motions/<file2>')               
async def live2d(request,file=None,file2=None):
@ashleysommer
Copy link
Member

ashleysommer commented May 15, 2020

@zzxjl1
Which version I sanic are you using?
I believe this is a duplicate of #1742

This is broken in v19.12.0, and v19.12.2. Is fixed (should be) in v20.03, and fix will also be in an upcoming release v19.12.3

@ashleysommer
Copy link
Member

Try this workaround until you get the bugfix: #1742 (comment)

@zzxjl1
Copy link
Author

zzxjl1 commented May 16, 2020

🆗,thanks!

@zzxjl1 zzxjl1 closed this as completed May 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants