You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running app.py on 80 port i got this error.
app.run(debug = True, port = 80)
File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 841, in run
run_simple(host, port, self, **options)
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 720, in run_simple
s.bind((hostname, port))
File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
socket.error: [Errno 98] Address already in use
And If I change port 80 to 5000 than bot is not replying? what should I do?
Also tell me the procedure of Page access Token. Please
The text was updated successfully, but these errors were encountered:
While running app.py on 80 port i got this error.
app.run(debug = True, port = 80)
File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 841, in run
run_simple(host, port, self, **options)
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 720, in run_simple
s.bind((hostname, port))
File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
socket.error: [Errno 98] Address already in use
And If I change port 80 to 5000 than bot is not replying? what should I do?
Also tell me the procedure of Page access Token. Please
The text was updated successfully, but these errors were encountered: