{"record":{"id":"c078ce9ae7ff3032","repo":"AlistGo/alist","slug":"file-id-required","errorCode":null,"errorMessage":"file ID required","messagePattern":"file ID required","errorType":"validation","errorClass":null,"httpStatus":null,"severity":"error","filePath":"drivers/streamtape/driver.go","lineNumber":513,"sourceCode":"\t}\n\tif fileIDs == \"\" {\n\t\tfileIDs = fileIDFromObjID(args.Obj.GetID())\n\t}\n\tif fileIDs == \"\" {\n\t\treturn nil, fmt.Errorf(\"file IDs required\")\n\t}\n\n\tvar result fileInfoResult\n\tif err := d.callAPI(ctx, \"/file/info\", map[string]string{\"file\": fileIDs}, &result); err != nil {\n\t\treturn nil, err\n\t}\n\treturn result, nil\n}\n\nfunc (d *Streamtape) thumbnail(ctx context.Context, args model.OtherArgs) (interface{}, error) {\n\tfileID := fileIDFromObjID(args.Obj.GetID())\n\tif fileID == \"\" {\n\t\treturn nil, fmt.Errorf(\"file ID required\")\n\t}\n\n\tvar result string\n\tif err := d.callAPI(ctx, \"/file/getsplash\", map[string]string{\"file\": fileID}, &result); err != nil {\n\t\treturn nil, err\n\t}\n\treturn result, nil\n}\n\nfunc (d *Streamtape) conversionStatus(ctx context.Context, args model.OtherArgs) (interface{}, error) {\n\tisFailed := false\n\tif data, ok := args.Data.(map[string]interface{}); ok {\n\t\tif t, ok := data[\"type\"].(string); ok && t == \"failed\" {\n\t\t\tisFailed = true\n\t\t}\n\t}\n\n\tendpoint := \"/file/runningconverts\"","sourceCodeStart":495,"sourceCodeEnd":531,"githubUrl":"https://github.com/AlistGo/alist/blob/843d9dc8149126976b2625911e45a4d3ffd6f2f5/drivers/streamtape/driver.go#L495-L531","documentation":"Error \"file ID required\" thrown in AlistGo/alist.","triggerScenarios":"Thrown at drivers/streamtape/driver.go:513 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Supply the required field in the request or storage configuration and retry the operation."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"843d9dc8149126976b2625911e45a4d3ffd6f2f5","analyzedAt":"2026-08-15T12:14:11.722Z","schemaVersion":2},"datasetVersion":"2026-08-15T22:17:37.221Z"}