Skip to content
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

Getting unexpected keyword argument 'verify_ssl' error #53

Open
Nikhil-John opened this issue Feb 25, 2024 · 1 comment
Open

Getting unexpected keyword argument 'verify_ssl' error #53

Nikhil-John opened this issue Feb 25, 2024 · 1 comment

Comments

@Nikhil-John
Copy link

So i tried both the git clone method as well installing from pip to get the latest version to try this out but everytime I run raccoon against a website I get the error TypeError: FakeUserAgent.__init__() got an unexpected keyword argument 'verify_ssl' with a few errors above it.

There was an issue stating that they removed verify_ssl since FakerUserAgent 1.2 onwards and the solution in that was to set it to 1.1.3
I tried the solution by setting the version mention above in the requirements.txt and then installing but it still didn't work. Would be greatly appreciated if I could figure this out. I'll attach an image below with errors that I'm getting.

Raccoon

Thanks in advance 😊

@JanisBerberi
Copy link

pip3 uninstall fake-useragent and then pip3 install fake-useragent==1.1.3 worked for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants