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
Hello and thanks for this great app that lets us connect to free Internet
I have been getting this error message for a while, every time I try to connect
Unexpected Error
initialize inbound/direct[dns-in]: listen tcp 127.0.0.1:16450: bind: An
attempt was made to access a socket in a way forbidden by its access
permissions.
my current solution to this is:
Open Terminal as Admin
Run Command netstat -ano
Find the PID of the process that is using this port
Run Command kill <PID>
This problem started after I installed MySQL Server and Microsoft SQL Server Manager SQL Server PolyBase Engine is the Stubborn Service that uses this port. And when I kill it. It still tries to Connect to this port
Why Hiddify can't connect to another port?
I am Running Hiddify v2.5.7 on Windows 10
I Always run Hiddify as Admin
Minimal Reproducible Example (MRE)
Have MySQL Server and Microsoft SQL Server Manager Installed !!
Now, Every time I open Hiddify and Every time I try to Connect to my VPN Config I get this error
Expected Behavior
I expect Hiddify to use another port
Version
v2.5.7
Platform/OS
Windows
Additional Context
No response
Application Config Options
No response
Relevant log output
No response
Are you willing to submit a PR? If you know how to fix the bug.
I'm willing to submit a PR (Thank you!)
The text was updated successfully, but these errors were encountered:
Search first
What Happened?
Hello and thanks for this great app that lets us connect to free Internet
I have been getting this error message for a while, every time I try to connect
my current solution to this is:
Open Terminal as Admin
Run Command
netstat -ano
Find the PID of the process that is using this port
Run Command
kill <PID>
This problem started after I installed
MySQL Server
andMicrosoft SQL Server Manager
SQL Server PolyBase Engine
is the Stubborn Service that uses this port. And when I kill it. It still tries to Connect to this portWhy Hiddify can't connect to another port?
I am Running Hiddify v2.5.7 on Windows 10
I Always run Hiddify as Admin
Minimal Reproducible Example (MRE)
MySQL Server
andMicrosoft SQL Server Manager
Installed !!Expected Behavior
I expect Hiddify to use another port
Version
v2.5.7
Platform/OS
Windows
Additional Context
No response
Application Config Options
No response
Relevant log output
No response
Are you willing to submit a PR? If you know how to fix the bug.
The text was updated successfully, but these errors were encountered: