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
When I used nacos as the configuration center for configuration, I found that the service could not be successfully registered. This causes the client to start an error.
Logs
Click me to check logs
server:
2024-03-09 19:04:46 WARN server/action.go:164 The service greet.GreetService'svcOpts '[]' protocols don't has right protocolConfigs, Please check your configuration center and transfer protocol
2024-03-09 19:04:46 WARN server/action.go:164 The service grpc.health.v1.Health'svcOpts '[]' protocols don't has right protocolConfigs, Please check your configuration center and transfer protocol
2024-03-09 19:04:46 WARN server/action.go:164 The service grpc.reflection.v1alpha.ServerReflection'svcOpts '[]' protocols don't has right protocolConfigs, Please check your configuration center and transfer protocol
client:
2024-03-09 19:05:24 INFO nacos/impl.go:78 [Nacos ConfigCenter] New Nacos ConfigCenter with Configuration: &{BaseDynamicConfiguration:{} url:0x140001762a0 rootPath: wg:{noCopy:{} state1:0 state2:0} cltLock:{state:0 sema:0} done:0x14000240360 client:<nil> keyListeners:{mu:{state:0 sema:0} read:{v:<nil>} dirty:map[] misses:0} parser:<nil>}, url = nacos://127.0.0.1:8848?config-center.appId=dubbo&config-center.cluster=&config-center.group=myGroup&config-center.namespace=&config-center.timeout=10s&nacos.access=&nacos.group=myGroup&nacos.namespaceId=&nacos.password=&nacos.secret=&nacos.timeout=10s&nacos.username=&remote-client-name=dubbo.config-center-nacos-127.0.0.1%3A8848
2024-03-09T19:05:24.130+0800 INFO nacos_client/nacos_client.go:65 logDir:</Users/xducodert/Library/Caches/JetBrains/GoLand2023.1/tmp/GoLand/log> cacheDir:</Users/xducodert/Library/Caches/JetBrains/GoLand2023.1/tmp/GoLand/cache>
panic: runtime error: index out of range [0] with length 0
The text was updated successfully, but these errors were encountered:
Environment
Issue description
When I used nacos as the configuration center for configuration, I found that the service could not be successfully registered. This causes the client to start an error.
Logs
Click me to check logs
server:
client:
The text was updated successfully, but these errors were encountered: