On Jan 21, 1:48 pm, Vitaliy Okulov <[email protected]> wrote:
> Today, when i try to use pyicq-t transport i recieve error message:
>
> [13:34:00] <[email protected]>
> =============================
> Системное сообщение
> =============================
> ICQ не поддерживает используемую вами версию. Скачайте бесплатную
> авторизованную версию ICQ с официального web-сайта ICQ.
>
> =============================
> System Message
> =============================
> The version you are using is not supported by ICQ. Download a free
> authorized ICQ version from ICQ's official website.
>
> I use pyicq-t 0.8b.
This path fix it:
--- oscar.py.orig 2009-01-06 20:31:38.000000000 +0300
+++ oscar.py 2009-01-22 19:03:51.000000000 +0300
@@ -598,7 +598,7 @@
class OscarConnection(protocol.Protocol):
def connectionMade(self):
self.state=""
- self.seqnum=0
+ self.seqnum=10000
self.buf=''
self.outRate=6000
self.outTime=time.time()
http://code.google.com/p/pyicqt/issues/detail?id=156&sort=-id
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"py-transports" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/py-transports?hl=en
-~----------~----~----~----~------~----~------~--~---