{"record":{"id":"a5f3727535b725ca","repo":"juanfont/headscale","slug":"s-tailscale-node-has-not-reached-running-w","errorCode":null,"errorMessage":"%s tailscale node has not reached running: %w","messagePattern":"(.+?) tailscale node has not reached running: %w","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"integration/scenario.go","lineNumber":1026,"sourceCode":"\t\t\t\tif !strings.Contains(loginURL.String(), \"/oidc/\") {\n\t\t\t\t\t_ = s.runHeadscaleRegister(userStr, body)\n\t\t\t\t}\n\n\t\t\t\treturn nil\n\t\t\t})\n\n\t\t\tlog.Printf(\"client %s is ready\", client.Hostname())\n\t\t}\n\n\t\terr := user.joinWaitGroup.Wait()\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\n\t\tfor _, client := range user.Clients {\n\t\t\terr := client.WaitForRunning(integrationutil.PeerSyncTimeout())\n\t\t\tif err != nil {\n\t\t\t\treturn fmt.Errorf(\n\t\t\t\t\t\"%s tailscale node has not reached running: %w\",\n\t\t\t\t\tclient.Hostname(),\n\t\t\t\t\terr,\n\t\t\t\t)\n\t\t\t}\n\t\t}\n\n\t\treturn nil\n\t}\n\n\treturn fmt.Errorf(\"bringing up tailscale node: %w\", errNoUserAvailable)\n}\n\ntype debugJar struct {\n\tinner *cookiejar.Jar\n\tmu    sync.RWMutex\n\tstore map[string]map[string]map[string]*http.Cookie // domain -> path -> name -> cookie\n}","sourceCodeStart":1008,"sourceCodeEnd":1044,"githubUrl":"https://github.com/juanfont/headscale/blob/565fd254d06c4c7f9a8cad1714a43445c79ba420/integration/scenario.go#L1008-L1044","documentation":"Error \"%s tailscale node has not reached running: %w\" thrown in juanfont/headscale.","triggerScenarios":"Thrown at integration/scenario.go:1026 when the library encounters an invalid state.","commonSituations":"The named tailscale node did not reach Running state. Check tailscale status inside the container and headscale node registration.","solutions":["Inspect the wrapped error for the underlying cause and correct the failing condition (tailscale node has not reached running); retry the operation after fixing the input, configuration, or environment."],"exampleFix":"Inspect the wrapped error for the underlying cause and correct the failing condition (tailscale node has not reached running); retry the operation after fixing the input, configuration, or environment.","handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"565fd254d06c4c7f9a8cad1714a43445c79ba420","analyzedAt":"2026-08-15T13:12:30.133Z","schemaVersion":2},"datasetVersion":"2026-08-15T17:31:12.345Z"}