• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Solved Address already in use

fede

Member
hi when i try to start my bot it show my this problem:

2018/02/21 08:49:10 [GENERAL/!!!!!!!] NOTICE You may now configure and launch the bots from the webinterface. http://0.0.0.0:8087
error starting up: listen tcp 0.0.0.0:8087: bind: address already in use

what i have to do?

my os is ubuntu 16.04

P.S my configuration flies seems all ok
 
something is already running on the port

use netstat -tulpe | grep 8087
then look what proccess is running on that port, and kill it maybe with the pid (proccess id)
 
something is already running on the port

use netstat -tulpe | grep 8087
then look what proccess is running on that port, and kill it maybe with the pid (proccess id)

root@tg:/opt/sinusbot# netstat -tulpe | grep 8087
tcp 0 0 tg:8087 *:* LISTEN sinusbot 17054 1406/sinusbot
root@tg:/opt/sinusbot#
 
Back
Top Bottom