mark2devel / mark2

Minecraft Multi Server Wrapper Written in Python with Twisted; Pull Requests HIGHLY Encouraged, Collaborators Needed Discord: https://discord.gg/zymJygHNpv
Other
207 stars 44 forks source link

Server Start/Attach Error #106

Closed bigbluu722 closed 3 years ago

bigbluu722 commented 5 years ago

% mark2 start test Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 151, in maybeDeferred result = f(*args, kw) File "/usr/local/lib/mark2/mk2/services/process.py", line 107, in server_starting self.stat_process.start(self.parent.config['java.ps.interval']) File "/usr/lib/python2.7/site-packages/twisted/internet/task.py", line 194, in start self() File "/usr/lib/python2.7/site-packages/twisted/internet/task.py", line 239, in call d = defer.maybeDeferred(self.f, *self.a, *self.kw) --- --- File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 151, in maybeDeferred result = f(args, kw) File "/usr/local/lib/mark2/mk2/services/process.py", line 166, in update_stat except psutil.error.NoSuchProcess: exceptions.AttributeError: 'module' object has no attribute 'error'

Pastebin here if formatting fails again.

Seem to be receiving this error when starting a server, not sure what would be causing this seeing as everything seems to be installed correctly. Any help would be appreciated.

Column01 commented 3 years ago

I know bigbluu, we fixed this ages ago... cleaning up issues