mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #651] ERROR CODE: 10013 #403
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#403
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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.