You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to download the Ogury plugin from Godot GUI nativelib (not nativelib-cli) but I get the following error (HTTP Error 403 Forbidden):
modules/gdscript/gdscript_functions.cpp:803 - Command python, exit code 1
Installing ogury@0.1.1
Traceback (most recent call last):
File "C:\Users\me\Documents\Godot\godotGame\addons\NativeLib\nativelib", line 1416, in <module>
install_package(p, v)
File "C:\Users\me\Documents\Godot\godotGame\addons\NativeLib\nativelib", line 1186, in install_package
download_package(package_name, version, package_meta)
File "C:\Users\me\Documents\Godot\godotGame\addons\NativeLib\nativelib", line 674, in download_package
path = download(f['url'], fname, home)
File "C:\Users\me\Documents\Godot\godotGame\addons\NativeLib\nativelib", line 649, in download
(filepath, headers) = urlretrieve(url, os.path.join(path, filename), reporthook=_progress)
File "C:\Python38\lib\urllib\request.py", line 239, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
File "C:\Python38\lib\urllib\request.py", line 214, in urlopen
return opener.open(url, data, timeout)
File "C:\Python38\lib\urllib\request.py", line 523, in open
response = meth(req, response)
File "C:\Python38\lib\urllib\request.py", line 632, in http_response
response = self.parent.error(
File "C:\Python38\lib\urllib\request.py", line 561, in error
return self._call_chain(*args)
File "C:\Python38\lib\urllib\request.py", line 494, in _call_chain
result = func(*args)
File "C:\Python38\lib\urllib\request.py", line 641, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden
Hi @serogbp
The bintray repository was closed In this month and I forget to reupload the plugin to github storage. Now I released new version to github, so it available to install.
Don't forget to update the local repository before installing it.
Hi! First of all, thank you for your hard work!
I'm trying to download the Ogury plugin from Godot GUI nativelib (not nativelib-cli) but I get the following error (HTTP Error 403 Forbidden):
Could the problem be in this file?
https://github.com/godot-asset/index/blob/master/meta/ogury/ogury_0.1.1_meta.json
My specs:
The text was updated successfully, but these errors were encountered: