-
Notifications
You must be signed in to change notification settings - Fork 51
Description
04-26 14:49:40.661 1215-1291/com.hanuor.onyx_sample E/AndroidRuntime: FATAL EXCEPTION: AsyncTask #1 Process: com.hanuor.onyx_sample, PID: 1215 java.lang.RuntimeException: An error occurred while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:325) at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:354) at java.util.concurrent.FutureTask.setException(FutureTask.java:223) at java.util.concurrent.FutureTask.run(FutureTask.java:242) at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:243) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:761) Caused by: com.hanuor.onyx.exceptionhandler.ClarifaiBadRequestException: Path /v1/multiop not found at com.hanuor.onyx.helper.ResponseUtil.throwExceptionForErrorResponse(ResponseUtil.java:54) at com.hanuor.onyx.helper.ClarifaiRequester.executeOnce(ClarifaiRequester.java:91) at com.hanuor.onyx.helper.ClarifaiRequester.execute(ClarifaiRequester.java:40) at com.hanuor.onyx.helper.ClarifaiClient.recognize(ClarifaiClient.java:87) at com.hanuor.onyx.hub.Tags$3.doInBackground(Tags.java:122) at com.hanuor.onyx.hub.Tags$3.doInBackground(Tags.java:117) at android.os.AsyncTask$2.call(AsyncTask.java:305) at java.util.concurrent.FutureTask.run(FutureTask.java:237) at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:243) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:761)