2012-01-17 5 views
1

SSLError가 표시됩니다.web2py-skype 통합

내 web2py 응용 프로그램에 skype를 통합하고 싶습니다. skype.com에서 skypekit을 다운로드했습니다. 그러나 오류를 제공합니다

Traceback (most recent call last): 
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner 
self.run() 
File "applications/filem/modules/skypekit_mod/ipc/python/skypekit.py", line 143, in run 
self.connection._start() 


File "applications/filem/modules/skypekit_mod/ipc/python/skypekit.py", line 521, in _start 
if self._read_byte(1) == 'Z': 



File "applications/filem/modules/skypekit_mod/ipc/python/skypekit.py", line 236, in _read_byte 
read = self.socket.recv(4096) 



File "/usr/lib/python2.6/ssl.py", line 215, in recv 
return self.read(buflen) 



File "/usr/lib/python2.6/ssl.py", line 136, in read 
return self._sslobj.read(len) 

SSLError: The read operation timed out 

답변

2

I는 서버 나 브라우저를 통해 SkypeKit을 implimenting하는 것은 특히 SkypeKit 사용 조건에 제한되는 것을 두려워 : 여기

SSLError:ssl read operation timed out 

상세한 스택 트레이스입니다.

참조 : http://developer.skype.com/skypekit/legal/license (로그인 필요)