{"record":{"id":"ae29cee0c1582a96","repo":"langflow-ai/langflow","slug":"watsonx-config-list-result-payload-slot-is-not-con","errorCode":null,"errorMessage":"Watsonx config_list_result payload slot is not configured.","messagePattern":"Watsonx config_list_result payload slot is not configured\\.","errorType":"http","errorClass":"HTTPException","httpStatus":500,"severity":"error","filePath":"src/backend/base/langflow/api/v1/mappers/deployments/watsonx_orchestrate/mapper.py","lineNumber":1312,"sourceCode":"                    created_at=row.created_at,\n                    updated_at=row.updated_at,\n                    flow_version_ids=[fv_id for fv_id, _ in matched_attachments] if has_flow_filter else None,\n                    provider_data=provider_data,\n                )\n            )\n        return items\n\n    def shape_config_list_result(\n        self,\n        result: ConfigListResult,\n        *,\n        page: int,\n        size: int,\n    ) -> DeploymentConfigListResponse:\n        slot = self.api_payloads.config_list_result\n        if slot is None:\n            msg = \"Watsonx config_list_result payload slot is not configured.\"\n            raise HTTPException(status_code=status.HTTP_500_INTERNAL_SERVER_ERROR, detail=msg)\n\n        items_all: list[WatsonxApiConfigListItem] = []\n        for item in result.configs:\n            if not isinstance(item.provider_data, dict):\n                msg = \"Invalid config item provider_data payload: expected non-null object.\"\n                raise HTTPException(status_code=status.HTTP_500_INTERNAL_SERVER_ERROR, detail=msg)\n            items_all.append(\n                self.shape_config_item_data(\n                    {\n                        **item.provider_data,\n                        \"connection_id\": item.id,\n                        \"app_id\": item.name,\n                    }\n                )\n            )\n        total = len(items_all)\n        offset = page_offset(page, size)\n        provider_payload = {","sourceCodeStart":1294,"sourceCodeEnd":1330,"githubUrl":"https://github.com/langflow-ai/langflow/blob/976ec789d2886a86de109c044d089d68e96c9a35/src/backend/base/langflow/api/v1/mappers/deployments/watsonx_orchestrate/mapper.py#L1294-L1330","documentation":"Error \"Watsonx config_list_result payload slot is not configured.\" thrown in langflow-ai/langflow.","triggerScenarios":"Occurs when the watsonx config_list_result payload slot is not configured on the mapper.","commonSituations":"See trigger scenarios.","solutions":["Configure the config_list_result payload slot for the watsonx integration."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"976ec789d2886a86de109c044d089d68e96c9a35","analyzedAt":"2026-08-14T18:23:12.227Z","schemaVersion":2},"datasetVersion":"2026-08-15T22:17:37.221Z"}