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

How do you handle these errors? "requests.exceptions.SSLError: HTTPSConnectionPool" #6

Open
chochangwoo1023 opened this issue Jan 19, 2024 · 0 comments

Comments

@chochangwoo1023
Copy link

chochangwoo1023 commented Jan 19, 2024

Hello
I would like to scrape Google Scholar data using git.
First, to follow the example in git, I wrote the code as follows.

paper_engine = Resp(api_key)
nips_result = paper_engine.nips('ginseng effects', max_pages = 3)

print(nips_result)

However, an SSL certification error occurred as follows. How should this be resolved?

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

1 participant