-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. _get_url(): bugfix exception message, 2. update README (proxies, bypass curl-cffi NotImplementedError in windows), 3. update bug_report.md
- Loading branch information
Showing
5 changed files
with
25 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,23 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
**Before you open an issue:** | ||
1. Make sure you have the latest version installed. Check: `ddgs version`. Update: `pip install -U duckduckgo_search` | ||
3. Try reinstalling the library: `pip install -I duckduckgo_search` | ||
4. Make sure the site https://duckduckgo.com is accessible in your browser | ||
5. Try using a proxy. The site may block ip for a while. | ||
- [ ] I have the latest version. (Check: `ddgs version`. Update: `pip install -U duckduckgo_search`)</br> | ||
- [ ] I tried reinstalling the library. (`pip install -I duckduckgo_search`) | ||
- [ ] https://duckduckgo.com is accessible in my browser | ||
- [ ] I tried using a proxy (the site may block ip for a while) | ||
|
||
## Describe the bug | ||
|
||
**Describe the bug** | ||
What the bug is. | ||
|
||
**Debug log** | ||
|
||
Add `logging.basicConfig(level=logging.DEBUG)` to the beginning of your script and attach log to the issue. | ||
|
||
**Screenshots** | ||
|
||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Specify this information** | ||
|
||
- OS | ||
- environment | ||
- duckduckgo_search version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "4.1.0" | ||
__version__ = "4.1.1" |