Hi.
I have a little problem with the blogging bundle. Running the category command (cat <tab>) gives me the message "Received exception:Too many return values. Only one allowed. No categories available!".
Other functions, for instance uploading works. Does anyone have an idea what this could depend on? I am running agains Blosxom with XML- RPC.
Regards,
Lars.
On 15 Nov 2008, at 20:42, Lars Engel wrote:
I have a little problem with the blogging bundle. Running the category command (cat <tab>) gives me the message "Received exception:Too many return values. Only one allowed. No categories available!".
Other functions, for instance uploading works. Does anyone have an idea what this could depend on? I am running agains Blosxom with XML- RPC.
Most likely Blosxom returns something that the category command does not understand/handle. I just verified it still works with WP.
If you know enough ruby to follow control flows and insert some ‘puts’ you can open the bundle editor and place a few ‘puts’ (or ‘p’) here and there, to see what is returned from your blog -- the command is fairly simple.