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
fix nacos service discovery error after we debug, this was casued by not define nacos group in the subscibe method, and here comes another problem that currently we only support nacos 1.4, so we suggest you to drop you nacos version, thank you for supporting our project
registry/servicediscovery/nacos/go-client/cmd/client.go
2021/08/04 22:21:42 [INFO] logDir:</private/var/folders/nl/jg7kstxn7r78khdhh_24x0100000gn/T/log> cacheDir:</private/var/folders/nl/jg7kstxn7r78khdhh_24x0100000gn/T/cache>
2021-08-04T22:21:42.196+0800 WARN config/config_loader.go:193 providerConfig is nil!
github.com/apache/dubbo-go/config.loadProviderConfig
/Users/watson/code/golang/projects/pkg/mod/github.com/apache/[email protected]/config/config_loader.go:193
github.com/apache/dubbo-go/config.Load
/Users/watson/code/golang/projects/pkg/mod/github.com/apache/[email protected]/config/config_loader.go:357
main.main
/Users/watson/Documents/GitHub/dubbo-go-samples/registry/servicediscovery/nacos/go-client/cmd/client.go:60
runtime.main
/usr/local/Cellar/go/1.15.5/libexec/src/runtime/proc.go:204
[2021-08-04/22:21:50 main.main: client.go: 63] %s
start to test dubbopanic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x47290ff]
goroutine 1 [running]:
main.main()
/Users/watson/Documents/GitHub/dubbo-go-samples/registry/servicediscovery/nacos/go-client/cmd/client.go:65 +0x13f
Process finished with exit code 2
The text was updated successfully, but these errors were encountered: