iobis / robis

R client for the OBIS API
https://iobis.github.io/robis
Other
37 stars 11 forks source link

502: bad gateway on Travis CI #48

Open 7yl4r opened 5 years ago

7yl4r commented 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.

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?