On Sunday 20 August 2006 15:30, Derek Kuli?ski wrote:
> >> PS Where I can get 0.12-beta2? All I see are nightly snapshots, and I
> >> think beta is more likely to be stable than them :)
> >
> > Check the Wiki.
> > http://psi-im.org/wiki/Builds#Contributed_2
>
> Thanks, but I see only snaphosts there. After digging around I found
> 0.11beta2 on sourceforge...

The builds identify as beta2 so that's what I know...

-- 
Paul Johnson
Email and IM (XMPP & Google Talk): [EMAIL PROTECTED]

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : 
http://modevia.com/pipermail/py-transports/attachments/20060820/7581ac1f/attachment.pgp
From [EMAIL PROTECTED]  Mon Aug 21 11:12:42 2006
From: [EMAIL PROTECTED] (Renato Botelho)
Date: Mon Aug 21 11:12:50 2006
Subject: [py-transports] PyICQt: UnicodeDecodeError: 'utf8'
Message-ID: <[EMAIL PROTECTED]>

I just updated twisted from 1.3.x to 2.4.0 and I started to get this error
on my PyICQt

[2006-08-21 07:54:28] Traceback (most recent call last):
          File "/usr/local/lib/jabber/pyicq/src/tlib/oscar.py", line 537, in
dataReceived
            state=func(flap)
          File "/usr/local/lib/jabber/pyicq/src/tlib/oscar.py", line 627, in
oscar_Data
            d.callback(snac)
          File
"/usr/local/lib/python2.4/site-packages/twisted/internet/defer.py", line
229, in callback
            self._startRunCallbacks(result)
          File
"/usr/local/lib/python2.4/site-packages/twisted/internet/defer.py", line
294, in _startRunCallbacks
            self._runCallbacks()
        --- <exception caught here> ---
          File
"/usr/local/lib/python2.4/site-packages/twisted/internet/defer.py", line
307, in _runCallbacks
            self.result = callback(self.result, *args, **kw)
          File "/usr/local/lib/jabber/pyicq/src/legacy/icqt.py", line 359,
in gotBuddyList
            self.icqcon.legacyList.updateSSIContact(u.name, nick=u.nick)
          File "/usr/local/lib/jabber/pyicq/src/legacy/legacylist.py", line
206, in updateSSIContact
            c.updateNickname(nick, push=True)
          File "/usr/local/lib/jabber/pyicq/src/contact.py", line 142, in
updateNickname
            if push: self.sendPresence()
          File "/usr/local/lib/jabber/pyicq/src/contact.py", line 172, in
sendPresence
            self.contactList.session.sendPresence(to=tojid, fro=self.jid,
ptype=self.ptype, show=self.show, status=self.status, avatarHash=avatarHash,
nickname=self.nickname, payload=[caps], url=self.url)
          File "/usr/local/lib/jabber/pyicq/src/jabw.py", line 202, in
sendPresence
            sendPresence(self.pytrans, to, fro, show, status, priority,
ptype, avatarHash, nickname, payload, url=url)
          File "/usr/local/lib/jabber/pyicq/src/jabw.py", line 89, in
sendPresence
            pytrans.send(el)
          File "/usr/local/lib/jabber/pyicq/src/main.py", line 270, in send
            obj = obj.toXml()
          File
"/usr/local/lib/python2.4/site-packages/twisted/words/xish/domish.py", line
518, in toXml
            return s.getValue()
          File
"/usr/local/lib/python2.4/site-packages/twisted/words/xish/domish.py", line
36, in getValue
            return u"".join(self.writelist)
        exceptions.UnicodeDecodeError: 'utf8' codec can't decode bytes in
position 4-6: invalid data

Does anybody know how to fix this?

Thanks
-- 
Renato Botelho
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://modevia.com/pipermail/py-transports/attachments/20060821/9487ed83/attachment.html
From [EMAIL PROTECTED]  Mon Aug 21 11:39:15 2006
From: [EMAIL PROTECTED] (Daniel Henninger)
Date: Mon Aug 21 11:39:18 2006
Subject: [py-transports] PyICQt: UnicodeDecodeError: 'utf8'
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

pyicqt is not yet 'cleared' to work with 2.4.0.  =/

(in fact, right now I basically recommend sticking with 1.3.0)

Daniel

-- 
"The most addictive drug in the world is music."
     - The Lost Boyz

> I just updated twisted from 1.3.x to 2.4.0 and I started to get this error
> on my PyICQt
>
> [2006-08-21 07:54:28] Traceback (most recent call last):
>           File "/usr/local/lib/jabber/pyicq/src/tlib/oscar.py", line 537,
> in
> dataReceived
>             state=func(flap)
>           File "/usr/local/lib/jabber/pyicq/src/tlib/oscar.py", line 627,
> in
> oscar_Data
>             d.callback(snac)
>           File
> "/usr/local/lib/python2.4/site-packages/twisted/internet/defer.py", line
> 229, in callback
>             self._startRunCallbacks(result)
>           File
> "/usr/local/lib/python2.4/site-packages/twisted/internet/defer.py", line
> 294, in _startRunCallbacks
>             self._runCallbacks()
>         --- <exception caught here> ---
>           File
> "/usr/local/lib/python2.4/site-packages/twisted/internet/defer.py", line
> 307, in _runCallbacks
>             self.result = callback(self.result, *args, **kw)
>           File "/usr/local/lib/jabber/pyicq/src/legacy/icqt.py", line 359,
> in gotBuddyList
>             self.icqcon.legacyList.updateSSIContact(u.name, nick=u.nick)
>           File "/usr/local/lib/jabber/pyicq/src/legacy/legacylist.py",
> line
> 206, in updateSSIContact
>             c.updateNickname(nick, push=True)
>           File "/usr/local/lib/jabber/pyicq/src/contact.py", line 142, in
> updateNickname
>             if push: self.sendPresence()
>           File "/usr/local/lib/jabber/pyicq/src/contact.py", line 172, in
> sendPresence
>             self.contactList.session.sendPresence(to=tojid, fro=self.jid,
> ptype=self.ptype, show=self.show, status=self.status,
> avatarHash=avatarHash,
> nickname=self.nickname, payload=[caps], url=self.url)
>           File "/usr/local/lib/jabber/pyicq/src/jabw.py", line 202, in
> sendPresence
>             sendPresence(self.pytrans, to, fro, show, status, priority,
> ptype, avatarHash, nickname, payload, url=url)
>           File "/usr/local/lib/jabber/pyicq/src/jabw.py", line 89, in
> sendPresence
>             pytrans.send(el)
>           File "/usr/local/lib/jabber/pyicq/src/main.py", line 270, in
> send
>             obj = obj.toXml()
>           File
> "/usr/local/lib/python2.4/site-packages/twisted/words/xish/domish.py",
> line
> 518, in toXml
>             return s.getValue()
>           File
> "/usr/local/lib/python2.4/site-packages/twisted/words/xish/domish.py",
> line
> 36, in getValue
>             return u"".join(self.writelist)
>         exceptions.UnicodeDecodeError: 'utf8' codec can't decode bytes in
> position 4-6: invalid data
>
> Does anybody know how to fix this?
>
> Thanks
> --
> Renato Botelho
> _______________________________________________
> py-transports mailing list
> [email protected]
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>

Reply via email to