offline self-hosted env, using langgenius-openai_api_compatible_0.0.11, return empty content #12128

Closed
opened 2026-02-21 19:05:55 -05:00 by yindo · 5 comments
Owner

Originally created by @claude89757 on GitHub (Mar 25, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.1.3

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

offline self-hosted env, using langgenius-openai_api_compatible_0.0.11, return empty content.

error or warning logs not found in docker-api

some api logs:

[GraphRunStartedEvent]

[NodeRunStartedEvent]
Node ID: 1742924059869
Node Title: 开始
Type: start

[NodeRunSucceededEvent]
Node ID: 1742924059869
Node Title: 开始
Type: start
Inputs: {'sys.query': 'test', 'sys.files': [], 'sys.conversation_id': '930ae81c-b663-4c56-a56c-4d5921e871d9', 'sys.user_id': 'c45393c2-f58d-4281-b65c-d736a55cbb38', 'sys.dialogue_count': 1, 'sys.app_id': '2e30f562-9e92-4028-ae3e-a002b21a18e6', 'sys.workflow_id': '2038e24b-a64f-4bc3-84df-bb81aea21667', 'sys.workflow_run_id': '21ff00bf-1b15-4b3d-b5f9-96c29bd224d9'}
Process Data: 
Outputs: {'sys.query': 'test', 'sys.files': [], 'sys.conversation_id': '930ae81c-b663-4c56-a56c-4d5921e871d9', 'sys.user_id': 'c45393c2-f58d-4281-b65c-d736a55cbb38', 'sys.dialogue_count': 1, 'sys.app_id': '2e30f562-9e92-4028-ae3e-a002b21a18e6', 'sys.workflow_id': '2038e24b-a64f-4bc3-84df-bb81aea21667', 'sys.workflow_run_id': '21ff00bf-1b15-4b3d-b5f9-96c29bd224d9'}
Metadata: 

[NodeRunStartedEvent]
Node ID: llm
Node Title: LLM
Type: llm
2025-03-25 18:03:41.705 INFO [Thread-61 (process_request_thread)] [_internal.py:97] - 192.168.240.10 - - [25/Mar/2025 18:03:41] "POST /console/api/apps/2e30f562-9e92-4028-ae3e-a002b21a18e6/advanced-chat/workflows/draft/run HTTP/1.1" 200 -
2025-03-25 18:03:41.708 DEBUG [Thread-62 (_generate_worker)] [connectionpool.py:241] - Starting new HTTP connection (1): plugin_daemon:5002
2025-03-25 18:03:41.713 DEBUG [Thread-62 (_generate_worker)] [connectionpool.py:544] - http://plugin_daemon:5002 "GET /plugin/845cfe64-e591-4180-8491-df18c796267b/management/models?page=1&page_size=256 HTTP/1.1" 200 None
2025-03-25 18:03:41.731 DEBUG [Thread-62 (_generate_worker)] [connectionpool.py:241] - Starting new HTTP connection (1): plugin_daemon:5002
2025-03-25 18:03:41.734 DEBUG [Thread-62 (_generate_worker)] [connectionpool.py:544] - http://plugin_daemon:5002 "POST /plugin/845cfe64-e591-4180-8491-df18c796267b/dispatch/model/schema HTTP/1.1" 200 None
2025-03-25 18:03:41.739 DEBUG [Thread-62 (_generate_worker)] [connectionpool.py:241] - Starting new HTTP connection (1): plugin_daemon:5002
2025-03-25 18:03:41.741 DEBUG [Thread-62 (_generate_worker)] [connectionpool.py:544] - http://plugin_daemon:5002 "POST /plugin/845cfe64-e591-4180-8491-df18c796267b/dispatch/llm/num_tokens HTTP/1.1" 200 None
2025-03-25 18:03:41.746 DEBUG [Thread-62 (_generate_worker)] [connectionpool.py:241] - Starting new HTTP connection (1): plugin_daemon:5002
2025-03-25 18:03:41.748 DEBUG [Thread-62 (_generate_worker)] [connectionpool.py:544] - http://plugin_daemon:5002 "POST /plugin/845cfe64-e591-4180-8491-df18c796267b/dispatch/llm/num_tokens HTTP/1.1" 200 None

[on_llm_before_invoke]
Model: deepseek-v3-local-II
Parameters:
Stream: True
User: c45393c2-f58d-4281-b65c-d736a55cbb38
Prompt messages:
        role: user
        content: 123
        role: user
        content: test

[on_llm_new_chunk]2025-03-25 18:03:41.751 DEBUG [Thread-62 (_generate_worker)] [connectionpool.py:241] - Starting new HTTP connection (1): plugin_daemon:5002
2025-03-25 18:03:42.130 DEBUG [Thread-62 (_generate_worker)] [connectionpool.py:544] - http://plugin_daemon:5002 "POST /plugin/845cfe64-e591-4180-8491-df18c796267b/dispatch/llm/invoke HTTP/1.1" 200 None

[NodeRunStreamChunkEvent]
Node ID: llm

[on_llm_after_invoke]
Content: 
Model: deepseek-v3-local-II
Usage: prompt_tokens=0 prompt_unit_price=Decimal('0') prompt_price_unit=Decimal('0') prompt_price=Decimal('0') completion_tokens=0 completion_unit_price=Decimal('0') completion_price_unit=Decimal('0') completion_price=Decimal('0') total_tokens=0 total_price=Decimal('0') currency='USD' latency=0.376994751393795
System Fingerprint: None

[NodeRunSucceededEvent]
Node ID: llm
Node Title: LLM
Type: llm
Inputs: 
Process Data: {'model_mode': 'chat', 'prompts': [{'role': 'user', 'text': '123', 'files': []}, {'role': 'user', 'text': 'test', 'files': []}], 'model_provider': 'langgenius/openai_api_compatible/openai_api_compatible', 'model_name': 'deepseek-v3-local-II'}
Outputs: {'text': '', 'usage': {'prompt_tokens': 0, 'prompt_unit_price': '0', 'prompt_price_unit': '0', 'prompt_price': '0', 'completion_tokens': 0, 'completion_unit_price': '0', 'completion_price_unit': '0', 'completion_price': '0', 'total_tokens': 0, 'total_price': '0', 'currency': 'USD', 'latency': 0.37637872248888016}, 'finish_reason': 'Non-JSON encountered.'}
Metadata: {'total_tokens': 0, 'total_price': '0', 'currency': 'USD'}

[NodeRunStartedEvent]
Node ID: answer
Node Title: 直接回复
Type: answer

[NodeRunSucceededEvent]
Node ID: answer
Node Title: 直接回复
Type: answer
Inputs: 
Process Data: 
Outputs: {'answer': '', 'files': []}
Metadata: 

[GraphRunSucceededEvent]
2025-03-25 18:04:36.320 INFO [Thread-64 (process_request_thread)] [_internal.py:97] - 192.168.240.10 - - [25/Mar/2025 18:04:36] "POST /console/api/apps/2e30f562-9e92-4028-ae3e-a002b21a18e6/workflows/draft?_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiYzQ1MzkzYzItZjU4ZC00MjgxLWI2NWMtZDczNmE1NWNiYjM4IiwiZXhwIjoxNzQyOTI3MjYxLCJpc3MiOiJTRUxGX0hPU1RFRCIsInN1YiI6IkNvbnNvbGUgQVBJIFBhc3Nwb3J0In0.obZpef8890Z7ps0HOpAvB1ECErfTbs1Q6yiAbpjP4fE HTTP/1.1" 200 -
2025-03-25 18:04:51.608 INFO [Thread-65 (process_request_thread)] [_internal.py:97] - 192.168.240.10 - - [25/Mar/2025 18:04:51] "GET /console/api/apps/2e30f562-9e92-4028-ae3e-a002b21a18e6/workflows/draft HTTP/1.1" 200 -
2025-03-25 18:04:52.408 INFO [Thread-66 (process_request_thread)] [_internal.py:97] - 192.168.240.10 - - [25/Mar/2025 18:04:52] "POST /console/api/apps/2e30f562-9e92-4028-ae3e-a002b21a18e6/workflows/draft?_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiYzQ1MzkzYzItZjU4ZC00MjgxLWI2NWMtZDczNmE1NWNiYjM4IiwiZXhwIjoxNzQyOTI3MjYxLCJpc3MiOiJTRUxGX0hPU1RFRCIsInN1YiI6IkNvbnNvbGUgQVBJIFBhc3Nwb3J0In0.obZpef8890Z7ps0HOpAvB1ECErfTbs1Q6yiAbpjP4fE HTTP/1.1" 200 -
2025-03-25 18:06:05.564 INFO [Thread-67 (process_request_thread)] [_internal.py:97] - 192.168.240.10 - - [25/Mar/2025 18:06:05] "GET /console/api/apps/2e30f562-9e92-4028-ae3e-a002b21a18e6/workflows/draft HTTP/1.1" 200 -
2025-03-25 18:06:06.482 INFO [Thread-68 (process_request_thread)] [_internal.py:97] - 192.168.240.10 - - [25/Mar/2025 18:06:06] "POST /console/api/apps/2e30f562-9e92-4028-ae3e-a002b21a18e6/workflows/draft?_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiYzQ1MzkzYzItZjU4ZC00MjgxLWI2NWMtZDczNmE1NWNiYjM4IiwiZXhwIjoxNzQyOTI3MjYxLCJpc3MiOiJTRUxGX0hPU1RFRCIsInN1YiI6IkNvbnNvbGUgQVBJIFBhc3Nwb3J0In0.obZpef8890Z7ps0HOpAvB1ECErfTbs1Q6yiAbpjP4fE HTTP/1.1" 200 -

✔️ Expected Behavior

No response

Actual Behavior

Image
Originally created by @claude89757 on GitHub (Mar 25, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.1.3 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce offline self-hosted env, using langgenius-openai_api_compatible_0.0.11, return empty content. error or warning logs not found in docker-api some api logs: ``` [GraphRunStartedEvent] [NodeRunStartedEvent] Node ID: 1742924059869 Node Title: 开始 Type: start [NodeRunSucceededEvent] Node ID: 1742924059869 Node Title: 开始 Type: start Inputs: {'sys.query': 'test', 'sys.files': [], 'sys.conversation_id': '930ae81c-b663-4c56-a56c-4d5921e871d9', 'sys.user_id': 'c45393c2-f58d-4281-b65c-d736a55cbb38', 'sys.dialogue_count': 1, 'sys.app_id': '2e30f562-9e92-4028-ae3e-a002b21a18e6', 'sys.workflow_id': '2038e24b-a64f-4bc3-84df-bb81aea21667', 'sys.workflow_run_id': '21ff00bf-1b15-4b3d-b5f9-96c29bd224d9'} Process Data: Outputs: {'sys.query': 'test', 'sys.files': [], 'sys.conversation_id': '930ae81c-b663-4c56-a56c-4d5921e871d9', 'sys.user_id': 'c45393c2-f58d-4281-b65c-d736a55cbb38', 'sys.dialogue_count': 1, 'sys.app_id': '2e30f562-9e92-4028-ae3e-a002b21a18e6', 'sys.workflow_id': '2038e24b-a64f-4bc3-84df-bb81aea21667', 'sys.workflow_run_id': '21ff00bf-1b15-4b3d-b5f9-96c29bd224d9'} Metadata: [NodeRunStartedEvent] Node ID: llm Node Title: LLM Type: llm 2025-03-25 18:03:41.705 INFO [Thread-61 (process_request_thread)] [_internal.py:97] - 192.168.240.10 - - [25/Mar/2025 18:03:41] "POST /console/api/apps/2e30f562-9e92-4028-ae3e-a002b21a18e6/advanced-chat/workflows/draft/run HTTP/1.1" 200 - 2025-03-25 18:03:41.708 DEBUG [Thread-62 (_generate_worker)] [connectionpool.py:241] - Starting new HTTP connection (1): plugin_daemon:5002 2025-03-25 18:03:41.713 DEBUG [Thread-62 (_generate_worker)] [connectionpool.py:544] - http://plugin_daemon:5002 "GET /plugin/845cfe64-e591-4180-8491-df18c796267b/management/models?page=1&page_size=256 HTTP/1.1" 200 None 2025-03-25 18:03:41.731 DEBUG [Thread-62 (_generate_worker)] [connectionpool.py:241] - Starting new HTTP connection (1): plugin_daemon:5002 2025-03-25 18:03:41.734 DEBUG [Thread-62 (_generate_worker)] [connectionpool.py:544] - http://plugin_daemon:5002 "POST /plugin/845cfe64-e591-4180-8491-df18c796267b/dispatch/model/schema HTTP/1.1" 200 None 2025-03-25 18:03:41.739 DEBUG [Thread-62 (_generate_worker)] [connectionpool.py:241] - Starting new HTTP connection (1): plugin_daemon:5002 2025-03-25 18:03:41.741 DEBUG [Thread-62 (_generate_worker)] [connectionpool.py:544] - http://plugin_daemon:5002 "POST /plugin/845cfe64-e591-4180-8491-df18c796267b/dispatch/llm/num_tokens HTTP/1.1" 200 None 2025-03-25 18:03:41.746 DEBUG [Thread-62 (_generate_worker)] [connectionpool.py:241] - Starting new HTTP connection (1): plugin_daemon:5002 2025-03-25 18:03:41.748 DEBUG [Thread-62 (_generate_worker)] [connectionpool.py:544] - http://plugin_daemon:5002 "POST /plugin/845cfe64-e591-4180-8491-df18c796267b/dispatch/llm/num_tokens HTTP/1.1" 200 None [on_llm_before_invoke] Model: deepseek-v3-local-II Parameters: Stream: True User: c45393c2-f58d-4281-b65c-d736a55cbb38 Prompt messages: role: user content: 123 role: user content: test [on_llm_new_chunk]2025-03-25 18:03:41.751 DEBUG [Thread-62 (_generate_worker)] [connectionpool.py:241] - Starting new HTTP connection (1): plugin_daemon:5002 2025-03-25 18:03:42.130 DEBUG [Thread-62 (_generate_worker)] [connectionpool.py:544] - http://plugin_daemon:5002 "POST /plugin/845cfe64-e591-4180-8491-df18c796267b/dispatch/llm/invoke HTTP/1.1" 200 None [NodeRunStreamChunkEvent] Node ID: llm [on_llm_after_invoke] Content: Model: deepseek-v3-local-II Usage: prompt_tokens=0 prompt_unit_price=Decimal('0') prompt_price_unit=Decimal('0') prompt_price=Decimal('0') completion_tokens=0 completion_unit_price=Decimal('0') completion_price_unit=Decimal('0') completion_price=Decimal('0') total_tokens=0 total_price=Decimal('0') currency='USD' latency=0.376994751393795 System Fingerprint: None [NodeRunSucceededEvent] Node ID: llm Node Title: LLM Type: llm Inputs: Process Data: {'model_mode': 'chat', 'prompts': [{'role': 'user', 'text': '123', 'files': []}, {'role': 'user', 'text': 'test', 'files': []}], 'model_provider': 'langgenius/openai_api_compatible/openai_api_compatible', 'model_name': 'deepseek-v3-local-II'} Outputs: {'text': '', 'usage': {'prompt_tokens': 0, 'prompt_unit_price': '0', 'prompt_price_unit': '0', 'prompt_price': '0', 'completion_tokens': 0, 'completion_unit_price': '0', 'completion_price_unit': '0', 'completion_price': '0', 'total_tokens': 0, 'total_price': '0', 'currency': 'USD', 'latency': 0.37637872248888016}, 'finish_reason': 'Non-JSON encountered.'} Metadata: {'total_tokens': 0, 'total_price': '0', 'currency': 'USD'} [NodeRunStartedEvent] Node ID: answer Node Title: 直接回复 Type: answer [NodeRunSucceededEvent] Node ID: answer Node Title: 直接回复 Type: answer Inputs: Process Data: Outputs: {'answer': '', 'files': []} Metadata: [GraphRunSucceededEvent] 2025-03-25 18:04:36.320 INFO [Thread-64 (process_request_thread)] [_internal.py:97] - 192.168.240.10 - - [25/Mar/2025 18:04:36] "POST /console/api/apps/2e30f562-9e92-4028-ae3e-a002b21a18e6/workflows/draft?_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiYzQ1MzkzYzItZjU4ZC00MjgxLWI2NWMtZDczNmE1NWNiYjM4IiwiZXhwIjoxNzQyOTI3MjYxLCJpc3MiOiJTRUxGX0hPU1RFRCIsInN1YiI6IkNvbnNvbGUgQVBJIFBhc3Nwb3J0In0.obZpef8890Z7ps0HOpAvB1ECErfTbs1Q6yiAbpjP4fE HTTP/1.1" 200 - 2025-03-25 18:04:51.608 INFO [Thread-65 (process_request_thread)] [_internal.py:97] - 192.168.240.10 - - [25/Mar/2025 18:04:51] "GET /console/api/apps/2e30f562-9e92-4028-ae3e-a002b21a18e6/workflows/draft HTTP/1.1" 200 - 2025-03-25 18:04:52.408 INFO [Thread-66 (process_request_thread)] [_internal.py:97] - 192.168.240.10 - - [25/Mar/2025 18:04:52] "POST /console/api/apps/2e30f562-9e92-4028-ae3e-a002b21a18e6/workflows/draft?_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiYzQ1MzkzYzItZjU4ZC00MjgxLWI2NWMtZDczNmE1NWNiYjM4IiwiZXhwIjoxNzQyOTI3MjYxLCJpc3MiOiJTRUxGX0hPU1RFRCIsInN1YiI6IkNvbnNvbGUgQVBJIFBhc3Nwb3J0In0.obZpef8890Z7ps0HOpAvB1ECErfTbs1Q6yiAbpjP4fE HTTP/1.1" 200 - 2025-03-25 18:06:05.564 INFO [Thread-67 (process_request_thread)] [_internal.py:97] - 192.168.240.10 - - [25/Mar/2025 18:06:05] "GET /console/api/apps/2e30f562-9e92-4028-ae3e-a002b21a18e6/workflows/draft HTTP/1.1" 200 - 2025-03-25 18:06:06.482 INFO [Thread-68 (process_request_thread)] [_internal.py:97] - 192.168.240.10 - - [25/Mar/2025 18:06:06] "POST /console/api/apps/2e30f562-9e92-4028-ae3e-a002b21a18e6/workflows/draft?_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiYzQ1MzkzYzItZjU4ZC00MjgxLWI2NWMtZDczNmE1NWNiYjM4IiwiZXhwIjoxNzQyOTI3MjYxLCJpc3MiOiJTRUxGX0hPU1RFRCIsInN1YiI6IkNvbnNvbGUgQVBJIFBhc3Nwb3J0In0.obZpef8890Z7ps0HOpAvB1ECErfTbs1Q6yiAbpjP4fE HTTP/1.1" 200 - ``` ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior <img width="1884" alt="Image" src="https://github.com/user-attachments/assets/dda5ce13-bc94-4c39-87f0-272fc08577e6" />
yindo added the 🐞 bug label 2026-02-21 19:05:55 -05:00
yindo closed this issue 2026-02-21 19:05:56 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Mar 25, 2025):

The issue of receiving empty content from the langgenius-openai_api_compatible_0.0.11 model in a self-hosted environment could be related to several factors. Here are some steps and considerations to help troubleshoot and resolve the issue:

  1. Check Model Configuration: Ensure that the model is configured correctly for offline use. Verify that the endpoint_url is set to the correct base URL of your self-hosted API, and that other parameters like context_size, mode, and max_tokens_to_sample are set appropriately [1].

  2. Inspect Logs for JSON Errors: The 'Non-JSON encountered' finish reason suggests that the response could not be decoded as JSON. This might indicate an issue with the response format from the model. Check if there are any errors or warnings in the logs that might provide more context on why the response is not in JSON format [2].

  3. Validate API Requests: Ensure that the API requests being sent to the model are correctly formatted and that the model is receiving the expected input. Double-check the prompt messages and parameters being passed to the model.

  4. Review Plugin Daemon Interactions: Since the logs mention interactions with the plugin_daemon, ensure that the plugin daemon is functioning correctly and that it is properly configured to communicate with the LLM model. Any misconfiguration here could lead to issues with model invocation.

  5. Test with Different Inputs: Try using different input prompts to see if the issue persists. This can help determine if the problem is related to specific input data or a broader configuration issue.

By following these steps, you should be able to identify and address the root cause of the empty content issue.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@dosubot[bot] commented on GitHub (Mar 25, 2025): <!-- Answer --> The issue of receiving empty content from the `langgenius-openai_api_compatible_0.0.11` model in a self-hosted environment could be related to several factors. Here are some steps and considerations to help troubleshoot and resolve the issue: 1. **Check Model Configuration**: Ensure that the model is configured correctly for offline use. Verify that the `endpoint_url` is set to the correct base URL of your self-hosted API, and that other parameters like `context_size`, `mode`, and `max_tokens_to_sample` are set appropriately <sup>[[1]](https://github.com/langgenius/dify/blob/main/api/core/model_runtime/model_providers/openai_api_compatible/openai_api_compatible.yaml)</sup>. 2. **Inspect Logs for JSON Errors**: The 'Non-JSON encountered' finish reason suggests that the response could not be decoded as JSON. This might indicate an issue with the response format from the model. Check if there are any errors or warnings in the logs that might provide more context on why the response is not in JSON format <sup>[[2]](https://github.com/langgenius/dify/blob/main/api/core/model_runtime/model_providers/stepfun/llm/llm.py)</sup>. 3. **Validate API Requests**: Ensure that the API requests being sent to the model are correctly formatted and that the model is receiving the expected input. Double-check the prompt messages and parameters being passed to the model. 4. **Review Plugin Daemon Interactions**: Since the logs mention interactions with the `plugin_daemon`, ensure that the plugin daemon is functioning correctly and that it is properly configured to communicate with the LLM model. Any misconfiguration here could lead to issues with model invocation. 5. **Test with Different Inputs**: Try using different input prompts to see if the issue persists. This can help determine if the problem is related to specific input data or a broader configuration issue. By following these steps, you should be able to identify and address the root cause of the empty content issue. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/08f83654-bc4c-4666-a807-93698c458a60?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/08f83654-bc4c-4666-a807-93698c458a60?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/08f83654-bc4c-4666-a807-93698c458a60?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/08f83654-bc4c-4666-a807-93698c458a60?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/08f83654-bc4c-4666-a807-93698c458a60?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/08f83654-bc4c-4666-a807-93698c458a60?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/08f83654-bc4c-4666-a807-93698c458a60?feedback_type=other)</sup>
Author
Owner

@leozanee commented on GitHub (Mar 25, 2025):

i think you might be found an error message in logs, probably a “type error"

@leozanee commented on GitHub (Mar 25, 2025): i think you might be found an error message in logs, probably a “type error"
Author
Owner

@claude89757 commented on GitHub (Mar 27, 2025):

i think you might be found an error message in logs, probably a “type error"

in which container?

@claude89757 commented on GitHub (Mar 27, 2025): > i think you might be found an error message in logs, probably a “type error" in which container?
Author
Owner

@dbs-huynguyen commented on GitHub (Mar 28, 2025):

I also got the same error. Below is the log in the container

Image

@dbs-huynguyen commented on GitHub (Mar 28, 2025): I also got the same error. Below is the log in the container ![Image](https://github.com/user-attachments/assets/44b32d04-e3a9-4c78-9195-b18d41b11713)
Author
Owner

@claude89757 commented on GitHub (Apr 2, 2025):

fix by this https://github.com/langgenius/dify-official-plugins/issues/392

@claude89757 commented on GitHub (Apr 2, 2025): fix by this https://github.com/langgenius/dify-official-plugins/issues/392
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#12128