-
Notifications
You must be signed in to change notification settings - Fork 815
UnicodeDecodeError at ProcessCollector.collect() #234
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
Comments
I'm guessing you have some non-ASCII process names, and we should be opening the |
@brian-brazil
to:
Got this output:
|
Yip, that's not ASCII. Could you send a pull request? |
Sure, will do in a couple of days. |
bnopne
added a commit
to bnopne/client_python
that referenced
this issue
Jan 9, 2018
brian-brazil
pushed a commit
that referenced
this issue
Jan 9, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, i get the following error when i try to run my app with Gunicorn:
App is started with command:
gunicorn -b 0.0.0.0 app:api --config gunicornconfig.py --workers=4 --log-level=DEBUG --worker-class=aiohttp.worker.GunicornWebWorker --reload
Contents of gunicornconfig.py are taken straight from multiprocessing tutorial for this module:
Other packages:
The text was updated successfully, but these errors were encountered: