Hawks12 / browserscope

Automatically exported from code.google.com/p/browserscope
0 stars 0 forks source link

FindScore in unsubscriptable error #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Trying to get the median for the richtext tests is bombing with this error

URL to try: http://loadtest.latest.ua-profiler.appspot.com/?
category=richtext&v=0&xhr=1

09-10 08:32PM 50.717
Exception, 'NoneType' object is unsubscriptable, from FindScore(rank=3)
E 09-10 08:33PM 02.790
<class 'google.appengine.runtime.DeadlineExceededError'>: 
Traceback (most recent call last):
  File "/base/data/home/apps/ua-profiler/1.336250212699621305/main.py", 
line 64, in main
    util.run_wsgi_app(application)
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/util.py", 
line 76, in run_wsgi_app
    result = application(env, _start_response)
  File "/base/data/home/apps/ua-
profiler/1.336250212699621305/django.zip/django/core/handlers/wsgi.py", 
line 239, in __call__
  File "/base/data/home/apps/ua-
profiler/1.336250212699621305/django.zip/django/core/handlers/base.py", 
line 128, in get_response
  File "/base/data/home/apps/ua-
profiler/1.336250212699621305/django.zip/django/core/handlers/base.py", 
line 157, in handle_uncaught_exception
  File "/base/data/home/apps/ua-
profiler/1.336250212699621305/appengine_django/mail.py", line 73, in 
mail_admins
    _mail_group(settings.ADMINS, subject, message, fail_silently)
  File "/base/data/home/apps/ua-
profiler/1.336250212699621305/appengine_django/mail.py", line 86, in 
_mail_group
    fail_silently)
  File "/base/data/home/apps/ua-
profiler/1.336250212699621305/django.zip/django/core/mail.py", line 345, in 
send_mail
  File "/base/data/home/apps/ua-
profiler/1.336250212699621305/django.zip/django/core/mail.py", line 271, in 
send
  File "/base/data/home/apps/ua-
profiler/1.336250212699621305/django.zip/django/core/mail.py", line 172, in 
send_messages
  File "/base/data/home/apps/ua-
profiler/1.336250212699621305/appengine_django/mail.py", line 63, in _send
    e.send()
  File "/base/python_lib/versions/1/google/appengine/api/mail.py", line 
711, in send
    make_sync_call('mail', self._API_CALL, message, response)
  File 
"/base/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", 
line 72, in MakeSyncCall
    apiproxy.MakeSyncCall(service, call, request, response)
  File 
"/base/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", 
line 254, in MakeSyncCall
    rpc.Wait()
  File "/base/python_lib/versions/1/google/appengine/api/apiproxy_rpc.py", 
line 97, in Wait
    rpc_completed = self._WaitImpl()
  File "/base/python_lib/versions/1/google/appengine/runtime/apiproxy.py", 
line 104, in _WaitImpl
    rpc_completed = _apphosting_runtime___python__apiproxy.Wait(self)

Original issue reported on code.google.com by els...@gmail.com on 11 Sep 2009 at 11:55

GoogleCodeExporter commented 8 years ago
slamm, I kinda think this is a red herring actually, I see progress happening. 
I'll 
reopen if it comes up again.

Original comment by els...@gmail.com on 12 Sep 2009 at 12:18

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r267.

Original comment by els...@gmail.com on 14 Sep 2009 at 6:05