You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
CREATING JOB: (BieberJob1)
PARAMETERS:
{"publisher": "twitter", "toDate": "201201010001", "rules": [{"tag": "bestRuleEver", "value": "bieber"}], "title": "BieberJob1", "streamType": "track", "dataFormat": "activity-streams", "fromDate": "201201010000"}
RESPONSE:
Traceback (most recent call last):
File "./create_job.py", line 26, in
CreatJob()()
File "./create_job.py", line 21, in call
res = self.gnipHistorical.createJob()
File "/Users/blehman/workspace/github_repos/Gnip-Python-Historical-Utilities/src/gnip_historical/gnip_historical.py", line 267, in createJob
return Status(res.json())
File "/Users/blehman/anaconda/lib/python2.7/site-packages/requests/models.py", line 812, in json
return complexjson.loads(self.text, **kwargs)
File "/Users/blehman/anaconda/lib/python2.7/json/init.py", line 339, in loads
return _default_decoder.decode(s)
File "/Users/blehman/anaconda/lib/python2.7/json/decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/Users/blehman/anaconda/lib/python2.7/json/decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
./create_job.py -f bieber_job1.json
CREATING JOB: (BieberJob1)
PARAMETERS:
{"publisher": "twitter", "toDate": "201201010001", "rules": [{"tag": "bestRuleEver", "value": "bieber"}], "title": "BieberJob1", "streamType": "track", "dataFormat": "activity-streams", "fromDate": "201201010000"}
RESPONSE:
Traceback (most recent call last):
File "./create_job.py", line 26, in
CreatJob()()
File "./create_job.py", line 21, in call
res = self.gnipHistorical.createJob()
File "/Users/blehman/workspace/github_repos/Gnip-Python-Historical-Utilities/src/gnip_historical/gnip_historical.py", line 267, in createJob
return Status(res.json())
File "/Users/blehman/anaconda/lib/python2.7/site-packages/requests/models.py", line 812, in json
return complexjson.loads(self.text, **kwargs)
File "/Users/blehman/anaconda/lib/python2.7/json/init.py", line 339, in loads
return _default_decoder.decode(s)
File "/Users/blehman/anaconda/lib/python2.7/json/decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/Users/blehman/anaconda/lib/python2.7/json/decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
The text was updated successfully, but these errors were encountered: