Posted July 31, 201312 yr *UPDATE* Just double clicked the 804 install again, all working again..Thanks whoever it was who applied a redstone signal to the webserver, that fixed it! --------------------------------------------------- Doing a fresh install of Forge 804 today, double click the install.bat and I get this, tried 800, gonna keep going back just in case one of them works...but thought I'd let you know. Fixing MCP Workspace Traceback (most recent call last): File "install.py", line 76, in <module> decompile=options.decompile, gen_conf=False) File "install.py", line 17, in fml_main disable_assets=disable_assets) File "S:\Java Source code\forge\fml\fml.py", line 1013, in decompile_minecraft pre_decompile(mcp_dir, fml_dir, disable_assets=disable_assets) File "S:\Java Source code\forge\fml\fml.py", line 1061, in pre_decompile download_minecraft(mcp_dir, fml_dir) File "S:\Java Source code\forge\fml\fml.py", line 1125, in download_minecraft failed = download_libraries(mcp_dir, version_json['libraries'], mc_info['nat ives_dir']) or failed File "S:\Java Source code\forge\fml\fml.py", line 1181, in download_libraries headers = get_headers(url) File "S:\Java Source code\forge\fml\fml.py", line 173, in get_headers response = urllib2.urlopen(HeadRequest(url)) File "urllib2.pyc", line 126, in urlopen File "urllib2.pyc", line 406, in open File "urllib2.pyc", line 519, in http_response File "urllib2.pyc", line 444, in error File "urllib2.pyc", line 378, in _call_chain File "urllib2.pyc", line 527, in http_error_default urllib2.HTTPError: HTTP Error 403: Forbidden
December 9, 201311 yr have now the same problem, linux mint 16 64bit deekay@stand-pc ~/Downloads/forge $ ./install.sh ================ Forge ModLoader Setup Start =================== MCP Detected already, not downloading Setting up MCP Patching commands.py patching file commands.py Commands patch applied successfully Copying FML conf Creating Repackaged data Creating re-packaged srg Creating re-packaged exc Creating re-packaged MCP patches Traceback (most recent call last): File "install.py", line 76, in <module> decompile=options.decompile, gen_conf=False) File "install.py", line 17, in fml_main disable_assets=disable_assets) File "/home/deekay/Downloads/forge/fml/fml.py", line 1013, in decompile_minecraft pre_decompile(mcp_dir, fml_dir, disable_assets=disable_assets) File "/home/deekay/Downloads/forge/fml/fml.py", line 1061, in pre_decompile download_minecraft(mcp_dir, fml_dir) File "/home/deekay/Downloads/forge/fml/fml.py", line 1125, in download_minecraft failed = download_libraries(mcp_dir, version_json['libraries'], mc_info['natives_dir']) or failed File "/home/deekay/Downloads/forge/fml/fml.py", line 1181, in download_libraries headers = get_headers(url) File "/home/deekay/Downloads/forge/fml/fml.py", line 173, in get_headers response = urllib2.urlopen(HeadRequest(url)) File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen return _opener.open(url, data, timeout) File "/usr/lib/python2.7/urllib2.py", line 410, in open response = meth(req, response) File "/usr/lib/python2.7/urllib2.py", line 523, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib/python2.7/urllib2.py", line 448, in error return self._call_chain(*args) File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain result = func(*args) File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) urllib2.HTTPError: HTTP Error 403: Forbidden
December 9, 201311 yr Thx Lrns123 for the fix: open the fml.py search this: default_url = 'http://s3.amazonaws.com/Minecraft.Download/libraries' and put it for: default_url = 'https://libraries.minecraft.net' same with: base_url = 'http://s3.amazonaws.com/Minecraft.Resources' base_url = 'http://resources.download.minecraft.net'
December 9, 201311 yr The resources will need to be updated as they changed the format on the server entirely. However, you guys should update to the gradle as that's the future, and we're not gunna update anything that's old. The new Gradle system allows us to update things like this on our end and you devs gets the changes automatically. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.