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

Binding socket failed for $MY_IP: Error 10013 - An attempt was made to access a socket in a way forbidden by its access permissions #493

Open
1 task done
dnzbk opened this issue Jan 31, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dnzbk
Copy link
Collaborator

dnzbk commented Jan 31, 2025

Is there already an issue for your problem?

  • I have checked older issues, open and closed

NZBGet Version

v24.5-stable

Platform

Windows

Environment

Any

Current Behavior

The application fails to bind a socket to the address $MY_IP with Error 10013:
"An attempt was made to access a socket in a way forbidden by its access permissions."
This occurs due to:

  • Port already in use by another process.
  • Insufficient privileges to bind to a privileged port (ports < 1024 on Unix-like systems or < 1025 on Windows).

Expected Behavior

The socket connection logic must handle such exceptional situations.

Steps To Reproduce

No response

Logs

Thu Jan 30 17:53:51 2025 ERROR Binding socket failed for $MY_IP: Error 10013 - An attempt was made to access a socket in a way forbidden by its access permissions.

Extra information

No response

@dnzbk dnzbk added the bug Something isn't working label Jan 31, 2025
@dnzbk dnzbk self-assigned this Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant