-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
supervisorctl fg always raises INCORRECT_PARAMETERS on Python 3 #836
Comments
what is the progress of getting supervisor to play well with Python 3??? |
Issues that still need to be resolved are tagged python 3. |
if I wanted to support supervisor getting python3 support via bountysource which issue would be a good one to donate to? @mnaberez |
This project is not current participating in any bounty websites and is also not currently soliciting monetary donations. If the project participates in any bounties or seeks donations, it will be indicated on supervisord.org or the supervisor-users mailing list. Please do not enroll the project in such websites yourself; the project developers can do this themselves if they decide to do so. |
cool, thanks for the heads up! |
Start
supervisord
in the foreground with a subprocess running:In another terminal, start
supervisorctl fg
and type something followed by return:Tested on 427eb2b. Note that in earlier versions,
fg
swallowed most XML-RPC faults so it would fail silently. The cause ofINCORRECT_PARAMETERS
is the same as #835 (comment). Once that is fixed, we should try the above again to be suresupervisorctl fg
is also fixed.The text was updated successfully, but these errors were encountered: