No proxy that matches: group=sources and proxy=*.* were found.

I’m trying to open an nc file, however I get the following error:

ERROR: In vtkSIProxyDefinitionManager.cxx, line 518
vtkSIProxyDefinitionManager (0x60000183c100): No proxy that matches: group=sources and proxy=. were found.

This is the same issue for 5.13.0 and 5.13.1 versions that I have installed for ssh tunneling.

How do I solve this?

thanks
Janet

Hi Janet, do you have a small dataset you can share that leads to this result?

Unfortunately the work isn’t published yet. However, I am unable to load any nc files.

For example, I tried to load this data file and no joy. What could be the issue?

Nm - I deleted all of my config files and restarted. Something must have caused a conflict down the line with my settings.

That’s good. Did you happen to make backup copies of your settings files when resetting them? If so, could I see them?

Sorry for the late response. Yes I did. Here are my old settings.

Paraview-config-saved.tar.gz (23.6 KB)

Thank you, @deanwormer . I was able to reproduce your observed error by using the settings files you included here. The offending section of the ParaView-Settings.json file that led to the problem was

                "IOSettings" : 
                {
                        "ReaderDetails" : 
                        [
                                "*.*",
                                "All files",
                                "*.*"
                        ]
                },

which you can get if you manually set these IO settings in the ParaView Settings:

Do you recall if you set that setting manually? Or did you do something else like save the default reader to use when you were presented with a few reader options to open the .nc file? Thanks!