If you read the error message carefully, there is an answer.
The code indicated by the error is
if (0 <= pix) or (pix <= r1):
Here, 0 <= fix
is what the error points to, or fix <= r1
.
In conclusion, when debugging , do not look at the error message roughly, but make sure to interpret it well and carefully.
564 Who developed the "avformat-59.dll" that comes with FFmpeg?
591 GDB gets version error when attempting to debug with the Presense SDK (IDE)
589 Uncaught (inpromise) Error on Electron: An object could not be cloned
573 PHP ssh2_scp_send fails to send files as intended
863 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.