On 8/21/06, Daniel Henninger <[EMAIL PROTECTED]> wrote: > pyicqt is not yet 'cleared' to work with 2.4.0. =/ > > (in fact, right now I basically recommend sticking with 1.3.0) > > > I just updated twisted from 1.3.x to 2.4.0 and I started to get this error > > on my PyICQt > >
huh, you got it to run? I can't even manage that! (I use the sasl settings, so it breaks connecting to the server) -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Mon Aug 21 15:00:17 2006 From: [EMAIL PROTECTED] (Renato Botelho) Date: Mon Aug 21 15:00:29 2006 Subject: [py-transports] PyICQt: UnicodeDecodeError: 'utf8' In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On 8/21/06, Daniel Henninger <[EMAIL PROTECTED]> wrote: > > pyicqt is not yet 'cleared' to work with 2.4.0. =/ > > (in fact, right now I basically recommend sticking with 1.3.0) > Since we have just few users that use icq transport, and a internal product that depends of twisted 2.4.x, i'll wait PyICQt works well with 2.4.x and so I'll enable it again. Thanks -- Renato Botelho -------------- next part -------------- An HTML attachment was scrubbed... URL: http://modevia.com/pipermail/py-transports/attachments/20060821/f0c93d0c/attachment.htm From [EMAIL PROTECTED] Mon Aug 21 17:15:03 2006 From: [EMAIL PROTECTED] (Norman Rasmussen) Date: Mon Aug 21 17:15:12 2006 Subject: [py-transports] PyICQt: UnicodeDecodeError: 'utf8' In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On 8/21/06, Renato Botelho <[EMAIL PROTECTED]> wrote: > Since we have just few users that use icq transport, and a internal product > that depends of twisted 2.4.x, i'll wait PyICQt works well with 2.4.x and so > I'll enable it again. You can always copy the twisted 1.3 code into the pyicqt folder, and it might use that before the system install of twisted 2.4. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Mon Aug 21 17:41:44 2006 From: [EMAIL PROTECTED] (Vladimir Vrzic) Date: Mon Aug 21 17:41:57 2006 Subject: [py-transports] PyMSNt twisted.web.sux.ParseError In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On Fri, 2006-08-18 at 09:46 +1000, James Bunton wrote: > Just for clarity I'm going to state things as I understand :) > > In PyMSNt 0.10.3 you're getting the parse errors throwing exceptions. > This is a bug that has been fixed in 0.11.2. > > However you cannot switch to 0.11.2 because you were getting a > Timeout attempting to connect. > > Is that all correct? > > If so, my suggestion about adjusting the timeout was referring to src/ > legacy/msn/msnw.py in 0.11.2, not 0.10.3. Actually, I could not switch to 0.11.1 (not .2) because of a timeout problem. Now I tried modifying the timeout in the code, but no luck. Tried to test connectivity with netcat, everything looks normal. After that I tried with 0.11.2-dev2, and it just dies on startup, with a brand new error message (full log attached) :o). OSError: [Errno 9] Bad file descriptor So, basically, now i have: 0.10.3 -- doesn't work, parse errors 0.11.1 -- doesn't work, timeout errors 0.11.2 -- doesn't work, bad file descriptor error -------------- next part -------------- A non-text attachment was scrubbed... Name: debug.log Type: text/x-log Size: 6658 bytes Desc: not available Url : http://modevia.com/pipermail/py-transports/attachments/20060821/046b1758/debug.bin From [EMAIL PROTECTED] Mon Aug 21 17:46:27 2006 From: [EMAIL PROTECTED] (Bearcat M. Sandor) Date: Mon Aug 21 17:46:40 2006 Subject: [py-transports] help me get IRC transport version 0.3 up and running Message-ID: <[EMAIL PROTECTED]> Hello folks, I'm playing with transports and have the msn (pymsnt) functional. I am attempting to get irc-transport-03 working. It runs but it get stuck waiting on handshaking. Any ideas? My jabber server is located at jabber.feline-soul.net and my main jabber user is "jabber" (inventive, i know). My irc-transport config: [transport] Server = localhost Hostname = irc Port = 5269 ;Port = 9000 Secret = xxxxxxxx (yes, i entered it, but i'm not sending it over email) ServerUser=jabber ;UserFile = user.dbm LocalAddress = localhost ;Administrators = [EMAIL PROTECTED],[EMAIL PROTECTED] LogFile = ircerror.log ;FatalErrors = true When starting it i get the following: python irc.py & [1] 1572 11:36:02 [EMAIL PROTECTED]:~/jabber/irc-transport-0.3$ Could not load one of the supported DNS libraries (dnspython or pydns). SRV records will not be queried and you may need to set custom hostname/port for some servers to be accessible. Invalid debugflag given: always Invalid debugflag given: nodebuilder DEBUG: DEBUG: Debug created for /usr/lib/python2.4/site-packages/xmpp/client.py DEBUG: flags defined: always,nodebuilder DEBUG: socket start Plugging <xmpp.transports.TCPsocket instance at 0x2b6c99a43ab8> into <xmpp.client.Component instance at 0x2b6c99a436c8> DEBUG: socket start Successfully connected to remote host ('localhost', 5269) DEBUG: dispatcher start Plugging <xmpp.dispatcher.Dispatcher instance at 0x2b6c99a361b8> into <xmpp.client.Component instance at 0x2b6c99a436c8> DEBUG: dispatcher info Registering namespace "unknown" DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(unknown) DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(unknown) DEBUG: dispatcher info Registering namespace "http://etherx.jabber.org/streams" DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams) DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams) DEBUG: dispatcher info Registering namespace "jabber:component:accept" DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(jabber:component:accept) DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(jabber:component:accept) DEBUG: dispatcher info Registering protocol "iq" as xmpp.protocol.Iq(jabber:component:accept) DEBUG: dispatcher info Registering protocol "presence" as xmpp.protocol.Presence(jabber:component:accept) DEBUG: dispatcher info Registering protocol "message" as xmpp.protocol.Message(jabber:component:accept) DEBUG: dispatcher info Registering handler <bound method Dispatcher.streamErrorHandler of <xmpp.dispatcher.Dispatcher instance at 0x2b6c99a361b8>> for "error" type-> ns->(http://etherx.jabber.org/streams) DEBUG: dispatcher warn Registering protocol "error" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams) DEBUG: socket sent <?xml version='1.0'?> <stream:stream xmlns="http://jabberd.jabberstudio.org/ns/component/1.0" to="localhost" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" > DEBUG: socket got <?xml version='1.0'?> <stream:stream xmlns:stream='http://etherx.jabber.org/streams' xmlns='http://jabberd.jabberstudio.org/ns/component/1.0' from='localhost' version='1.0' id='ds6mid47396zhqyq1xgqso1cznqzrru5j1s1fw9i' xmlns:db='jabber:server:dialback'> <stream:features xmlns:stream='http://etherx.jabber.org/streams'/> DEBUG: dispatcher warn Unknown stanza: features DEBUG: dispatcher ok Dispatching unknown stanza with type-> props->[] id->None DEBUG: dispatcher info Registering namespace "jabber:client" DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(jabber:client) DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(jabber:client) DEBUG: dispatcher info Registering protocol "iq" as xmpp.protocol.Iq(jabber:client) DEBUG: dispatcher info Registering protocol "message" as xmpp.protocol.Message(jabber:client) DEBUG: dispatcher info Registering protocol "presence" as xmpp.protocol.Presence(jabber:client) DEBUG: dispatcher info Registering handler <bound method Transport.xmpp_message of <__main__.Transport instance at 0x2b6c99a43a70>> for "message" type-> ns->(jabber:client) DEBUG: dispatcher info Registering handler <bound method Transport.xmpp_presence of <__main__.Transport instance at 0x2b6c99a43a70>> for "presence" type-> ns->(jabber:client) DEBUG: dispatcher info Registering handler <bound method Transport.xmpp_iq_version of <__main__.Transport instance at 0x2b6c99a43a70>> for "iq" type->get ns->jabber:iq:version(jabber:client) DEBUG: dispatcher info Registering handler <bound method Transport.xmpp_iq_agents of <__main__.Transport instance at 0x2b6c99a43a70>> for "iq" type->get ns->jabber:iq:agents(jabber:client) DEBUG: dispatcher info Registering handler <bound method Transport.xmpp_iq_browse of <__main__.Transport instance at 0x2b6c99a43a70>> for "iq" type->get ns->jabber:iq:browse(jabber:client) DEBUG: dispatcher info Registering handler <bound method Transport.xmpp_iq_mucadmin_set of <__main__.Transport instance at 0x2b6c99a43a70>> for "iq" type->set ns->http://jabber.org/protocol/muc#admin(jabber:client) DEBUG: dispatcher info Registering handler <bound method Transport.xmpp_iq_mucadmin_get of <__main__.Transport instance at 0x2b6c99a43a70>> for "iq" type->get ns->http://jabber.org/protocol/muc#admin(jabber:client) DEBUG: dispatcher info Registering handler <bound method Transport.xmpp_iq_register_set of <__main__.Transport instance at 0x2b6c99a43a70>> for "iq" type->set ns->jabber:iq:register(jabber:client) DEBUG: dispatcher info Registering handler <bound method Transport.xmpp_iq_register_get of <__main__.Transport instance at 0x2b6c99a43a70>> for "iq" type->get ns->jabber:iq:register(jabber:client) DEBUG: dispatcher info Registering handler <bound method Transport.xmpp_iq_vcard of <__main__.Transport instance at 0x2b6c99a43a70>> for "iq" type->get ns->vcard-temp(jabber:client) DEBUG: browser start Plugging <xmpp.browser.Browser instance at 0x2b6c99a38560> into <xmpp.client.Component instance at 0x2b6c99a436c8> DEBUG: dispatcher info Registering handler <bound method Browser._DiscoveryHandler of <xmpp.browser.Browser instance at 0x2b6c99a38560>> for "iq" type->get ns->http://jabber.org/protocol/disco#info(jabber:client) DEBUG: dispatcher info Registering handler <bound method Browser._DiscoveryHandler of <xmpp.browser.Browser instance at 0x2b6c99a38560>> for "iq" type->get ns->http://jabber.org/protocol/disco#items(jabber:client) DEBUG: commands start Plugging <xmpp.commands.Commands instance at 0x2b6c99a38878> into <xmpp.client.Component instance at 0x2b6c99a436c8> DEBUG: dispatcher info Registering handler <bound method Commands._CommandHandler of <xmpp.commands.Commands instance at 0x2b6c99a38878>> for "iq" type->set ns->http://jabber.org/protocol/commands(jabber:client) DEBUG: dispatcher info Registering handler <bound method Commands._CommandHandler of <xmpp.commands.Commands instance at 0x2b6c99a38878>> for "iq" type->get ns->http://jabber.org/protocol/commands(jabber:client) DEBUG: browser info Registering handler <bound method Commands._DiscoHandler of <xmpp.commands.Commands instance at 0x2b6c99a38878>> for "" node->http://jabber.org/protocol/commands DEBUG: browser info Registering handler <bound method Commands._DiscoHandler of <xmpp.commands.Commands instance at 0x2b6c99a38878>> for "irc" node->http://jabber.org/protocol/commands DEBUG: browser info Registering handler <bound method Online_Users_Command._DiscoHandler of <jep0133.Online_Users_Command instance at 0x2b6c99a389e0>> for "irc" node->http://jabber.org/protocol/admin#get-online-users DEBUG: browser info Registering handler <bound method Active_Users_Command._DiscoHandler of <jep0133.Active_Users_Command instance at 0x2b6c99a38b90>> for "irc" node->http://jabber.org/protocol/admin#get-active-users DEBUG: browser info Registering handler <bound method Registered_Users_Command._DiscoHandler of <jep0133.Registered_Users_Command instance at 0x2b6c99a38c68>> for "irc" node->http://jabber.org/protocol/admin#get-registered-users DEBUG: browser info Registering handler <bound method Edit_Admin_List_Command._DiscoHandler of <jep0133.Edit_Admin_List_Command instance at 0x2b6c99a38dd0>> for "irc" node->http://jabber.org/protocol/admin#edit-admin DEBUG: browser info Registering handler <bound method Restart_Service_Command._DiscoHandler of <jep0133.Restart_Service_Command instance at 0x2b6c99a38e60>> for "irc" node->http://jabber.org/protocol/admin#restart DEBUG: browser info Registering handler <bound method Shutdown_Service_Command._DiscoHandler of <jep0133.Shutdown_Service_Command instance at 0x2b6c99a38f38>> for "irc" node->http://jabber.org/protocol/admin#shutdown DEBUG: browser info Registering handler <bound method Connect_Server_Command._DiscoHandler of <__main__.Connect_Server_Command instance at 0x2b6c99a3a050>> for "" node->connect-server DEBUG: browser info Registering handler <bound method Disconnect_Server_Command._DiscoHandler of <__main__.Disconnect_Server_Command instance at 0x2b6c99a3a128>> for "" node->disconnect-server DEBUG: browser info Registering handler <bound method Transport.xmpp_base_disco of <__main__.Transport instance at 0x2b6c99a43a70>> for "irc" node-> DEBUG: browser info Registering handler <bound method Transport.xmpp_base_disco of <__main__.Transport instance at 0x2b6c99a43a70>> for "" node-> DEBUG: sasl start Plugging <xmpp.auth.SASL instance at 0x2b6c99a3a248> into <xmpp.client.Component instance at 0x2b6c99a436c8> DEBUG: sasl error SASL not supported by server DEBUG: gen_auth start Plugging <xmpp.auth.NonSASL instance at 0x2b6c99a3a368> into <xmpp.client.Component instance at 0x2b6c99a436c8> DEBUG: socket sent <handshake>9e63ccc311f1a61b17f3d6818652e5d27c1541ad</handshake> DEBUG: dispatcher info Registering handler <bound method NonSASL.handshakeHandler of <xmpp.auth.NonSASL instance at 0x2b6c99a3a368>> for "handshake" type-> ns->(jabber:component:accept) DEBUG: dispatcher warn Registering protocol "handshake" as xmpp.protocol.Protocol(jabber:component:accept) DEBUG: gen_auth notifywaiting on handshake DEBUG: gen_auth notifywaiting on handshake DEBUG: gen_auth notifywaiting on handshake DEBUG: gen_auth notifywaiting on handshake This debug goes on for a minute or two then terminates. Clicking on my services button in kopete which brings up the msn service does not bring up the irc service. Thanks all, Bearcat -- Bearcat M. Sandor [EMAIL PROTECTED] Jabber: [EMAIL PROTECTED] ICQ: 6628727 MSN: [EMAIL PROTECTED] Yahoo: bearcatsandor AIM: bearcatmsandor
