mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
An error occurred in the plugin, please contact the author of langgenius/dify_extractor/dify_extractor for help, error type: ConnectError, error details: [Errno 111] Connection refused #695
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 @Despairking on GitHub (Oct 9, 2025).
Self Checks
Dify version
1.9.1
Plugin version
Dify Extractor 0.0.5
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
✔️ Error log
@tiagantos commented on GitHub (Oct 10, 2025):
What was the solution?
@Despairking commented on GitHub (Oct 10, 2025):
@tiagantos commented on GitHub (Oct 10, 2025):
How can I ensure that the 5001 port is exposed?
@Despairking commented on GitHub (Oct 10, 2025):
You can check the port mappings in the docker-compose.yaml file
@tiagantos commented on GitHub (Oct 10, 2025):
Ok thank you for your help!
@boaty commented on GitHub (Oct 28, 2025):
i have the same issue when using pipeline for knowledge.
i deploy dify using docker compose and i set FILES_URL to http://api:5001. after restart the docker compose, everything dify website is extremly slow and unable to do anything.
then i switched to FILES_URL=http://Dify host IP:5001. Dify returned to normal state but error "An error occurred in the plugin, please contact the author of langgenius/dify_extractor/dify_extractor for help, error type: ConnectError, error details: [Errno 111] Connection refused" appear again.
please help
@Despairking commented on GitHub (Oct 28, 2025):
Did you set the ports in your docker-compose.yaml file?
@boaty commented on GitHub (Oct 29, 2025):
No, i did not. the docker-compose.yaml file kept the same as
git pullsent.So I added `ports: - "5001:5001", it works !!! but why?
Thank you
Best