After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 517533 - Default URL for Blogger 1.0 is incorrect
Default URL for Blogger 1.0 is incorrect
Status: RESOLVED FIXED
Product: drivel
Classification: Deprecated
Component: general
svn trunk
Other Linux
: Normal normal
: ---
Assigned To: Neil Williams
Todd Kulesza
Depends on:
Blocks:
 
 
Reported: 2008-02-19 20:28 UTC by Gary Lasker
Modified: 2009-04-03 19:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to update the default URL for Blogger 1.0 accounts (420 bytes, patch)
2008-02-19 20:29 UTC, Gary Lasker
none Details | Review

Description Gary Lasker 2008-02-19 20:28:09 UTC
When attempting to connect to a Blogger 1.0 account, a dialog is displayed ("Sending/Receiving - Retrieving user information) and does not go away. The problem appears to be that the default URL that Drivel defines for Blogger 1.0 is not (or is no longer) valid:

    http://plant.blogger.com/api/RPC2

The correct URL to use is:

    http://www.blogger.com/api/RPC2

The code should be updated to use this new default value (I'll attach a patch to this bug).
Comment 1 Gary Lasker 2008-02-19 20:29:30 UTC
Created attachment 105604 [details] [review]
Patch to update the default URL for Blogger 1.0 accounts
Comment 2 Neil Williams 2009-04-03 19:11:48 UTC
Fixed in SVN at SourceForge when the Debian/Ubuntu patch was incorporated.