-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Brave error ? #1541
Comments
I'm assuming they changed something in the backend to cause this error, I'll have to debug it this week and figure out the root cause. |
After doing some digging this has been a known bug in aiohttp that has been talked about for close to 6 years. It looks like a solution has been implemented and merged. However, it is not yet in the latest version of aiohttp that you can install via pip, so until that is published this error will continue unless brave changes something in the backend to shrink their reply headers. May have to look into patching it in the meantime or hoping the new release comes soon or make a special exception and use requests or httpx temporarily for brave until this gets figured out. There is also an API for brave search which may yield more results so that is also another option. |
Thanks for your reply, I will try soon with this informations. |
Looks like this is not in aiohttp 3.9.1. Does anyone know what release this fix will appear in? |
Did not realize this was fixed, I'll update Brave this weekend. |
fixed in git |
Feature Request or Bug or Another
Feature: Bug
Describe the feature request or bug or other
When I try to run
python3 theHarvester.py -d exemple.com -b all
, I have an error with brave:System Information (System that tool is running on):
The text was updated successfully, but these errors were encountered: