{"record":{"id":"536127859e002bad","repo":"Kong/insomnia","slug":"no-responses-for-request","errorCode":null,"errorMessage":"No responses for request","messagePattern":"No responses for request","errorType":"exception","errorClass":"Error","httpStatus":null,"severity":"error","filePath":"packages/insomnia/src/common/templating/local-template-tags.ts","lineNumber":645,"sourceCode":"        // Make sure we only send the request once per render so we don't have infinite recursion\n        const requestChain = context.context.getExtraInfo()?.requestChain || [];\n        if (requestChain.includes(request._id)) {\n          console.log('[response tag] Preventing recursive render');\n          shouldResend = false;\n        }\n\n        if (shouldResend && context.renderPurpose === 'send') {\n          console.log('[response tag] Resending dependency');\n          requestChain.push(request._id);\n          response = await context.network.sendRequest(request, {\n            requestChain,\n            environmentId: environmentId || undefined,\n          });\n        }\n\n        if (!response) {\n          console.log('[response tag] No response found');\n          throw new Error('No responses for request');\n        }\n\n        if (response.error) {\n          console.log('[response tag] Response error ' + response.error);\n          throw new Error('Failed to send dependent request ' + response.error);\n        }\n\n        if (!response.statusCode) {\n          console.log('[response tag] Invalid status code ' + response.statusCode);\n          throw new Error('No successful responses for request');\n        }\n\n        if (field !== 'raw' && field !== 'url' && !filter) {\n          throw new Error(`No ${field} filter specified`);\n        }\n\n        const sanitizedFilter = filter.trim();\n        const bodyBuffer = await context.util.models.response.getBodyBuffer(response, '');","sourceCodeStart":627,"sourceCodeEnd":663,"githubUrl":"https://github.com/Kong/insomnia/blob/d9bb2b0142600f21309832daea3317942d285984/packages/insomnia/src/common/templating/local-template-tags.ts#L627-L663","documentation":"Error \"No responses for request\" thrown in Kong/insomnia.","triggerScenarios":"Thrown at packages/insomnia/src/common/templating/local-template-tags.ts:645 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"d9bb2b0142600f21309832daea3317942d285984","analyzedAt":"2026-08-26T18:04:05.187Z","schemaVersion":2},"datasetVersion":"2026-08-26T21:11:00.512Z"}