Advertisement
Guest User

Untitled

a guest
Dec 9th, 2013
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. MCP Detected already, not downloading
  2. Setting up MCP
  3. Patching commands.py
  4. patching file commands.py
  5. Commands patch applied successfully
  6. Copying FML conf
  7. Creating Repackaged data
  8. Creating re-packaged srg
  9. Creating re-packaged exc
  10. Creating re-packaged MCP patches
  11. Traceback (most recent call last):
  12. File "install.py", line 76, in <module>
  13. decompile=options.decompile, gen_conf=False)
  14. File "install.py", line 17, in fml_main
  15. disable_assets=disable_assets)
  16. File "/Users/andy/Desktop/forge/fml/fml.py", line 1013, in decompile_minecraft
  17. pre_decompile(mcp_dir, fml_dir, disable_assets=disable_assets)
  18. File "/Users/andy/Desktop/forge/fml/fml.py", line 1061, in pre_decompile
  19. download_minecraft(mcp_dir, fml_dir)
  20. File "/Users/andy/Desktop/forge/fml/fml.py", line 1125, in download_minecraft
  21. failed = download_libraries(mcp_dir, version_json['libraries'], mc_info['natives_dir']) or failed
  22. File "/Users/andy/Desktop/forge/fml/fml.py", line 1181, in download_libraries
  23. headers = get_headers(url)
  24. File "/Users/andy/Desktop/forge/fml/fml.py", line 173, in get_headers
  25. response = urllib2.urlopen(HeadRequest(url))
  26. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 127, in urlopen
  27. return _opener.open(url, data, timeout)
  28. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 410, in open
  29. response = meth(req, response)
  30. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 523, in http_response
  31. 'http', request, response, code, msg, hdrs)
  32. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 448, in error
  33. return self._call_chain(*args)
  34. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 382, in _call_chain
  35. result = func(*args)
  36. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 531, in http_error_default
  37. raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
  38. urllib2.HTTPError: HTTP Error 403: Forbidden
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement