MikeK
unread,Feb 4, 2011, 10:45:05 PM2/4/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CallWidget-Developers
Accidentally sent last email without adding the error I recieved.
For:
callid = tokbox.createCall(apiObj,True)
I got the following error:
File "<pyshell#52>", line 1, in <module>
callid = tokbox.createCall(apiObj, True)
File "C:\Python27\TokBoxAPI.py", line 18, in createCall
return self.TB_Request(url, paramList)
File "C:\Python27\BaseAPI.py", line 75, in TB_Request
response = opener.open(request)
File "C:\Python27\lib\urllib2.py", line 398, in open
response = meth(req, response)
File "C:\Python27\lib\urllib2.py", line 511, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Python27\lib\urllib2.py", line 436, in error
return self._call_chain(*args)
File "C:\Python27\lib\urllib2.py", line 370, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 519, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 500: Internal Server Error