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

OSError: [Errno 98] Address already in use #91

Closed
sk1badev opened this issue May 16, 2022 · 1 comment
Closed

OSError: [Errno 98] Address already in use #91

sk1badev opened this issue May 16, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@sk1badev
Copy link

sk1badev commented May 16, 2022

(TradingView-Webhook-Bot) [root@ovz1 TradingView-Webhook-Bot]# python main.py
Traceback (most recent call last):
File "main.py", line 46, in
serve(app, host="0.0.0.0", port=80)
File "/root/TradingView-Webhook-Bot/TradingView-Webhook-Bot/lib64/python3.6/site-packages/waitress/init.py", line 13, in serve
server = _server(app, **kw)
File "/root/TradingView-Webhook-Bot/TradingView-Webhook-Bot/lib64/python3.6/site-packages/waitress/server.py", line 85, in create_server
sockinfo=sockinfo,
File "/root/TradingView-Webhook-Bot/TradingView-Webhook-Bot/lib64/python3.6/site-packages/waitress/server.py", line 244, in init
self.bind_server_socket()
File "/root/TradingView-Webhook-Bot/TradingView-Webhook-Bot/lib64/python3.6/site-packages/waitress/server.py", line 361, in bind_server_socket
self.bind(sockaddr)
File "/root/TradingView-Webhook-Bot/TradingView-Webhook-Bot/lib64/python3.6/site-packages/waitress/wasyncore.py", line 396, in bind
return self.socket.bind(addr)
OSError: [Errno 98] Address already in use

@sk1badev sk1badev added the bug Something isn't working label May 16, 2022
@sk1badev sk1badev changed the title ModuleNotFoundError: No module named 'flask' OSError: [Errno 98] Address already in use May 16, 2022
@fabston
Copy link
Owner

fabston commented May 17, 2022

This isn’t a bug. The address you’re trying to use is already used. As explained in the discussion.

@fabston fabston closed this as completed May 17, 2022
Repository owner locked and limited conversation to collaborators May 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants