Error message when running the program #10
-
I was running the program per the instructions listed in README.rst and when I input line 173 or README.rst (my_citations = PyCite(et cetera...) the program worked correctly for a time and then gave the error message Traceback (most recent call last): This error occurred when the program was trying to cite this article (https://www.sciencedirect.com/science/article/pii/S0301051117302314) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hello, Thank you for raising this. I can confirm that I did experience this (earlier today) and pushed a fix that hopefully fixed it. Can you still reproduce this error with this version https://github.com/Nelson-Gon/pycite/tree/5dbe9743baad34b783820631c98a29ad2632f3fb? Thanks, Nelson |
Beta Was this translation helpful? Give feedback.
-
Hi, I just looked at the error message. It seems you changed the code somewhere and used the HTML tag "h1" (title = pycite/pycite/sciencedirect.py Line 13 in 5dbe974 Since, this is a science direct article, it should call science direct methods (sd_*) which for the title use the above line. Please let me know if this helps. |
Beta Was this translation helpful? Give feedback.
-
Following this in #11. |
Beta Was this translation helpful? Give feedback.
Following this in #11.