You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Thanks in advance 😊
The text was updated successfully, but these errors were encountered:
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.
Thanks in advance 😊
The text was updated successfully, but these errors were encountered: