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
Release version 1.0 reports for tasks something like this one:
Task exception was never retrieved
future: <Task finished name='Task-4' coro=<send_prediction() done, defined at TRIKLobeServer.py:123> exception=OSError('image file is truncated (7 bytes not processed)')>
Traceback (most recent call last):
File "TRIKLobeServer.py", line 125, in send_prediction
File "TRIKLobeServer.py", line 107, in predict
File "lobe\model\image_model.py", line 41, in predict_from_url
File "lobe\model\image_model.py", line 47, in predict
File "lobe\image_utils.py", line 88, in preprocess_image
File "lobe\image_utils.py", line 64, in ensure_rgb_format
File "PIL\Image.py", line 904, in convert
File "PIL\ImageFile.py", line 259, in load
OSError: image file is truncated (7 bytes not processed)
The text was updated successfully, but these errors were encountered:
Release version 1.0 reports for tasks something like this one:
The text was updated successfully, but these errors were encountered: