You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DaemonRunner.__init__(self, self)
File "/usr/lib/python3/dist-packages/daemon/runner.py", line 111, in __init__
self.daemon_context.stdout = open(app.stdout_path, 'w+t')
io.UnsupportedOperation: File or stream is not seekable.
How do I get it working again?
The text was updated successfully, but these errors were encountered:
Hello,
the following code worked with Python 2:
It crashes with Python 3:
How do I get it working again?
The text was updated successfully, but these errors were encountered: