{"record":{"id":"d85309bff79404c6","repo":"hpyhacking/peatio","slug":"invalid-path","errorCode":null,"errorMessage":"Invalid path: {}","messagePattern":"Invalid path: (.+?)","errorType":"exception","errorClass":"Handlebars.Exception","httpStatus":null,"severity":"error","filePath":"app/assets/javascripts/swagger-ui/lib/handlebars-1.0.0.js","lineNumber":756,"sourceCode":"\nHandlebars.AST.HashNode = function(pairs) {\n  this.type = \"hash\";\n  this.pairs = pairs;\n};\n\nHandlebars.AST.IdNode = function(parts) {\n  this.type = \"ID\";\n\n  var original = \"\",\n      dig = [],\n      depth = 0;\n\n  for(var i=0,l=parts.length; i<l; i++) {\n    var part = parts[i].part;\n    original += (parts[i].separator || '') + part;\n\n    if (part === \"..\" || part === \".\" || part === \"this\") {\n      if (dig.length > 0) { throw new Handlebars.Exception(\"Invalid path: \" + original); }\n      else if (part === \"..\") { depth++; }\n      else { this.isScoped = true; }\n    }\n    else { dig.push(part); }\n  }\n\n  this.original = original;\n  this.parts    = dig;\n  this.string   = dig.join('.');\n  this.depth    = depth;\n\n  // an ID is simple if it only has one part, and that part is not\n  // `..` or `this`.\n  this.isSimple = parts.length === 1 && !this.isScoped && depth === 0;\n\n  this.stringModeValue = this.string;\n};\n","sourceCodeStart":738,"sourceCodeEnd":774,"githubUrl":"https://github.com/hpyhacking/peatio/blob/dab8641137c008928c835409342519bfef4eae7f/app/assets/javascripts/swagger-ui/lib/handlebars-1.0.0.js#L738-L774","documentation":"Error \"Invalid path: {}\" thrown in hpyhacking/peatio.","triggerScenarios":"Thrown at app/assets/javascripts/swagger-ui/lib/handlebars-1.0.0.js:756 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Use a valid Handlebars path such as foo.bar, this, or ../foo; remove illegal characters or segments from the path expression."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"dab8641137c008928c835409342519bfef4eae7f","analyzedAt":"2026-08-23T09:59:18.005Z","schemaVersion":2},"datasetVersion":"2026-08-23T13:39:53.451Z"}