[GH-ISSUE #651] ERROR CODE: 10013 #403

Closed
opened 2026-02-27 15:50:13 +03:00 by kerem · 1 comment
Owner

Originally created by @Johnwick101 on GitHub (Mar 7, 2018).
Original GitHub issue: https://github.com/quasar/Quasar/issues/651

My rat wont connect, its showing the below error message.
"An unexpected socket error occurred: An attempt was made to access a socket in a way forbidden by its access permissions."

Kindly assist

Originally created by @Johnwick101 on GitHub (Mar 7, 2018). Original GitHub issue: https://github.com/quasar/Quasar/issues/651 My rat wont connect, its showing the below error message. "An unexpected socket error occurred: An attempt was made to access a socket in a way forbidden by its access permissions." Kindly assist
kerem 2026-02-27 15:50:13 +03:00
Author
Owner

@DeadmanLabs commented on GitHub (Apr 2, 2018):

You might have another program listening on the requested socket. use the command prompt with the command "netstat -ano | findstr "YourPortHere"" and replace YourPortHere with the port you are trying to use. If you get results back, you can kill them by "taskkill /f /pid number" and replace number with the number at the end of the result from netstat.

<!-- gh-comment-id:378074918 --> @DeadmanLabs commented on GitHub (Apr 2, 2018): You might have another program listening on the requested socket. use the command prompt with the command "netstat -ano | findstr "*YourPortHere*"" and replace *YourPortHere* with the port you are trying to use. If you get results back, you can kill them by "taskkill /f /pid *number*" and replace *number* with the number at the end of the result from netstat.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#403
No description provided.