Twilio使Web应用程序崩溃

时间:2013-12-12 12:20:03

标签: python django twilio

我收到意外错误,无法找到解决问题的方法。当我提交表单时,我收到以下错误:

Traceback (most recent call last):

  File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/base.py", line 111, in get_response
    response = callback(request, *callback_args, **callback_kwargs)

  File "/home/ubuntu/django-apps/poive/apps/smsreminders/views.py", line 77, in cron_process_adherence_responses
    results =process_adherence_responses()

  File "/home/ubuntu/django-apps/poive/apps/smsreminders/utils.py", line 64, in process_adherence_responses
    date_sent=today)

  File "/usr/local/lib/python2.6/dist-packages/twilio/rest/resources.py", line 95, in inner_func
    return myfunc(*args, **kwargs)

  File "/usr/local/lib/python2.6/dist-packages/twilio/rest/resources.py", line 1041, in list
    return self.get_instances(params=params, **kwargs)

TypeError: get_instances() got an unexpected keyword argument 'date_sent'

请帮我修理

0 个答案:

没有答案