-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As far as I can tell, iOS will throw an exception when this method receives a path like /foo/bar but behaves normally when it receives file:///foo/bar because [VNImageRequestHandler initWithURL] isn't receiving a URL, so it completes requests with blank results. IMO,
- This library's JS layer should validate the format of the
uri"option" (it's not really optional) to ensure it's a string that both the iOS and Android implementations can process. If theuriis not valid, it should throw an informative error - IDK if there are other ways these classification requests can complete with blank results, but we might want to error out sooner in the iOS implementation if that happens with something more informative than saying a node has no score, b/c really there are no nodes at all in the response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
No status