--listen flag returns error
Ainaemaet opened this issue · 1 comments
Hello, trying to use the --listen flag so that I can access the UI from another computer in my LAN and I get the following error:
app.py: error: argument --listen: expected one argument
I've tried putting the port number and/or IP (x.x.x.x:xxxx) in various ways, and each time I get a 'False
ERROR: [Errno -2] Name or service not known' or ' False ERROR: [Errno 99] error while attempting to bind on address ('0.0.30.180', 7860): cannot assign requested address' or similar error.
How do we use listen properly with this code?
EDIT: Ok, I figured it out - if you are having the same issue try putting --listen 0.0.0.0
it is strange though that they made it require another parameter but glad you got it worked out 👍