-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
fix get citation data action issues #125
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
base: main
Are you sure you want to change the base?
Conversation
@RayeRen Could you please help check if this PR could be merged? |
Hi! Thanks for your fix. I updated the main.py and requirements.txt, but I get errors. Here is the output of "Get citation data"
(I succeeded once before this error, and I use scholarly==1.7.11 as well, which is weird.) |
Hi! Thanks for your feedback. Could you possibly rerun your action? It seems that the free proxy option provided by scholarly does fail to run occationally. |
I re-ran the action and it built successfully. I get it. Thanks |
How to add this function when the action is running. |
Author identity unknown |
This happens from time to time, but it shouldn’t be a concern if your update frequency is once everyday. However, if you update it only once a week—like I do—you may want to use a try-except block, as shown in my implementation here: google_scholar_crawler/main.py. |
Yes, I have solved the problem. Your answer is very enlightening. Thank you. |
This provides a fix to Issue #124.