Skip to content
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

win 报错 #8

Open
gongxianjin opened this issue Nov 8, 2022 · 2 comments
Open

win 报错 #8

gongxianjin opened this issue Nov 8, 2022 · 2 comments

Comments

@gongxianjin
Copy link

Cannot remove temporary socket: remove C:\Users\ADMINI1\AppData\Local\Temp/iotfast_plugin: The system cannot find the file specified.
using proto:unix, netAddr:C:\Users\ADMINI
1\AppData\Local\Temp/iotfast_plugin ,err:listen unix C:\Users\ADMINI1\AppData\Local\Temp/iotfast_plugin: socket: An address incompatible with the requested protocol was used., creat server failed
using proto:unix, netAddr:C:\Users\ADMINI
1\AppData\Local\Temp/iotfast_plugin ,err:listen unix C:\Users\ADMINI1\AppData\Local\Temp/iotfast_plugin: socket: An address incompatible with the requested protocol was used., creat server failed
using proto:unix, netAddr:C:\Users\ADMINI
1\AppData\Local\Temp/iotfast_plugin ,err:listen unix C:\Users\ADMINI1\AppData\Local\Temp/iotfast_plugin: socket: An address incompatible with the requested protocol was used., creat server failed
using proto:unix, netAddr:C:\Users\ADMINI
1\AppData\Local\Temp/iotfast_plugin ,err:listen unix C:\Users\ADMINI~1\AppData\Local\Temp/iotfast_plugin: socket: An address incompatible with the requested protocol was used., creat server failed
server plugin start successful
panic: runtime error: invalid memory address or nil pointer dereference
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x28 pc=0x10db6e9]

goroutine 59 [running]:
github.com/xiaodingding/iotfast/plugin/server.(*server).serveTCP.func1(0x0, 0x0, 0xc000bd8000)
E:/src/iotfast/plugin/server/server.go:231 +0x29
panic(0x14a8a00, 0x279f180)
D:/ProgramFiles/Go/src/runtime/panic.go:965 +0x1c7
github.com/xiaodingding/iotfast/plugin/server.(*server).serveTCP(0xc000bd8000, 0x0, 0x0)
E:/src/iotfast/plugin/server/server.go:239 +0x133
github.com/xiaodingding/iotfast/plugin/server.(*server).Start(0xc000bd8000)
E:/src/iotfast/plugin/server/server.go:385 +0x3cf
github.com/xiaodingding/iotfast/internal/cmd.glob..func3(0x1e25fd8, 0xc000146870, 0xc000134700, 0x11, 0x0)
E:/src/iotfast/internal/cmd/cmd.go:93 +0x65
created by github.com/xiaodingding/iotfast/internal/cmd.glob..func4
E:/src/iotfast/internal/cmd/cmd.go:105 +0xf9

@jackeyjin2002
Copy link

please run under Windows 10, AF_UNIX is not support Windows 7(2008).

@xiaodingding
Copy link
Owner

哦哦,你可以不用unix协议

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants