Version: svn (using Devel) Installed from: Compiled sources OS: Linux This bug is similar to bug #59309, but this time, the signal missing is in MSN protocol. This are the errors I get when starting kopete in a konsole: stormbyte@DarkEvil ~ $ kopete kopete(6397)/libkopete Kopete::PluginManager::loadPluginInternal: Unable to find a plugin named ' "" '! stormbyte@DarkEvil ~ $ Object::connect: No such signal MSNChatSession::invitation(MSNInvitation*&,QString,long unsigned int,MSNChatSession*,MSNContact*) Object::connect: No such signal MSNChatSession::invitation(MSNInvitation*&,QString,long unsigned int,MSNChatSession*,MSNContact*) Object::connect: No such signal MSNChatSession::invitation(MSNInvitation*&,QString,long unsigned int,MSNChatSession*,MSNContact*) Object::connect: No such signal MSNChatSession::invitation(MSNInvitation*&,QString,long unsigned int,MSNChatSession*,MSNContact*) Object::connect: No such signal MSNChatSession::invitation(MSNInvitation*&,QString,long unsigned int,MSNChatSession*,MSNContact*) Object::connect: No such signal MSNChatSession::invitation(MSNInvitation*&,QString,long unsigned int,MSNChatSession*,MSNContact*) Object::connect: No such signal MSNChatSession::invitation(MSNInvitation*&,QString,long unsigned int,MSNChatSession*,MSNContact*) kopete(6397)/kopete (msn) MSNSocket::slotSocketError: Error: 17 ( "remote host closed connection" ) Object::connect: No such signal MSNChatSession::invitation(MSNInvitation*&,QString,long unsigned int,MSNChatSession*,MSNContact*) Object::connect: No such signal MSNChatSession::invitation(MSNInvitation*&,QString,long unsigned int,MSNChatSession*,MSNContact*) Object::connect: No such signal MSNChatSession::invitation(MSNInvitation*&,QString,long unsigned int,MSNChatSession*,MSNContact*) Object::connect: No such signal MSNChatSession::invitation(MSNInvitation*&,QString,long unsigned int,MSNChatSession*,MSNContact*) Object::connect: No such signal MSNChatSession::invitation(MSNInvitation*&,QString,long unsigned int,MSNChatSession*,MSNContact*) Object::connect: No such signal MSNChatSession::invitation(MSNInvitation*&,QString,long unsigned int,MSNChatSession*,MSNContact*) Object::connect: No such signal MSNChatSession::invitation(MSNInvitation*&,QString,long unsigned int,MSNChatSession*,MSNContact*) Object::connect: No such signal MSNChatSession::invitation(MSNInvitation*&,QString,long unsigned int,MSNChatSession*,MSNContact*) Object::connect: No such signal MSNChatSession::invitation(MSNInvitation*&,QString,long unsigned int,MSNChatSession*,MSNContact*) Other thing I want to point out is that kopete does not work well with more than one account configured, should I file other bug? or maybe it is related to this one?
This can be reproduced just with trying to login in a MSN account, and do nothing more. And, look at the line: kopete(6397)/kopete (msn) MSNSocket::slotSocketError: Error: 17 ( "remote host closed connection" ) is this really an error? I mean, as I didn't anything more than login, I don't know why kopete is getting this error... svn info /usr/portage/distfiles/svn-src/KDE/kdenetwork/kdenetwork/ Path: /usr/portage/distfiles/svn-src/KDE/kdenetwork/kdenetwork URL: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdenetwork Repository Root: svn://anonsvn.kde.org/home/kde Repository UUID: 283d02a7-25f6-0310-bc7c-ecb5cbfe19da Revision: 767931 Node Kind: directory Schedule: normal Last Changed Author: lappelhans Last Changed Rev: 767854 Last Changed Date: 2008-01-28 22:59:52 +0100 (lun, 28 ene 2008)
This doesn't happen to me. There must be something about your MSN account. What is your buddy list like?
SVN commit 771864 by mattr: Fix wrong signal signatures. Patch by Carlo Segato. Thanks! BUG: 156935 M +2 -2 msnchatsession.cpp M +1 -1 msnchatsession.h M +1 -1 msnprotocol.h WebSVN link: http://websvn.kde.org/?view=rev&revision=771864
SVN commit 771866 by mattr: Backport patch for 156935. Should be fixed for KDE 4.0.2 CCBUG: 156935 M +2 -2 msnchatsession.cpp M +1 -1 msnchatsession.h M +1 -1 msnprotocol.h WebSVN link: http://websvn.kde.org/?view=rev&revision=771866