← Back to team overview

gwibber-bugs team mailing list archive

[Bug 774186] Re: avatar_cache_image in get_avatar_path need urlencode

 

In the supported services , they do not use the type of url, so what can do is making sure this patch do NOT have any side effect.
But the Netease microblog service, very famous in China, they use this kind of URL, you can install the gwibber-service-netease to test it.

https://code.launchpad.net/~euroford/gwibber-service-netease/trunk

-- 
You received this bug notification because you are a member of Gwibber
Bug Heros, which is subscribed to Gwibber.
https://bugs.launchpad.net/bugs/774186

Title:
  avatar_cache_image in get_avatar_path need urlencode

Status in Gwibber:
  Incomplete

Bug description:
  in some microblog service, the user icon url is dynamic.
  for example "http:oimagec6.ydstatic.comimage?w=48&h=48&url=http%3A%2F%2F126.fm%2F1nGStR"

  webkit could not load the file with this kind of name.

  so just use urllib.urlencode(avatar_cache_image) to make sure webkit
  could load that file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/774186/+subscriptions


References