User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.151 Safari/535.19 Build Identifier: When I tried to autoconfigure my blog, using the blogspot API, I got failed to regex ID errors. Using the Blogger API, I got XML Markup errors. I manually entered my blog ID and downloaded my posts. The bug that I'm reporting is somewhat related to those, in that when I submit posts to my blog, I get the same errors as when I tried to configure the blog. I'm not sure if there was a change in the Blog* API (Google's end) or if it's an issue with Blogilo. Reproducible: Always Steps to Reproduce: 1. Attempt to Configure a blogspot blog (manually works--auto doesn't) 2. Create a post 3. Attempt to submit the post using either of the API's for Blogger. Actual Results: I received Submitting Post failed errors. Using the Blogspot API, I received this in the details: An error occurred in the last transaction. Server (Atom) error: Could not regexp the id out of the result. Using the Blogger 1.0 API, I received this in the details: An error occurred in the last transaction. Server (XMLRPC) error: Unknown type of XML markup received Expected Results: I expected the post to upload, since Blogilo is able to "view" it in my blog style. And since it has the API's to interact with Blogger's system.
Been getting "An error occurred in the last transaction. Server (Atom) error: Could not regexp the id out of the result." whenever I post to Blogger. I am running Ubunu 12.04LTS, problem is reproducible ALWAYS. The only way I can get the post to go through is if I edit out all HTML tags from the article source code and resubmit that, but by doing so the structure of the paragraphs is shot. A single /BR (line break) within the article text will cause this problem to appear.
From the 'report a bug' overlay window on the Blogilo program: Version: 1.1 OS: Linux (x86_64) release 3.2.0-27-generic Compiler: gcc
Confirmed that the following error reports are issued based on the API used to submit: Blogspot API: "An error occurred in the last transaction. Server (Atom) error: Could not regexp the id out of the result." Blogger 1.0 API: "An error occurred in the last transaction. Server (XMLRPC) error: Unknown type of XML markup received"
I getting the same error when i trying to send "empty" post. But post was not empty, it contained open tag <br>. Check your "HTML editor" tab first. Sorry for bad English.
*** Bug 285293 has been marked as a duplicate of this bug. ***
you can try this, I can then connect but at this moment not post: Kubuntu 14.04 and KDE 4.13.1 ---------------- How to manually Configure BLOGILO (Blog manager for linux) for blogger.com 1)- Blog/Homepage URL- http://www.blogger.com/blogger.g?blogID=1853225125323725410 (some thing like this, copy the URL after login on blogger and open design/loyout page for your specific blog) 2) USERNAME and PASSWORD -- abc@gmail.com and XXXXXXXX (as your login ID) ADVANCED- 1)- Select from dropdown box -- BLOGSPOT.COM 2)- Blog ID- enter from above URL, like (1853225125323725410) 3)- Text direction -- as u wish now OK option is appeared then click OK ---------------------
(In reply to comment #6) > you can try this, I can then connect but at this moment not post: > > Kubuntu 14.04 and KDE 4.13.1 > ---------------- > How to manually Configure BLOGILO (Blog manager for linux) for blogger.com > 1)- Blog/Homepage URL- > http://www.blogger.com/blogger.g?blogID=1853225125323725410 (some thing like > this, copy the URL after login on blogger and open design/loyout page for > your specific blog) > > 2) USERNAME and PASSWORD -- abc@gmail.com and XXXXXXXX (as your login ID) > > > ADVANCED- > 1)- Select from dropdown box -- BLOGSPOT.COM > 2)- Blog ID- enter from above URL, like (1853225125323725410) > 3)- Text direction -- as u wish > now OK option is appeared > then click OK > --------------------- Yes, actually, that kind manual configuration also works for earlier KDE releases.
Git commit 76c6aaef93db7a11d05f63c542d756be5b220ea5 by Dan Vrátil. Committed on 07/07/2014 at 19:54. Pushed by dvratil into branch 'master'. Blogilo: Use the new Blogger backend for blogspot.com instead of GData FIXED-IN: 4.14 M +20 -28 blogilo/src/addeditblog.cpp M +2 -1 blogilo/src/addeditblog.h M +14 -8 blogilo/src/backend.cpp M +2 -0 blogilo/src/backend.h M +19 -5 blogilo/src/bilboblog.cpp M +3 -1 blogilo/src/bilboblog.h M +162 -2 blogilo/src/dbman.cpp M +7 -0 blogilo/src/dbman.h http://commits.kde.org/kdepim/76c6aaef93db7a11d05f63c542d756be5b220ea5
On Kubuntu 14.04 using KDE 4.14 RC it now works Thanks for fixing!