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

failed to bind to address [0.0.0.0]:8880: bind #230

Open
pypetey opened this issue Jan 19, 2023 · 2 comments
Open

failed to bind to address [0.0.0.0]:8880: bind #230

pypetey opened this issue Jan 19, 2023 · 2 comments

Comments

@pypetey
Copy link

pypetey commented Jan 19, 2023

Startup time : 0:00.276708
beefweb: failed to bind to address [0.0.0.0]:8880: bind: An attempt was made to access a socket in a way forbidden by its access permissions [system:10013 at D:\a\beefweb\beefweb\cpp\build\Release\extlibs-root\include\boost/asio/detail/win_iocp_socket_service.hpp:244:5 in function 'bind']
beefweb: failed to bind to address [::]:8880: bind: An attempt was made to access a socket in a way forbidden by its access permissions [system:10013 at D:\a\beefweb\beefweb\cpp\build\Release\extlibs-root\include\boost/asio/detail/win_iocp_socket_service.hpp:244:5 in function 'bind']
beefweb: failed to bind to any address

Changing settings to other port works but I wanted to keep it on the default so I can control foobar via streamdeck.

@hyperblast
Copy link
Owner

Hi,

please check that this is not firewall/anti-virus blocking.

also make sure that port is not used by some other applications.

The later could be done in admin console with netstat -aofnb -p tcp

I get something like:

 TCP    0.0.0.0:8880           0.0.0.0:0              LISTENING       15592
 [foobar2000.exe]

@pypetey
Copy link
Author

pypetey commented Jan 20, 2023

Stream Deck was making calls to 8880 but after killing streamdeck process - foobar still can't start on this port. and netstat -aofnb -p tcp returns nothing related to 8880.

I'm still trying to explore the root cause of the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants