-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I ran into that error for gold_add() getting:
Traceback (most recent call last):
File "foo.py", line 185, in
methodsarg
File "foo.py", line 143, in create
job.gold_add('foo', 'foo_gold')
File "/crowdflower/crowdflower/job.py",
line 241, in gold_add
res = self._connection.request('/jobs/%s/gold' % self.id,
method='PUT', params=params)
File /crowdflower/crowdflower/connection.py",
line 70, in request
res = self.send_request(req)
File "/crowdflower/crowdflower/connection.py",
line 61, in send_request
raise CrowdFlowerError(req, res)
crowdflower.exception.CrowdFlowerError: CrowdFlowerError: 400 Bad
Request at https://api.crowdflower.com/v1/jobs/690982/gold
Metadata
Metadata
Assignees
Labels
No labels