Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

AttributeErro on self.process.returncode #49

Closed
shkschneider opened this issue Oct 30, 2012 · 1 comment
Closed

AttributeErro on self.process.returncode #49

shkschneider opened this issue Oct 30, 2012 · 1 comment

Comments

@shkschneider
Copy link

Here is what I got

Traceback (most recent call last):

[...], in _run
    r = envoy.run(cmd)
File "/home/conquete/.local/lib/python2.6/site-packages/envoy/core.py", line 167, in run
    out, err = cmd.run(data, timeout)
File "/home/conquete/.local/lib/python2.6/site-packages/envoy/core.py", line 52, in run
    self.returncode = self.process.returncode
AttributeError: 'NoneType' object has no attribute 'returncode'

My command was

ps xf | egrep "[0-9]:[0-9]{2} (.+/)?uwsgi --ini .+/uwsgi.conf" | sed -r "s/^\s+//"
@kennethreitz
Copy link
Contributor

This project is in a bit of a crisis state — it's really useful, and I use it on a daily basis. However, I wrote it in a few afternoons several years ago and haven't touched it since. In order to get the project into a stable state I'm closing all issues and pull requests

Don't take this as aggressive — it's just necessary for the project to make any progress any time soon (it's pretty clear the project is effectively unmaintained at the moment). Great things to come! Please watch the GitHub logs and feel free to re-open this discussion soon. I just need to really it into a good state first.

✨ ❤️ ✨

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants