Hi,
First of all, thanks much for Skype4Py. I have something that was working, but now it doesn't. Not sure where the problem is. I've updated to Skype4Py 1.0.32.0. My Skype version is 2.8.0.722, and I'm running Mac OS X 10.5. I think I've updated Skype since this was working last.
Thanks for any help you can give me,
Ken
I get this traceback when I try to use chat.Messages to do anything:
Traceback (most recent call last):
File "<stdin>", line 116, in <module>
File "<stdin>", line 20, in printAllMessages
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Skype4Py/chat.py", line\
275, in _GetMessages
return ChatMessageCollection(self._Owner, split(self._Property('CHATMESSAGES', Cache=False), ', '))
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Skype4Py/chat.py", line\
24, in _Property
return self._Owner._Property('CHAT', self.Name, PropName, Value, Cache)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Skype4Py/skype.py", lin\
e 296, in _Property
value = self._DoCommand('GET %s' % jarg, jarg)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Skype4Py/skype.py", lin\
e 284, in _DoCommand
(command.Reply, command.Expected))
Skype4Py.errors.SkypeError: [Errno 0] Unexpected reply from Skype, got [CHAT #ken.basye/$bdshayne;1903851817f93e43 ERRO\
R 106 Invalid PROP], expected [CHAT #ken.basye/$bdshayne;1903851817f93e43 CHATMESSAGES (...)]