Replies: 1 comment
-
Please upload the document you're using and your Python code. Otherwise it's not possible to know what's going wrong. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
each time i use reload_page i have :
Traceback (most recent call last):
....
File "C:\Anaconda3\envs\Python39PySide2PyMupdfNew\lib\site-packages\pymupdf_init_.py", line 5418, in reload_page
assert m_internal_new != m_internal_old,
AssertionError: refs_old=4 m_internal_old=0x16bb1e95ca0 m_internal_new=0x16bb1e95ca0
i certainly do somthing wrong ! in with case reload_page assertion is fired?
thank's in advance for help
Beta Was this translation helpful? Give feedback.
All reactions