swift - VisualRecognitionV3 - NSCocoaErrorDomain Code=3840 -


after migrating swift 3.1, visualrecognitionv3 seems return error when searching similar images:

error domain=nscocoaerrordomain code=3840 "invalid value around character 0." userinfo={nsdebugdescription=invalid value around character 0.}

any thoughts? couldn't find similar anywhere in regards .findsimilarimages.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -