bisohns / bisohns/search-engine-parser
basic search does not work at all
Open
bug
- Dominant language
- Python
- Stars
- 491
- Forks
- 87
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
```
ENGINE FAILURE: Bing
raise NoResultsOrTrafficError(
search_engine_parser.core.exceptions.NoResultsOrTrafficError: The result parsing was unsuccessful. It is either your query could not be found or it was flagged as unusual traffic
```
I tried the example from readme page. gsearch and bsearch all raise the same error.
the ysearch throw a different error:
```
line 61, in parse_single_result
rdict["descriptions"] = desc.text
AttributeError: 'NoneType' object has no attribute 'text'
```
Contributor guide
Assessment
This issue has not been assessed yet.