Skip to content
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

Manual start with nohup traceback #18

Open
jimboca opened this issue Nov 19, 2019 · 0 comments
Open

Manual start with nohup traceback #18

jimboca opened this issue Nov 19, 2019 · 0 comments

Comments

@jimboca
Copy link
Contributor

jimboca commented Nov 19, 2019

When starting with nohup there is no stdin...

2019-11-19 13:10:40,438 [MainThread] [ERROR] import polyinterface
2019-11-19 13:10:40,438 [MainThread] [ERROR] File "/home/pi/.local/lib/python3.5/site-packages/polyinterface/__init__.py", line 1, in <module>
2019-11-19 13:10:40,441 [MainThread] [ERROR] from .polyinterface import Interface, Node, Controller, LOGGER, unload_interface
2019-11-19 13:10:40,442 [MainThread] [ERROR] File "/home/pi/.local/lib/python3.5/site-packages/polyinterface/polyinterface.py", line 986, in <module>
2019-11-19 13:10:40,447 [MainThread] [ERROR] init_interface()
2019-11-19 13:10:40,447 [MainThread] [ERROR] File "/home/pi/.local/lib/python3.5/site-packages/polyinterface/polyinterface.py", line 113, in init_interface
2019-11-19 13:10:40,448 [MainThread] [ERROR] line = sys.stdin.readline()
2019-11-19 13:10:40,449 [MainThread] [ERROR] OSError
2019-11-19 13:10:40,449 [MainThread] [ERROR] :
2019-11-19 13:10:40,449 [MainThread] [ERROR] [Errno 9] Bad file descriptor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant