We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Starting the nameserver in dæmon mode fails with Python 3.8.6, pytroll-collectors-0.10.0, and python-dæmon 2.2.4:
$ nameserver -d start -l /tmp/test.log Traceback (most recent call last): File "/data/gholl/miniconda3/envs/py38b/bin/nameserver", line 129, in <module> angel = daemon.runner.DaemonRunner(APP) File "/data/gholl/miniconda3/envs/py38b/lib/python3.8/site-packages/daemon/runner.py", line 114, in __init__ self._open_streams_from_app_stream_paths(app) File "/data/gholl/miniconda3/envs/py38b/lib/python3.8/site-packages/daemon/runner.py", line 134, in _open_streams_from_app_stream_paths self.daemon_context.stderr = open( ValueError: can't have unbuffered text I/O
This is true while logging to a file or not.
Could this be a Python 2 / Python 3 issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Starting the nameserver in dæmon mode fails with Python 3.8.6, pytroll-collectors-0.10.0, and python-dæmon 2.2.4:
This is true while logging to a file or not.
Could this be a Python 2 / Python 3 issue?
The text was updated successfully, but these errors were encountered: