"PyMuPDF Plugin for Dify" (0.0.2) executes ".bat" files without reading them. #4463
Replies: 4 comments
-
The error message "Request URL is missing an 'http://' or 'https://' protocol." clearly is not a PyMuPDF error. |
Beta Was this translation helpful? Give feedback.
-
Hi, @JorjMcKie Thank you for your reply.
-> I understand that very well, but even if this is a bug in Dify, I would like to ask for support from PyMuPDF! By the way, who is the owner of "PyMuPDF Plugin for Dify"?
-> If you watch this video recording on Dify, you will see that, PyMuPDF.Plugin.for.Dify.0.0.2.executes.bat.files.without.reading.them.mp4You are not trying to open a remote file directly, but uploading a file on your local disk to Dify. The other day, I was able to solve the problem with the standard "Document Extractor" block of Dify by using "PyMuPDF Plugin for Dify"! ... and I was just happy... Please help us find a solution! |
Beta Was this translation helpful? Give feedback.
-
As a first action, I am going to remove your posts from the issues tab. It is a Discussions item. |
Beta Was this translation helpful? Give feedback.
-
If "PyMuPDF Plugin for Dify" doesn't solve the problem, In the process, I deleted document_extractor/node.py in the Dify API container, In other words, it seems that "PyMuPDF Plugin for Dify" is not installed correctly in Dify. -> I also tried to install it from a local package after downloading "yevanchen-pymupdf_0.0.2.difypkg". . By the way, where in Dify is "PyMuPDF Plugin for Dify" installed?
|
Beta Was this translation helpful? Give feedback.
-
Description of the bug
PyMuPDF.Plugin.for.Dify.0.0.2.executes.bat.files.without.reading.them.mp4
"PyMuPDF Plugin for Dify" (0.0.2) executes ".bat" files without reading them.
I want to extract the file without executing the ".bat" file.
How to reproduce the bug
I entered "Explain this action"(この動作を説明して) in the prompt and executed the Define chatflow with "test_ping.bat".
"test_ping.bat" was sent to "PyMuPDF Tool".
"PyMuPDF Tool" sent the results of executing "test_ping.bat" to LLM, so LLM responded with the error content.
↓
(LLM Input)
↓
(LLM Output)
PyMuPDF version
Built from source ( yevanchen-pymupdf_0.0.2.difypkg )
Operating system
Linux (Dify on Docker)
Python version
3.12
Beta Was this translation helpful? Give feedback.
All reactions