Created
May 5, 2011 15:54
-
-
Save ghing/957302 to your computer and use it in GitHub Desktop.
Celery error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2011-05-04 23:31:00,835: ERROR/MainProcess] Task celery.task.http.HttpDispatchT | |
ask[1fb6bb21-4b8a-40d1-afd9-59c5ca722730] raised exception: ValueError('unknown | |
url type: :///getreport/',) | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.6/dist-packages/celery-2.1.4-py2.6.egg/celery/exe | |
cute/trace.py", line 34, in trace | |
return cls(states.SUCCESS, retval=fun(*args, **kwargs)) | |
File "/usr/local/lib/python2.6/dist-packages/celery-2.1.4-py2.6.egg/celery/task/base.py", line 248, in __call__ | |
return self.run(*args, **kwargs) | |
File "/usr/local/lib/python2.6/dist-packages/celery-2.1.4-py2.6.egg/celery/task/http.py", line 178, in run | |
return HttpDispatch(url, method, kwargs, logger).dispatch() | |
File "/usr/local/lib/python2.6/dist-packages/celery-2.1.4-py2.6.egg/celery/task/http.py", line 139, in dispatch | |
raw_response = self.make_request(str(url), self.method, params) | |
File "/usr/local/lib/python2.6/dist-packages/celery-2.1.4-py2.6.egg/celery/task/http.py", line 128, in make_request | |
response = urllib2.urlopen(request) # user catches errors. | |
File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen | |
return _opener.open(url, data, timeout) | |
File "/usr/lib/python2.6/urllib2.py", line 383, in open | |
protocol = req.get_type() | |
File "/usr/lib/python2.6/urllib2.py", line 244, in get_type | |
raise ValueError, "unknown url type: %s" % self.__original | |
ValueError: unknown url type: :///getreport/ | |
None |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment