Closed berland closed 4 weeks ago
More context:
I guess this means that we have to escape all summary keys, parameter names and response names? I guess unescape for GUI and CLI. We have to escape both for unix file system and for url's, but I guess that urllib.parse
works for both.
I guess unescape for GUI and CLI.
What do you mean by this @eivindjahren ?
@xjules We do not want to show WBHP:46%2F3-7S
in the GUI, we want to show WBHP:46/3-7S
.
From the exception logs the message
Please report this error and try restarting the application.{"detail":"Not Found"} from url: http://127.0.0.1:51820/ensembles/cc00b469-xxxxxxxxxx-caff54ad717a/records/WBHP:46/3-7S.
can be found (well-name anonymized).
The reason is most likely the presence of a slash
/
in the well-name. This is valid in Eclipse (though it must be quoted in the DATA file).Ert should support well-names that include slashes.