-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infinite Loop While Opening Photo #28
Comments
Fixed by #29 Update package to 1.5.0 version |
@GinkgoBil Thanks for reporting this bug ❤️ |
Ok I will try thanks |
I did not test it on Gigapixel 8 |
It works, but the script needs to try several times. I think it would work better on PCs that aren’t super fast by adding a 2024-11-23 17:34:55.334 | DEBUG | gigapixel.gigapixel:open_photo:75 - Trying to open photo |
If you are referring to retries messages, then don't worry, this is normal behavior. This is just debug logs. If your script does not fulfill its function or does not work correctly, then create a new PR and describe the problem. |
I’ve encountered an issue when trying to process an image. Specifically, the wrapper gets stuck in a loop where the Gigapixel window repeatedly opens the dialog to choose the image location, but it never successfully processes the file.
Here’s an excerpt from the debug logs:
2024-11-23 11:23:49.641 | DEBUG | gigapixel.gigapixel:open_photo:85 - Trying to open photo 2024-11-23 11:23:51.212 | DEBUG | gigapixel.gigapixel:open_photo:85 - Trying to open photo 2024-11-23 11:23:52.351 | DEBUG | gigapixel.gigapixel:open_photo:85 - Trying to open photo ...
This repeats indefinitely. The input image path is valid and accessible.
Windows 11 22H2
Python 3.13
Gigapixel 7.1.4
GigapixelWrapper 1.4.2
The text was updated successfully, but these errors were encountered: