BlogTK 2.0 unable upload post to WordPress 2.8 system

Bug #415387 reported by hansioux
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
BloGTK
Incomplete
Undecided
JayReding

Bug Description

Distribution: Ubuntu
VersionDistro: Ubuntu 9.04
Blogging System: WordPress 2.8

Error Message in Terminal:

** (blogtk2.py:6314): CRITICAL **: enchant_dict_free_string_list: assertion `string_list' failed
<type 'exceptions.Exception'> <Fault -32601: 'server error. requested method mt.setPostCategories does not exist.'>

How to Produce Error:

The blog is detected and login/password set corrected. Previous posts can be seen on BlogTK, and in Editor the categories selection list displays without problem.

However, when trying to publish post, nothing happens and the above error is displayed in terminal.

Picture of the Editor:
http://img40.imageshack.us/img40/9532/screenshotblogtkeditort.png

Revision history for this message
JayReding (jayreding) wrote :

Tested with a fresh install of WordPress 2.8.4 and unable to reproduce. WP should support the mt.setPostCategories method... perhaps there's a plugin that's causing problems?

Changed in blogtk:
status: New → Incomplete
assignee: nobody → JayReding (jayreding)
JayReding (jayreding)
tags: added: verification-needed
Revision history for this message
Pascal (pcok) wrote :

I've got the same bug, followed by a segmentation fault.

To reproduce this bug :
1- from shell run "python /usr/share/doc/python-gtkspell/examples/gtkspell/test.py"
2- enter some uncorrect long text like "fdmsqlkjdfsqmlfdskqjfdqsmlkqdfsj", or anything that won't have any spelling suggestion
3- right click to get suggestions => CRITICAL **: enchant_dict_free_string_list: assertion `string_list' failed
4- disable check spelling => segmentation fault !

my locale is french
echo $LANG => fr_FR.UTF-8

Revision history for this message
Pascal (pcok) wrote :

I found a (curious) workaroud :
if you open/close a FileChooserDialog before disabling spellcheck, that's prevent the segmentation fault.
Code :
 dialog = gtk.FileChooserDialog()
 dialog.show()
 dialog.hide()
 gtkspell.get_from_text_view(text_view).detach()

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.