cboettig / knitcitations

:package: Generate citations for knitr markdown and html files
http://carlboettiger.info
Other
220 stars 28 forks source link

greycite API down? #83

Closed sherbrich closed 8 years ago

sherbrich commented 8 years ago

Over the past few days, my .bib files continue to be generated and documents compile, however, I get the following warnings:

Output created: TL1_grant_v4.pdf Warning messages: 1: In greycite(x) : cannot reach Greycite API 2: In greycite(x) : cannot reach Greycite API 3: In greycite(x) : cannot reach Greycite API

And all of my citations are listed as "unknown". It appears the Greycite page is down? Does this mean I cannot use knitcitations?

cboettig commented 8 years ago

Thanks for the bug report. It does seem like Greycite is down, perhaps @phillord can look into that?

Note that in knitcitations, greycite is only being used for URLs; you shouldn't see this error if you are just providing DOI strings. (If you are, paste a minimal example that reproduces the error you see and I can look into it).

sherbrich commented 8 years ago

The DOI strings still work, thanks!

phillord commented 8 years ago

We've been having some disk problems recently, which is probably the cause of this. Will look at this as soon as we can.

phillord commented 8 years ago

Should be fixed now.