Error in EOBrowser links

Hi. I have a problem with links that can be generated for certain views using scripts.

As far as I can see, since a couple of months it is not possible to generate links with excessively long scripts. However, I have some very old links that contained these long scripts.

Now my old links no longer work and I can no longer access the scripts. Is there any way to retrieve them?

Thank you in advance

Roberto

Hi Roberto,

Yes there is a way to retrieve your Evalscript. The evalscript is in the evalscript parameter of the EO Browser url and encoded as Base64 format. You can copy the evalscript parameter in your url and decode with any tool (I use https://www.base64decode.org/).

PS: When using long Evalscripts, I save them to a gist and then load them from URL in EO Browser.

Thank you very much Maxim, it works!!! My scripts are alive!!!