gwibber-bugs team mailing list archive
-
gwibber-bugs team
-
Mailing list archive
-
Message #00927
[Bug 774186] [NEW] avatar_cache_image in get_avatar_path need urlencode
Public bug reported:
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.
** Affects: gwibber
Importance: Undecided
Status: New
--
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:
New
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.
Follow ups
-
[Bug 774186] Re: avatar_cache_image in get_avatar_path need urlencode
From: Launchpad Bug Tracker, 2012-07-13
-
[Bug 774186] Re: avatar_cache_image in get_avatar_path need urlencode
From: An Yang, 2012-05-14
-
[Bug 774186] Re: avatar_cache_image in get_avatar_path need urlencode
From: David Klasinc, 2012-05-09
-
[Bug 774186] Re: avatar_cache_image in get_avatar_path need urlencode
From: Bilal Shahid, 2012-04-13
-
[Bug 774186] Re: avatar_cache_image in get_avatar_path need urlencode
From: An Yang, 2012-04-13
-
[Bug 774186] Re: avatar_cache_image in get_avatar_path need urlencode
From: Bilal Shahid, 2012-04-11
-
[Bug 774186] Re: avatar_cache_image in get_avatar_path need urlencode
From: An Yang, 2012-04-11
-
[Bug 774186] Re: avatar_cache_image in get_avatar_path need urlencode
From: Bilal Shahid, 2012-04-09
-
[Bug 774186] Re: avatar_cache_image in get_avatar_path need urlencode
From: Ken VanDine, 2011-05-11
-
[Bug 774186] Re: avatar_cache_image in get_avatar_path need urlencode
From: An Yang, 2011-04-30
-
[Bug 774186] [NEW] avatar_cache_image in get_avatar_path need urlencode
From: An Yang, 2011-04-30
References