[Devel] [Kaboom at OH] [celery at linode.openhatch.org] Error: Task profile.FetchPersonDataFromOhloh (25099b65-1d9b-40f4-bbc3-a31c44952d70): No JSON object could be decoded
mr_website at linode.openhatch.org
mr_website at linode.openhatch.org
Fri Feb 26 14:56:45 UTC 2010
Task profile.FetchPersonDataFromOhloh with id 25099b65-1d9b-40f4-bbc3-a31c44952d70 raised exception: No JSON object could be decoded
Task was called with args:(3404L,) kwargs:{}.
The contents of the full traceback was:
Traceback (most recent call last):
File "/home/deploy/milestone-a.buildout/eggs/celery-0.6.0-py2.5.egg/celery/worker/job.py", line 84, in jail
result = func(*args, **kwargs)
File "/home/deploy/milestone-a.buildout/eggs/celery-0.6.0-py2.5.egg/celery/task/base.py", line 123, in __call__
return self.run(*args, **kwargs)
File "/home/deploy/milestone-a.buildout/mysite/profile/tasks/__init__.py", line 292, in run
results = source2actual_action[dia.source](dia)
File "/home/deploy/milestone-a.buildout/mysite/profile/tasks/__init__.py", line 210, in gh_action
repos = list(mysite.customs.github.repos_by_username(dia.query))
File "/home/deploy/milestone-a.buildout/mysite/customs/github.py", line 19, in repos_by_username
repos = _github.repos.list(username)
File "/home/deploy/milestone-a.buildout/eggs/python_github2-0.1.1-py2.5.egg/github2/repositories.py", line 38, in list
datatype=Repository)
File "/home/deploy/milestone-a.buildout/eggs/python_github2-0.1.1-py2.5.egg/github2/core.py", line 57, in get_values
values = self.make_request(*args, **kwargs)
File "/home/deploy/milestone-a.buildout/eggs/python_github2-0.1.1-py2.5.egg/github2/core.py", line 43, in make_request
response = self.request.get(self.domain, command, *args)
File "/home/deploy/milestone-a.buildout/eggs/python_github2-0.1.1-py2.5.egg/github2/request.py", line 50, in get
return self.make_request("/".join(path_components))
File "/home/deploy/milestone-a.buildout/eggs/python_github2-0.1.1-py2.5.egg/github2/request.py", line 60, in make_request
return self.raw_request(url, extra_post_data, method=method)
File "/home/deploy/milestone-a.buildout/eggs/python_github2-0.1.1-py2.5.egg/github2/request.py", line 88, in raw_request
json = simplejson.loads(response_text)
File "/usr/lib/python2.5/site-packages/simplejson-2.0.9-py2.5-linux-i686.egg/simplejson/__init__.py", line 307, in loads
File "/usr/lib/python2.5/site-packages/simplejson-2.0.9-py2.5-linux-i686.egg/simplejson/decoder.py", line 335, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python2.5/site-packages/simplejson-2.0.9-py2.5-linux-i686.egg/simplejson/decoder.py", line 353, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
--
Just thought I'd let you know!
celeryd at linode.openhatch.org.
More information about the Devel
mailing list