On Thu, Mar 20, 2014 at 05:24:39PM -0000, Rüdiger Kupper wrote:
> Please not especially the line
> > http_proxy = http://10.32.1.250:8080https_proxy = https://10.32.1.250:8080
> 
> This looks as if environments variables for http_proxy and https_proxy
> get falsely concatenated (programmer forgot a ";" ???)

Looks like just an error in constructing the error message:

def get_download_debug_info(url, e):
    msg = "\nURL that failed to download: %s\nError: %s\n" % (url, e.strerror)
    if "http_proxy" in os.environ:
        msg += "http_proxy = %s" % os.environ["http_proxy"]
    if "https_proxy" in os.environ:
        msg += "https_proxy = %s" % os.environ["https_proxy"]
    return msg

-- 
Kind regards,
Loong Jin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1267381

Title:
  crash on start "dropbox start -i" Error: [Errno 8] _ssl.c:509: EOF
  occurred in violation of protocol

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1267381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to