-
Notifications
You must be signed in to change notification settings - Fork 20
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
Problem with sanic>21.6 #61
Comments
We have the same problem 😬 |
Created a fix here but would need some feedback |
The events system was overhauled in sanic-org/sanic#2160 So you'll need to also add
after |
This is a showstopper for me. This package is unusable without a fix for sanic 21 (working addition to changes)
|
I've ported the fix from @wochinge to here #66 and added the changes you mentioned @autumnjolitz |
Hi @melindaloubser1 , I managed to rederive the same fixes you made lol Wasn't paying attention till Google's auth libraries made me upgrade and jesus christ wow the internal fiddling is awful |
Im having this issue with signals -> find_route func is None, when running a test REST call using pytest-sanic 19, sanic-testing Can someone suggest a solution - im very blocked with Sanic version upgrade |
Hey,
Thanks for the great library!
Seems like there is an error on
sanic > 21.6
. The failure I see looks like that:The failure occurs all the time, but if you need an example, take a look at: https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/sanic
Thanks,
Roman
The text was updated successfully, but these errors were encountered: