local variable 'x0' referenced before assignment #1193
dothinking
started this conversation in
General
Replies: 2 comments 4 replies
-
Please let me have a reproducing file, thank you. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Found / resolved the issue (and it is a real issue actually): |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I faced the following error when upgrade PyMuPDF to 1.18.15,
According to the output and codes around
fitz.py
Line 6003, there is a chance leading to this issue whenpath['items']
is empty.Check
page._getDrawings()
of my pdf, unfortunately, the second itemefill
is the case, even though the output looks a bit abnormal.Beta Was this translation helpful? Give feedback.
All reactions