-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
HTTP Error 470: status code 470 #3238
Comments
From quick googling of the error code, it looks like it has something to do with Azure, not sure what to do about it. Regarding the other error, that does happen with any module? Maybe it would be better to create a separate issue for that one. |
which windows OS flavour is this? |
@hellik |
thanks for the quick response. Here what I did sofar. Downgraded GRASS GIS to 7.8.8 [1] version and tried to install r.sim.water.mp [2] it says it was successfully installed, run it [3], failed [4]. and her the rest of the message when I attempt to open r.sim.water.mp, which according to g.extension is installed Traceback (most recent call last): self.cmdDesc = gtask.parse_interface(cmd) tree = etree.fromstring(get_interface_description(name)) raise ScriptError(_("Unable to fetch interface description |
I guess I should devide these into new issues since I downgraded and reinstalled GRASS GIS ! |
Looking at r.sim.water.mp, this is actually a leftover, the multiprocessing has been moved to core, so you should be able to use r.sim.water with multiple cores, you don't need this extension. |
thanks a lot. It saves me a lot of search time for answers. This information should be more visible though! |
thanks for the great help. In resume, I removed Grass 8.3.1 from Azure Virtual Device, installed Grass 7.8.8. As @petrasovaa explained to me is r.sim.water.mp not longer required to run multiprocessing with simwe. Now, I have an operative GRASS GIS runing on a virtual machine (AVD - Azure virtual device) in Azure. |
Issue to remove it from addons to avoid confusion: |
** ERROR: Cannot open URL http://wingrass.fsv.cvut.cz/grass83/addons/grass-8.3.1/r.stream.distance.zip: HTTP Error 470: status code 470**
I get a error 470 when trying to install any l extension on newly installed AVD (Azure virtual device). I am running GRASS GIS 8.3.1 stable installed as standalone.
To Reproduce
Steps to reproduce the behavior:
System description and entire error log
Launching GUI in the background, please wait...
Microsoft Windows [Version 10.0.22621.2428]
(c) Microsoft Corporation. All rights reserved.
C:\Users\reno>g.extension
Traceback (most recent call last):
File "C:\Program Files\GRASS GIS 8.3\gui\wxpython\gui_core\forms.py", line 3257, in
task.set_options(cmd[1:])
File "C:\Program Files\GRASS GIS 8.3\etc\python\grass\script\task.py", line 298, in set_options
key, value = opt.split("=", 1)
ValueError: not enough values to unpack (expected 2, got 1)
C:\Users\reno>g.extension
Traceback (most recent call last):
File "C:\Program Files\GRASS GIS 8.3\gui\wxpython\gui_core\forms.py", line 3257, in
task.set_options(cmd[1:])
File "C:\Program Files\GRASS GIS 8.3\etc\python\grass\script\task.py", line 298, in set_options
key, value = opt.split("=", 1)
ValueError: not enough values to unpack (expected 2, got 1)
C:\Users\reno>g.extension extension=r.sim.water.mp
Downloading precompiled GRASS Addons <r.sim.water.mp>...
ERROR: Cannot open URL
http://wingrass.fsv.cvut.cz/grass83/addons/grass-8.3.1/r.sim.water.mp.zip:
HTTP Error 470: status code 470
C:\Users\reno>python
Python 3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
It seems to be an issue of GRASS GIS 8.3.1.
thanks for help
best regards
Rengifo Ortega
The text was updated successfully, but these errors were encountered: