Advertisement
Guest User

Untitled

a guest
Oct 14th, 2015
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. nicolo@Cerino:~/IdeaProjects/Games/ChargePads$ chmod +x install.sh
  2. nicolo@Cerino:~/IdeaProjects/Games/ChargePads$ ./install.sh
  3. ================ Forge ModLoader Setup Start ===================
  4. Checking MCP zip (may take time to download)
  5. Downloaded mcp8.04.zip
  6. Extracting MCP to '/home/nicolo/IdeaProjects/Games/ChargePads/mcp'
  7. Setting up MCP
  8. Patching commands.py
  9. patching file commands.py
  10. Commands patch applied successfully
  11. Copying FML conf
  12. Creating Repackaged data
  13. Creating re-packaged srg
  14. Creating re-packaged exc
  15. Creating re-packaged MCP patches
  16. Fixing MCP Workspace
  17. Traceback (most recent call last):
  18. File "install.py", line 76, in <module>
  19. decompile=options.decompile, gen_conf=False)
  20. File "install.py", line 17, in fml_main
  21. disable_assets=disable_assets)
  22. File "/home/nicolo/IdeaProjects/Games/ChargePads/fml/fml.py", line 1013, in decompile_minecraft
  23. pre_decompile(mcp_dir, fml_dir, disable_assets=disable_assets)
  24. File "/home/nicolo/IdeaProjects/Games/ChargePads/fml/fml.py", line 1061, in pre_decompile
  25. download_minecraft(mcp_dir, fml_dir)
  26. File "/home/nicolo/IdeaProjects/Games/ChargePads/fml/fml.py", line 1125, in download_minecraft
  27. failed = download_libraries(mcp_dir, version_json['libraries'], mc_info['natives_dir']) or failed
  28. File "/home/nicolo/IdeaProjects/Games/ChargePads/fml/fml.py", line 1181, in download_libraries
  29. headers = get_headers(url)
  30. File "/home/nicolo/IdeaProjects/Games/ChargePads/fml/fml.py", line 173, in get_headers
  31. response = urllib2.urlopen(HeadRequest(url))
  32. File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
  33. return opener.open(url, data, timeout)
  34. File "/usr/lib/python2.7/urllib2.py", line 437, in open
  35. response = meth(req, response)
  36. File "/usr/lib/python2.7/urllib2.py", line 550, in http_response
  37. 'http', request, response, code, msg, hdrs)
  38. File "/usr/lib/python2.7/urllib2.py", line 475, in error
  39. return self._call_chain(*args)
  40. File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
  41. result = func(*args)
  42. File "/usr/lib/python2.7/urllib2.py", line 558, in http_error_default
  43. raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
  44. urllib2.HTTPError: HTTP Error 403: Forbidden
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement