Tomas Zigo

Results 133 comments of Tomas Zigo

[WinGRASS-8.3.dev-56986425a-1-Setup.exe standalone installer](https://wingrass.fsv.cvut.cz/grass83/WinGRASS-8.3.dev-56986425a-1-Setup.exe). ``` Launching GUI in the background, please wait... Microsoft Windows [Version 10.0.17763.1935] (c) 2018 Microsoft Corporation. All rights reserved. C:\Users\IEUser>wxdigit.py: Could not load grass_vector.8.3. wxdigit.py: Could not...

[WinGRASS-8.3.dev-56986425a-1-Setup.exe standalone installer](https://wingrass.fsv.cvut.cz/grass83/WinGRASS-8.3.dev-56986425a-1-Setup.exe) with installed Important Microsoft Runtime DLLs. It seems libgrass_vector.8.3.dll has missing gdal304.dll and this is reason why libgrass_vector.8.3.dll isn't loaded via Python ctypes (error mention above). ```cmd...

> Maybe OSGeo4W on the build server is not updated / cleaned? WinGRASS is compiled/builded on CVUT server, I can't check it because I don't have access to it. Could...

I tested it and it works as expected (WinGRASS-8.0.0-1-Setup.exe). Your error message is `File is not on the server or check your internet connection.`. It looks like you're not connected...

@helik I can't reproduce this bug with WinGRASS-8.0.0-2-Setup.exe. But If I disable internet connection I get error message: ``` C:\Users\IEUser>g.extension -l List of available extensions (modules): ERROR: Download file from...

With this PR #2203 request exceptions are handled in more detail.

> urllib.error.URLError: Seems there is a problem with verification SSL certificate (on the client side) compared to the existing list of certificates in your Windows OS. I found some info...

> I've tested it on several win 10 boxes. In some of them this issue occurs, in some of them not. Could you please check if **ISRG Root X1** certificate...

> And the mentioned github issue with some coding workaround in there for more background. In mentioned issue, in the Python code is used `certifi` package which substitute central OS...

> Is this a GRASS GIS or a Windows problem? I think that this is a problem with the validation of the SSL Let's Encrypt certificate on the client side...