Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44785 - gnome-blog 0.7 can't access blogger.com because of URL change
Summary: gnome-blog 0.7 can't access blogger.com because of URL change
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-15 16:51 UTC by Simon Smith
Modified: 2004-03-16 02:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Smith 2004-03-15 16:51:53 UTC
Blogger have changed the address to their XML-RPC gubbins which means that any attempt to look up blogs or post to a blog comes up with an error along the lines of "This is not a valid XML-RPC server... Server returned: Found.". Anyways the address is hardcoded into the file blogger_prefs.py and changing the value in gconf-editor doesnt make a difference. I have modified the file to the new URL and recompiled and it works fine. I dont have a clue about diff files or patchs but can tell you its on line 125 in the blogger_prefs.py. It wants to change from:
  url = "http://plant.blogger.com/api/RPC2"
to
  url = "http://www.blogger.com/api/RPC2"

Maybe someone could knock up a -r1 ebuild or something like that. Hope this helps,

Simon


Reproducible: Always
Steps to Reproduce:
1. Click Lookup Blogs in Prefs dialog
2.
3.

Actual Results:  
Returns error message, something like "..... Server returned: Found"

Expected Results:  
Create list of available blogs
Comment 1 foser (RETIRED) gentoo-dev 2004-03-16 02:05:03 UTC
uh yeah i knew about this and forgot to fix...
Comment 2 Leonardo Boshell (RETIRED) gentoo-dev 2004-03-16 02:13:41 UTC
I'm currently working on this.. :)
Comment 3 Leonardo Boshell (RETIRED) gentoo-dev 2004-03-16 02:26:14 UTC
A fix has been commited with gnome-blog-0.7-r1. Related upstream bugreport: http://bugs.gnome.org/show_bug.cgi?id=136787

Thanks for your report.