I have a Shiny app that works fine locally, and that I was able to deploy on shinyappsio.
However, when running it, it returns a connection error (429 which upon searching for it means "Too many requests").
The app uses the RISmed package which enables to connect to and query the Pubmed database.
Is there any way to solve for this? It seems that the function from the package cannot connect from shinyappsio to the NCBI API.
Below are the error statements from the log (I replace the email with ***).
Thank you
Warning in file(con, "r") : cannot open URL 'https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmed&term=Drosophila+melanogaster&datetype=pdat&mindate=1980&maxdate=2000&retmax=1000&tool=RISmed&email=***': HTTP status was '429 Unknown Error'
Warning: Error in file: cannot open the connection to 'https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmed&term=Drosophila+melanogaster&datetype=pdat&mindate=1980&maxdate=2000&retmax=1000&tool=RISmed&email=***'