Skip to content
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

urllib2.HTTPError: HTTP Error 500: Internal Server Error #19

Closed
GoogleCodeExporter opened this issue Aug 11, 2015 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. svn delete *
2. gcl change / upload

What is the expected output?
make a code review

What do you see instead?
Traceback (most recent call last):
  File "c:\bin\depot_tools\gcl.py", line 1214, in ?
    sys.exit(main())
  File "c:\bin\depot_tools\gcl.py", line 1185, in main
    UploadCL(change_info, argv[3:])
  File "c:\bin\depot_tools\gcl.py", line 783, in UploadCL
    issue, patchset = upload.RealMain(upload_arg, change_info.patch)
  File "c:\bin\depot_tools\upload.py", line 1553, in RealMain
    vcs.UploadBaseFiles(issue, rpc_server, patches, patchset, options, 
files)
  File "c:\bin\depot_tools\upload.py", line 768, in UploadBaseFiles
    UploadFile(filename, file_id, base_content, is_binary, status, True)
  File "c:\bin\depot_tools\upload.py", line 753, in UploadFile
    content_type=ctype)
  File "c:\bin\depot_tools\upload.py", line 376, in Send
    f = self.opener.open(req)
  File "c:\bin\depot_tools\python\lib\urllib2.py", line 364, in open
    response = meth(req, response)
  File "c:\bin\depot_tools\python\lib\urllib2.py", line 471, in 
http_response
    response = self.parent.error(
  File "c:\bin\depot_tools\python\lib\urllib2.py", line 402, in error
    return self._call_chain(*args)
  File "c:\bin\depot_tools\python\lib\urllib2.py", line 337, in _call_chain
    result = func(*args)
  File "c:\bin\depot_tools\python\lib\urllib2.py", line 480, in 
http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 500: Internal Server Error


What version of the product are you using? On what operating system?
vista64

Please provide any additional information below.
There are 1024 files in the change list.  It took about 30 minutes before 
this error occurred

Original issue reported on code.google.com by fbarch...@chromium.org on 2 Feb 2010 at 1:00

@GoogleCodeExporter
Copy link
Author

As I said, anything above 500 files is doomed to fail.

Original comment by maruel@chromium.org on 4 Feb 2010 at 8:28

  • Changed state: WontFix

@GoogleCodeExporter
Copy link
Author

Issue 20 has been merged into this issue.

Original comment by maruel@chromium.org on 4 Feb 2010 at 8:29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant