bisohns / bisohns/search-engine-parser

basic search does not work at all

Open
#155 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.