-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hi!
I'm not super versed in python, so you'll have to forgive me...
Got things up and running, however I'm facing this error:
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/chad/autowx2/autowx2_functions.py", line 722, in mainLoop
while not runTest():
File "/home/chad/autowx2/autowx2_functions.py", line 268, in runTest
stderr=subprocess.PIPE)
File "/usr/lib/python2.7/subprocess.py", line 394, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/chad/autowx2/autowx2_functions.py", line 722, in mainLoop
while not runTest():
File "/home/chad/autowx2/autowx2_functions.py", line 268, in runTest
stderr=subprocess.PIPE)
File "/usr/lib/python2.7/subprocess.py", line 394, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Logfile: 2020-01-12.txt
Has anyone seen this before? Is this normal?
Also, how do you change what IP the flask server is listening on? Trying to access the webserver from another device returns a "refused to connect".
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels