Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-1280

Python urllib.urlopen() doesn't work with one of your URLs

    XMLWordPrintable

Details

    Description

      If I point Firefox at http://bitbucket.org/tortoisehg/stable/wiki/Home/ReleaseNotes, I get a page of HTML. But if I try this in Python:

      import urllib

      site = 'http://bitbucket.org/tortoisehg/stable/wiki/Home/ReleaseNotes'\\
      req = urllib.urlopen(site)
      text = req.read()

      I get the following:

      500 Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.

      Am I doing something wrong?

      Attachments

        Activity

          People

            18103154f924 jespern
            legacy-bitbucket-user Legacy Bitbucket Cloud User (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: