Explorer 2 plugin malfunction

Hi all

I just installed my second instance of Orthanc on a Mint Linux machine, using also the Explorer 2 plugin.

Everything runs smoothly with radiant viewer - upload and retrieve studies. Problem is that when I try to access the web interface by using explorer 2 plugin, I get “All local Studies 0/2” and no studies are shown in the list. If I switch to the legacy UI, all studies are there and accessible.

Any thoughts on that?

Hi,

You should check for errors in the browser developer console or Network tab (check for the call to /tools/find)

And check the orthanc logs in verbose mode.

Alain

Good morning and thank you Alain for your kind answer!

I did what you suggested but the problem is that there is not even an entry ‘find’ to check for errors. I will upload a screenshot from my browser network console.

Any thoughts?

Hi again

This is the screenshot of the browser Network console, for everyone’s help

Hi,

Can you check the browser developer “console” and share your configuration file ?

Maybe relevant. I had the same issue.

Good evening everybody

This is my configuration json file for the explorer 2 plugin

{
“OrthancExplorer2”: {
“Enable”: true,
“IsDefaultOrthancUI”: true
},
“ReadOnly” : false
}

And this is the screenshot from the console tab of the Developers Tools

I’m using the default sqlite db, if that helps…

1 Like

Hi @spinmind

What version are you using ?
I think this was supposed to be fixed in 1.9.4.

Best,

Alain.

Well, it seems this commit came after 1.9.4 and might be required for that.

I’ll try to release a fix ASAP.

Alain.

Bonjour Alain and thank you for all your help

My server version is 1.9.4, it is correct

So, to my understanding, I will expect for the fix. After all, since the upload/retrieve function is working properly in the Radiant environment, I can wait…

Update

The latest release 1.10.2 seems to have dealt with the problem.

Now I am able to see all the studies correctly from the OE2 environment, as well as from my Radiant client.

Many thanks to @alainmazy and the whole team, keep up the great work

1 Like