{"record":{"id":"34467932fc486ec8","repo":"ipfs/kubo","slug":"errors-while-displaying-some-entries","errorCode":null,"errorMessage":"errors while displaying some entries","messagePattern":"errors while displaying some entries","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"core/commands/commands.go","lineNumber":263,"sourceCode":"\t\t\tv, err := res.Next()\n\t\t\tif err != nil {\n\t\t\t\tif err == io.EOF {\n\t\t\t\t\tbreak\n\t\t\t\t}\n\t\t\t\trerr = err\n\t\t\t\treturn\n\t\t\t}\n\n\t\t\terrorMsg := procVal(v, os.Stdout)\n\n\t\t\tif errorMsg != \"\" {\n\t\t\t\terrors = true\n\t\t\t\tfmt.Fprintf(os.Stderr, \"%s\\n\", errorMsg)\n\t\t\t}\n\t\t}\n\n\t\tif errors {\n\t\t\trerr = fmt.Errorf(\"errors while displaying some entries\")\n\t\t}\n\t\treturn\n\t}\n}\n","sourceCodeStart":245,"sourceCodeEnd":268,"githubUrl":"https://github.com/ipfs/kubo/blob/329838acdfafae224582930457efe80aa217afc0/core/commands/commands.go#L245-L268","documentation":"After streaming all result entries of a command, at least one entry failed to render (procVal returned a non-empty error string, which was printed to stderr). This is a summary error: individual entry problems were already reported; it only signals the run was not fully clean.","triggerScenarios":"Thrown at core/commands/commands.go:263 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Check the per-entry messages printed above this error to find the failing items","Re-run the command excluding the bad entries or fix the underlying data"],"exampleFix":null,"handlingStrategy":"validation","validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"329838acdfafae224582930457efe80aa217afc0","analyzedAt":"2026-09-03T18:30:52.135Z","contentChangedAt":"2026-09-03T18:30:52.135Z","schemaVersion":2},"datasetVersion":"2026-09-11T00:17:11.886Z"}