-
Notifications
You must be signed in to change notification settings - Fork 16.4k
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
frequent error when working with obfs-local - port is occupied #1466
Comments
I guess that's not the reason. Default local port 1080 haven't been used by any other process. The error only appeared when obfs-local is enabled in config, and it has never shown up at startup, but always appears when the service has run for a long while. |
Could this problem be caused by SIP003 support? Wish log could be helpful:
|
I guess this issue happen on some slow computer ? |
可能需要花点时间去调查 |
It seems that setting And other phenomenon is that every time when this error happened, there are four |
You can write a BAT (batch) file in shadowsocks.exe directory just one line:
When you want using shadowsocks, double-click the bat file. |
@chenshaoju It seems starting |
@kongwy , how many servers in your server list with plug-ins? |
@celeron533 Three. |
i have encountered the same issue, it only appears when i change current server (with SIP003 plugin) to another server (which is using SIP003 too), and only appears when current using obfs-local.exe is doing mass data transfering (loading youtube or twitch), and when it happens, there will be one more obfs-local.exe in task manager. |
在obfs处理数据时切换服务器或者切换代理模式(PAC/全局)的时候会出现这个问题,obfs-local.exe会有个别进程并未被重启驻留导致端口被占用。 |
@codexss 看样子是plugin的相关程序没有在第一时间被及时关闭 |
I'm the creator of #1533, I have ONLY one server on the list, so it may not be related to ss, but obfs-local |
我也有一样的问题。 |
我遇到的这个错误是在 Listener.cs#L67 报的错,感觉不是obfs-local的问题,SIP003用的端口不是SS指定的随机空端口么。 |
其实simple-obfs去年11月份就release出来一个win32的执行文件,可以试一下 |
Version(release version or AppVeyor link)
shadowsocks-win 4.0.6
Environment(Operating system, .NET Framework, etc)
Windows 10 with .NET Framework 4.7
Steps you have tried
I config obfs-local support as instruction in #1368
Config and error log in detail (with all sensitive info masked)
It works well every time when I just start it, but the error message below appears frequently when the process run for a while, especially when I want to switch to another server in my config. And every time when it appears, I need to stop the
obfs-local.exe
process in Task Manager and restartshadowsocks.exe
to recover the service, which is really annoying.The text was updated successfully, but these errors were encountered: