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
I tried to use spilld, but I got this error on ubuntu 16.04, and I don't understand why it does that.
I tried to investigate to understand, and it seems the type switch in *net.ListenConfig.Listen() can't distinguish which type of addr it is.
spilld -dev -debug_addr :22222
spilld, version unknown, starting at 2019-06-30 13:18:52.717845551 +0000 UTC m=+0.005995874
***DEVELOPMENT MODE***
temp dir /tmp/spilld-425601882
listen tcp :53: address :53: unexpected address type
I added some debug fmt.Println in the src/net/dial.go to see what was wrong:
Hi,
I tried to use spilld, but I got this error on ubuntu 16.04, and I don't understand why it does that.
I tried to investigate to understand, and it seems the type switch in
*net.ListenConfig.Listen()
can't distinguish which type of addr it is.I added some debug
fmt.Println
in thesrc/net/dial.go
to see what was wrong:And the output is now:
I don't get why it fails for this special case.
The text was updated successfully, but these errors were encountered: