Open jimboca opened 5 years ago
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
When starting with nohup there is no stdin...