{"record":{"id":"113aff35552d92bb","repo":"hpyhacking/peatio","slug":"scoped-data-references-are-not-supported","errorCode":null,"errorMessage":"Scoped data references are not supported: {}","messagePattern":"Scoped data references are not supported: (.+?)","errorType":"exception","errorClass":"Handlebars.Exception","httpStatus":null,"severity":"error","filePath":"app/assets/javascripts/swagger-ui/lib/handlebars-1.0.0.js","lineNumber":1183,"sourceCode":"    this.addDepth(id.depth);\n    this.opcode('getContext', id.depth);\n\n    var name = id.parts[0];\n    if (!name) {\n      this.opcode('pushContext');\n    } else {\n      this.opcode('lookupOnContext', id.parts[0]);\n    }\n\n    for(var i=1, l=id.parts.length; i<l; i++) {\n      this.opcode('lookup', id.parts[i]);\n    }\n  },\n\n  DATA: function(data) {\n    this.options.data = true;\n    if (data.id.isScoped || data.id.depth) {\n      throw new Handlebars.Exception('Scoped data references are not supported: ' + data.original);\n    }\n\n    this.opcode('lookupData');\n    var parts = data.id.parts;\n    for(var i=0, l=parts.length; i<l; i++) {\n      this.opcode('lookup', parts[i]);\n    }\n  },\n\n  STRING: function(string) {\n    this.opcode('pushString', string.string);\n  },\n\n  INTEGER: function(integer) {\n    this.opcode('pushLiteral', integer.integer);\n  },\n\n  BOOLEAN: function(bool) {","sourceCodeStart":1165,"sourceCodeEnd":1201,"githubUrl":"https://github.com/hpyhacking/peatio/blob/dab8641137c008928c835409342519bfef4eae7f/app/assets/javascripts/swagger-ui/lib/handlebars-1.0.0.js#L1165-L1201","documentation":"Error \"Scoped data references are not supported: {}\" thrown in hpyhacking/peatio.","triggerScenarios":"Thrown at app/assets/javascripts/swagger-ui/lib/handlebars-1.0.0.js:1183 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Remove @-prefixed scoped data references from the template; this Handlebars version does not support them."],"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"}