Plugins Error Dictionary

Hello there,

First off, thanks for your work on Orthanc. Our company had to fire up a Dicom Viewer Server since our previous third party vendor wanted to charge us a large amount just to update their out dated server. Orthanc was just what we need. So you guys saved us!

I do have a question though, we are able to send images through our C-ARMs. But sometimes when pulling up images for the series, we’ll get three circles trying to load the series. The problem seems to be SR modalities. Sometimes series that have SR modalities work while other do not. I’ve checked our logs and the error we get is this:

E0927 [PluginsErrorDictionary.cpp:100] Exception inside the plugin engine: Error encountered within the plugin engine.

Our environment is docker running jodogne/orthanc-plugins:1.11.0 and postgres:latest. We open the series in Stone Web Viewer. Let me know if you need anymore information on my end to help. Any information would be appreciated. Thanks for your time.

Hi Bryce,

Note that the StoneViewer does not support SR but these should be ignored already thanks to this configuration:

    /**[](https://hg.orthanc-server.com/orthanc-stone/file/StoneWebViewer-2.3/Applications/StoneWebViewer/WebApplication/configuration.json#l119)
     * Define a list of modality type that the viewer will ignore.[](https://hg.orthanc-server.com/orthanc-stone/file/StoneWebViewer-2.3/Applications/StoneWebViewer/WebApplication/configuration.json#l120)
     **/[](https://hg.orthanc-server.com/orthanc-stone/file/StoneWebViewer-2.3/Applications/StoneWebViewer/WebApplication/configuration.json#l121)
    "SkipSeriesFromModalities": ["SR", "SEG", "PR"]

And that won’t work if a single series contains a mix of SR and e.g CT images.

I understand that you also have errors when pulling data from an external viewer ? Don’t hesitate to provide full verbose logs including a few lines before the error to give us more context …

Best regards,

Alain.