mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[models] Connection Error, Request timed out. #677
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @coticom on GitHub (Sep 28, 2025).
Self Checks
Dify version
1.7.2
Plugin version
1.9.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
✔️ Error log
[models] Connection Error, Request timed out.
Has anyone encountered the above problem before? How to solve it
@dosubot[bot] commented on GitHub (Sep 28, 2025):
This timeout error is common in self-hosted Dify Docker setups and usually means the model server isn't reachable or responsive within the default 300-second timeout window. Here are the most effective troubleshooting steps:
localhostfor inter-container communication, and confirm all containers are on the same network with correct port exposure reference.docker-compose logs api(and also checkworkerandplugin_daemoncontainers). You can increase log verbosity by settingLOG_LEVEL=DEBUGandENABLE_REQUEST_LOGGING=Truein your.envreference.llm.pyorcommon_openai.pyinside the plugin Docker container), then rebuild the container reference reference.If you need to change the timeout:
llm.pyorcommon_openai.py).If you still see timeouts after these steps, upgrading to Dify 1.8.0 may resolve some plugin timeout issues reference.
Let me know if you need more detailed instructions for any of these steps!
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
