{"record":{"id":"dffeb90a03d1f6cb","repo":"BerriAI/litellm","slug":"video-get-character-is-not-supported-for-custom-l","errorCode":null,"errorMessage":"video get character is not supported for {custom_llm_provider}","messagePattern":"video get character is not supported for (.+?)","errorType":"exception","errorClass":"ValueError","httpStatus":null,"severity":"error","filePath":"litellm/videos/main.py","lineNumber":1301,"sourceCode":"\n        mock_response = kwargs.get(\"mock_response\", None)\n        if mock_response is not None:\n            if isinstance(mock_response, str):\n                mock_response = json.loads(mock_response)\n            return CharacterObject(**mock_response)\n\n        if custom_llm_provider is None:\n            custom_llm_provider = \"openai\"\n\n        litellm_params: Final = GenericLiteLLMParams(**kwargs)\n\n        provider_config: Final[BaseVideoConfig | None] = ProviderConfigManager.get_provider_video_config(\n            model=None,\n            provider=litellm.LlmProviders(custom_llm_provider),\n        )\n\n        if provider_config is None:\n            raise ValueError(f\"video get character is not supported for {custom_llm_provider}\")\n\n        local_vars.update(kwargs)\n        request_params: Final[dict] = {\"character_id\": character_id}\n\n        litellm_logging_obj.update_environment_variables(\n            model=\"\",\n            user=kwargs.get(\"user\"),\n            optional_params=dict(request_params),\n            litellm_params={\"litellm_call_id\": litellm_call_id, **request_params},\n            custom_llm_provider=custom_llm_provider,\n        )\n\n        litellm_logging_obj.call_type = CallTypes.video_get_character.value\n\n        return base_llm_http_handler.video_get_character_handler(\n            character_id=character_id,\n            video_provider_config=provider_config,\n            custom_llm_provider=custom_llm_provider,","sourceCodeStart":1283,"sourceCodeEnd":1319,"githubUrl":"https://github.com/BerriAI/litellm/blob/77b7c6c40c0c5aa5fbcb1d6a1825ac39ca8829b8/litellm/videos/main.py#L1283-L1319","documentation":"Provider-support check when getting a video character: the resolved provider has no character-get implementation in the video config registry, so the retrieval is unsupported.","triggerScenarios":"Thrown at litellm/videos/main.py:1301 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Use a provider that supports retrieving video characters, or implement it in a custom provider wrapper for {custom_llm_provider}."],"exampleFix":null,"handlingStrategy":"validation","validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"77b7c6c40c0c5aa5fbcb1d6a1825ac39ca8829b8","analyzedAt":"2026-08-18T11:44:31.656Z","contentChangedAt":null,"schemaVersion":2},"datasetVersion":"2026-09-14T00:17:10.932Z"}