Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

url mismatch downloading addons on Windows #2530

Open
baharmon opened this issue Aug 20, 2022 · 2 comments · May be fixed by OSGeo/grass-addons#912
Open

url mismatch downloading addons on Windows #2530

baharmon opened this issue Aug 20, 2022 · 2 comments · May be fixed by OSGeo/grass-addons#912
Assignees
Labels
bug Something isn't working Windows Microsoft Windows specific

Comments

@baharmon
Copy link
Contributor

The url for downloading addons on Windows points to https://wingrass.fsv.cvut.cz/grass82/x86_64/addons/ when it should instead point to https://wingrass.fsv.cvut.cz/grass82/addons/.

For example https://wingrass.fsv.cvut.cz/grass82/x86_64/addons/grass-8.2.0/r.skyview.zip should be https://wingrass.fsv.cvut.cz/grass82/addons/grass-8.2.0/r.skyview.zip or perhaps https://wingrass.fsv.cvut.cz/grass82/addons/grass-8.2.0RC1/r.skyview.zip.

Related to issue #1583.

@baharmon
Copy link
Contributor Author

Perhaps addon compilation should be added to the automatic tests?

@neteler neteler added bug Something isn't working Windows Microsoft Windows specific labels Aug 20, 2022
@echoix echoix linked a pull request Dec 22, 2023 that will close this issue
@baharmon
Copy link
Contributor Author

@landam Addons still do not download for GRASS 8.3.2 on Windows.

g.extension extension=r.skyview operation=add Downloading precompiled GRASS Addons <r.skyview>... ERROR: Cannot open URL: http://wingrass.fsv.cvut.cz/grass83/x86_64/addons/grass-8.3.2/r.skyview.zip (Sun Mar 24 20:48:18 2024) Command ended with non-zero return code 1 (3 sec)

The path should be https://wingrass.fsv.cvut.cz/grass83/addons/grass-8.3.2/
rather than http://wingrass.fsv.cvut.cz/grass83/x86_64/addons/grass-8.3.2/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Windows Microsoft Windows specific
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants