| Issue 211: | pyicqt fails to start | |
| 2 people starred this issue and may be notified of changes. | Back to list |
hello! recently i got an error when trying to start pyicqt. that's what have happened: some days agp i've updated my system and got updates for some python-twisted-* packages. nothing happened, as ejabberd/pyicqt was not restarted. yesterday i had another update, which included ejabberd-related packages. of course, ejabberd had to be restarted, client was online, so pyicqt lost connection and i decided to restart it. sine that time i got this on attempt to start http://paste.ubuntu.com/598862/ details: i'm running on Debian testing, so the package versions are latest from testing repos. pyicqt is latest git checkout. i have made no changes to config last time. when i copied default config to config.xml, i got the same result, as well with stopped ejabberd, so there is nothing with config/connection. ask me if you need nay extra info
Apr 25, 2011
#1
jisuskhrist@gmail.com
May 15, 2011
ok, recent update to python-twisted-* 11.0.0 fixed the problem. it's working fine again))
Aug 16, 2011
I use Ubuntu natty, and c wasn`t able to upgrade to twisted 11 in easy way. So I've modified /usr/lib/python2.7/dist-packages/twisted/words/protocols/jabber/jstrports.py instead of strports there should be endpoints /usr/lib/python2.7/dist-packages/twisted/words/protocols/jabber# diff jstrports.py.old jstrports.py 9c9,10 < from twisted.application import strports --- > from twisted.internet import endpoints > from twisted.python import log 18d18 < 23d22 < 25c24 < args, kw = strports._parse(description) --- > args, kw = endpoints._parse(description) |