Open 7yl4r opened 5 years ago
I have a few projects running robis queries in .Rmd files on Travis CI. Last week they started failing with Bad Gateway (HTTP 502) errors. Here is one example build log with this failure.
.Rmd
Bad Gateway (HTTP 502)
robis::occurrence("Spio filicornis") >>>Error in robis::occurrence("Spio filicornis") : Bad Gateway (HTTP 502).
When I run this locally I have no issues. Maybe Travis' IP block has been blacklisted by the OBIS servers due to a high volume of requests?
I have a few projects running robis queries in
.Rmd
files on Travis CI. Last week they started failing withBad Gateway (HTTP 502)
errors. Here is one example build log with this failure.When I run this locally I have no issues. Maybe Travis' IP block has been blacklisted by the OBIS servers due to a high volume of requests?