Local model race condition #105

Closed
opened 2024-02-22 16:06:31 +00:00 by jgeorgi · 1 comment
Owner

On the android app, sometime trying to load an image results in an error:

Error loading image: The source image cannot be decoded

Subsequent attempts to load that image can be successful. I assume that the image is being passed to the model prior to complete loading but only sometimes.

On the android app, sometime trying to load an image results in an error: Error loading image: The source image cannot be decoded Subsequent attempts to load that image can be successful. I assume that the image is being passed to the model prior to complete loading but only sometimes.
jgeorgi added the
bug
label 2024-02-22 16:06:31 +00:00
jgeorgi added this to the 0.4.0 milestone 2024-02-22 22:53:38 +00:00
Author
Owner

Assumption incorrect: The error comes from the image element decode method (should, perhaps, have been obvious).

If the image source is not viable then decode() exits with an error, but why is the image source viable sometimes and not others?

Assumption incorrect: The error comes from the image element decode method (should, perhaps, have been obvious). If the image source is not viable then decode() exits with an error, but why is the image source viable sometimes and not others?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ALVINN/ALVINN_f7#105
No description provided.