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
PubmedCurator was not working because of the lack of altmetric score.
Altmetric.com API could not return pct key.
Traceback (most recent call last):
File "./main4Pubmed.py", line 70, in <module>
main()
File "./main4Pubmed.py", line 41, in main
altmetrics_data = check_altmetrics(doi_info)
File "/home/pi/Desktop/BioRxivCurator/src/checkAltmetrics.py", line 19, in check_altmetrics
if response["context"]['journal']['pct'] >= 90:
KeyError: 'context'
The text was updated successfully, but these errors were encountered:
Imamachi-n
changed the title
[Error]
[Error] PubmedCurator was not working because of the lack of altmetric score.
May 27, 2018
PubmedCurator was not working because of the lack of altmetric score.
Altmetric.com API could not return pct key.
The text was updated successfully, but these errors were encountered: