-
Notifications
You must be signed in to change notification settings - Fork 2
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
Issue with openziti & gunicorn #59
Comments
That' was the same error as before that this pr was trying to fix. When I look at that PR, line 219 should be different now. Can you confirm the version of the sdk you're using and how you're getting it? Seems like maybe it's not been published yet. |
I am on 0.8.1, there seems to be 12 pre-release versions, on testpypi the latest prerelease is 0.8.1.post0.dev12 Ill try and repo this with the latest pre-release version and see if the issue persists |
Ah, it's entirely possible I just "assumed" it was the fix since I saw that PR just yesterday and noticed the issue closed. :) Thanks. I'll poke @ekoby and see what he thinks. |
So I retested it using both the default "sync" worker type and the evenlet worker type and they both still fail with this pre-release version. Its getting a different but very similar error
This seem lines up with the latest change that adds the raise OSError(err, msg) line |
as I mentioned in the other issue, |
I'm getting an error when trying to bind openziti to the gunicorn run function.
I don't get this error with waitress or the built in flask run functions
the example of the binding
and the app is running on the same ip and port
this is the error we are getting
The text was updated successfully, but these errors were encountered: