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
When trying:
python3 parse.py -q='computer vision'
I have this error:
Traceback (most recent call last):
File "parse.py", line 116, in
start()
File "parse.py", line 108, in start
for idx, comps in enumerate(companies):
File "parse.py", line 61, in get_next_pages
'filter_data[markets][]':search_query}, headers=headers).json()
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/site-packages/requests/models.py", line 897, in json
return complexjson.loads(self.text, **kwargs)
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/json/init.py", line 319, in loads
return _default_decoder.decode(s)
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
(angelscrap) iMac:angel.co-companies-list-scraping alex$ python3 parse.py -q=‘visao’
Traceback (most recent call last):
File "parse.py", line 116, in
start()
File "parse.py", line 108, in start
for idx, comps in enumerate(companies):
File "parse.py", line 61, in get_next_pages
'filter_data[markets][]':search_query}, headers=headers).json()
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/site-packages/requests/models.py", line 897, in json
return complexjson.loads(self.text, **kwargs)
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/json/init.py", line 319, in loads
return _default_decoder.decode(s)
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
(angelscrap) iMac:angel.co-companies-list-scraping alex$ python3 parse.py
Traceback (most recent call last):
File "parse.py", line 116, in
start()
File "parse.py", line 108, in start
for idx, comps in enumerate(companies):
File "parse.py", line 61, in get_next_pages
'filter_data[markets][]':search_query}, headers=headers).json()
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/site-packages/requests/models.py", line 897, in json
return complexjson.loads(self.text, **kwargs)
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/json/init.py", line 319, in loads
return _default_decoder.decode(s)
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered:
I have checked it: the response code is 403 and the reason is Forbidden. I think https://angel.co/ have changed something or even closed this way to parse the site.
When trying:
python3 parse.py -q='computer vision'
I have this error:
Traceback (most recent call last):
File "parse.py", line 116, in
start()
File "parse.py", line 108, in start
for idx, comps in enumerate(companies):
File "parse.py", line 61, in get_next_pages
'filter_data[markets][]':search_query}, headers=headers).json()
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/site-packages/requests/models.py", line 897, in json
return complexjson.loads(self.text, **kwargs)
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/json/init.py", line 319, in loads
return _default_decoder.decode(s)
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
(angelscrap) iMac:angel.co-companies-list-scraping alex$ python3 parse.py -q=‘visao’
Traceback (most recent call last):
File "parse.py", line 116, in
start()
File "parse.py", line 108, in start
for idx, comps in enumerate(companies):
File "parse.py", line 61, in get_next_pages
'filter_data[markets][]':search_query}, headers=headers).json()
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/site-packages/requests/models.py", line 897, in json
return complexjson.loads(self.text, **kwargs)
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/json/init.py", line 319, in loads
return _default_decoder.decode(s)
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
(angelscrap) iMac:angel.co-companies-list-scraping alex$ python3 parse.py
Traceback (most recent call last):
File "parse.py", line 116, in
start()
File "parse.py", line 108, in start
for idx, comps in enumerate(companies):
File "parse.py", line 61, in get_next_pages
'filter_data[markets][]':search_query}, headers=headers).json()
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/site-packages/requests/models.py", line 897, in json
return complexjson.loads(self.text, **kwargs)
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/json/init.py", line 319, in loads
return _default_decoder.decode(s)
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/Users/alex/anaconda/envs/angelscrap/lib/python3.5/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered: