-
Notifications
You must be signed in to change notification settings - Fork 56
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
supervisor4/python3 #17
Comments
thanks for this. |
This worked for me. Thanks! |
From @nunojpg in issue coderanger#17: > Under latest versions I found 3 issues: > - if processes output non-ASCII output then the event RESULT message > sends the wrong length. > - event_handler response is byte and not string, so all the code > fails. > - empty lines are printed to log coderanger#17
I tried this with supervisor 4.2.5 and python 3.11.2 and to didn't work for some reason. It looks like #18 and #20, which have been merged, are alternative fixes for this same problems? #18 decodes the log line before formatting it. #20 encodes the data in the main loop. So this patch may no longer be necessary?
|
Under latest versions I found 3 issues:
I'm not submitting a pull request since they are not being processed. A working version for me follows:
The text was updated successfully, but these errors were encountered: