{
  "id": "go/grpc-unimplemented-service",
  "signature": "rpc error: code = Unimplemented desc = unknown service helloworld.Greeter",
  "signature_zh": "rpc 错误：代码 = Unimplemented 描述 = 未知服务 helloworld.Greeter",
  "regex": "rpc\\ error:\\ code\\ =\\ Unimplemented\\ desc\\ =\\ unknown\\ service\\ helloworld\\.Greeter",
  "domain": "go",
  "category": "network_error",
  "subcategory": null,
  "root_cause": "Client is calling a gRPC service that the server has not registered. The server may not have the correct .proto compiled, or the service registration is missing.",
  "root_cause_type": "generic",
  "root_cause_zh": "客户端调用了服务器尚未注册的 gRPC 服务。服务器可能未正确编译 .proto 文件，或缺少服务注册。",
  "versions": [
    {
      "version": "1.x",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "The server binary still contains old generated code, so the service is still unavailable.",
      "fail_rate": 0.8,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "This will only produce a different Unimplemented error, not fix the root cause.",
      "fail_rate": 0.9,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "",
      "success_rate": 0.95,
      "how": "In server main: pb.RegisterGreeterServer(s, &server{})",
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "success_rate": 0.9,
      "how": "protoc --go_out=. --go-grpc_out=. helloworld.proto",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": null,
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.85,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2024-01-15",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}