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
My daughter's small project based on ML4K and App Inventor, after introducing ML4K extension and .AIX into App Inventor, always sends back "unable to invoke method ClassifyImage in object of type boolean. Irritants: ()" to both computer and cell phone when running. Does it mean any disconnection or incompatibility somewhere between ML4K and App Inventor? Thanks.
The text was updated successfully, but these errors were encountered:
My best guess would be that this is caused by a small bug in the project.
The ClassifyImage block expects to be given the location of an image to classify, but the error message you are seeing suggests it was given either true or false.
If you could share a screenshot of the project code blocks, I could confirm this and offer more advice.
My daughter's small project based on ML4K and App Inventor, after introducing ML4K extension and .AIX into App Inventor, always sends back "unable to invoke method
ClassifyImage
in object of type boolean. Irritants: ()" to both computer and cell phone when running. Does it mean any disconnection or incompatibility somewhere between ML4K and App Inventor? Thanks.The text was updated successfully, but these errors were encountered: