Comment 2 for bug 2018159

Revision history for this message
Ricardo Amendoeira (ric2b) wrote (last edit ):

I was able to get past this error by editing /usr/lib/python3/dist-packages/deluge/i18n/util.py:111 to change `gettext.bind_textdomain_codeset(I18N_DOMAIN, 'UTF-8')` to wrap it with a try/except of AttributeError that passes if the error is thrown, but then it still fails to start with the following error:

```
**
GLib-GObject:ERROR:../../../gobject/gobject.c:3616:toggle_refs_notify: assertion failed: (tstack.n_toggle_refs == 1)
Bail out! GLib-GObject:ERROR:../../../gobject/gobject.c:3616:toggle_refs_notify: assertion failed: (tstack.n_toggle_refs == 1)
'deluge' terminated by signal SIGABRT (Abort)
```