We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for the very useful package, however, it doesn't work for Facebook urls (the public groups), such as
https://www.facebook.com/groups/1166154663436469/permalink/4206825836035988
I get this error : check_hostname requires server_hostname
The text was updated successfully, but these errors were encountered:
Seems like an issue with urllib: https://stackoverflow.com/questions/66642705/why-requests-raise-this-exception-check-hostname-requires-server-hostname
Can you try urllib3==1.25.8 ?
Sorry, something went wrong.
@pgaref I fixed it the other day, and forgot to remove the issue. But thanks, and yes, that's the solution
Thats great @enaserianhanzaei thanks for confirming! Happy to merge in your FIX if you want to contribute to the project :)
No branches or pull requests
Thanks for the very useful package, however, it doesn't work for Facebook urls (the public groups), such as
https://www.facebook.com/groups/1166154663436469/permalink/4206825836035988
I get this error : check_hostname requires server_hostname
The text was updated successfully, but these errors were encountered: