-
Notifications
You must be signed in to change notification settings - Fork 16
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
OSError: [Errno 2] No such file or directory #90
Comments
Try to reboot your system. Or change the port from flask before you start autowx2.py autowx2/autowx2_conf.py.example Line 149 in 72804c5
|
Thanks for your reply, @SA7BNT. Changing the port didn't work to get the flask server up - however I'm not seeing the error I was seeing before anymore. I think it's listening on localhost so it won't accept traffic on eth0. Flask seems to be running in debugging mode - I'm not familiar with Flask at all, how do I take it out of debug mode? |
You may try to install lighttpd or apache2. autowx2/autowx2_conf.py.example Line 102 in 72804c5
Maybe that will help you |
Thanks. Installed apache2, pointed autowx2 to /var/www/html, and nada. |
Update: used nginx reverse proxy - I now have a functioning webserver! :) I'm going to go ahead and close this. Thanks for your help! |
Just kidding - I can't view the table - the hyperlink is pointed to http://server/table - not table.html. pointing to table.html gives me a 404 though the file exists in var/www/. Interesting. Polling is also returning a 400, pointing to /socket.io/?EIO=3&transport=polling&t=M-T_x_-&sid=0a1ecc1616ab4fd2a2b78bba53099303... etc. |
OK. The config on my side is pointing at /var/www/
|
hello Chad eric |
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:
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!
The text was updated successfully, but these errors were encountered: