vanvalenlab / kiosk-imageJ-plugin

An ImageJ Plugin for interacting with the DeepCell Kiosk
Other
3 stars 2 forks source link

MediaType error when running the plugin #12

Closed ngreenwald closed 4 years ago

ngreenwald commented 4 years ago

I got the following error message after trying to run the plugin. I'm using FIJI (the newest version of imageJ). Has it been tested only on Vanilla ImageJ? Or did I mess something up when installing?

image

willgraf commented 4 years ago

I have only tested this plugin with ImageJ, and the install instructions in this README are only for ImageJ.

It looks like the following is broken with FIJI:

import okhttp3.MediaType;
static final MediaType MEDIA_TYPE_JSON = MediaType.get("application/json; charset=utf-8");

But it is indeed a method.

ngreenwald commented 4 years ago

Yup, I downloaded ImageJ and it works there. Looks like ImageJ2/FIJI issue

willgraf commented 4 years ago

I've just downloaded and installed the lateset versions of ImageJ 2 and FIJI, and it worked successfully on both (segmentation jobs).

How did you install it in FIJI?

ngreenwald commented 4 years ago

I hadn't updated FIJI in like 4 months. Works great. image