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
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
The text was updated successfully, but these errors were encountered:
Is there already an issue for your problem?
NZBGet Version
v24.5-stable
Platform
Windows
Environment
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:
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
The text was updated successfully, but these errors were encountered: