-
Notifications
You must be signed in to change notification settings - Fork 42
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
“Failed to decode data” error #207
Comments
Exact same issue, for english, when selecting from an area. Same output. Same system (albeit, Silverblue) |
I too encountered this issue; Frog 1.5.1, GNOME 47 on Wayland, Arch. # replace %xx escapes with their single-character equivalent
if isinstance(file, str):
from urllib.parse import urlparse, unquote
file = unquote(urlparse(file).path) ...and with that the issue disappeared. Apparently |
This was fixed in Frog 1.5.2, released 3 weeks ago. Make sure to update your apps! |
I am using v1.5.2, and I am still getting the same error:
|
@xplosionmind Unfortunately, Frog is not correctly logging the error, and the warning above is unrelated. I am also unable to reproduce the issue on Fedora 41/GNOME/Wayland + Flatpak. Could you clone the repo, apply two simple changes, & then run it so we could get actual info on what's wrong?
I would recommend using GNOME Builder which will make editing & running very easy. |
Sorry for the late reply, @DaPigGuy! I followed the steps that you told me, and unfortunately I can’t reproduce the bug either… It works with all the three options to get an image to extract text from! Maybe the log could shine some light on the matter:
|
Using Frog 1.5.1 installed from Flatpak on Fedora 40 using GNOME and Wayland.
Logs
The text was updated successfully, but these errors were encountered: