nBlog now works. Discovered that

nBlog now works. Discovered that if you check the option Always Publish in nBlog preferences the Post option becomes Post & Publish . When this option is tapped, The note will post and publish on a Movabletype blog. However, should you attempt to use the Publish option an error is returned. The error is:

” Error: Client
Failed to locate (publish) in class (blogger) at /usr/local/bin/perl5/site_perl 5.6.1/SOAP/Lite.pm line 2195.”

It seems that nBlog attempts to call apublish method that does not exist. Movabletype does have a publishPost method. Adding a new method of publish that was identical to publishPost failed. There was a problem getting the correct entity ID.

So…. to use nBlog with Movabletype, check the Always Publish preference to publish. Uncheck this preference to only post.

Leave a comment