You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KeyError: 'RGBA'
File "PIL/JpegImagePlugin.py", line 650, in _save
rawmode = RAWMODE[im.mode]
OSError: cannot write mode RGBA as JPEG
File "falcon/app.py", line 365, in falcon.app.App.__call__
File "robotoff/app/api.py", line 807, in on_get
image_response(cropped_image, resp)
File "robotoff/app/api.py", line 952, in image_response
image.save(fp, "JPEG")
The text was updated successfully, but these errors were encountered:
Sentry Issue: ROBOTOFF-27N
The text was updated successfully, but these errors were encountered: