In my case it seems to be related to PAC[1] proxy setup, as I can 
deterministically reproduce the issue for
rhythmbox (Ubuntu One store), and banshee (several external sources like Amazon 
mp3, Miro, etc):
  * No PAC: OK
  * With PAC:  FAIL with "Cannot resolve proxy hostname ()" , even using this 
minimalistic proxy pac file, which works ok for e.g. chrome browser:
  
    //
    function FindProxyForURL(url, host)
    {
          return "DIRECT";
    }
  
[1] http://en.wikipedia.org/wiki/Proxy_auto-config

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

Title:
  ubuntu one sto wrong url

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/980051/+subscriptions

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

Reply via email to