ropensci / rfishbase

R interface to the fishbase.org database
https://docs.ropensci.org/rfishbase
111 stars 40 forks source link

password expired #112

Closed rlopes2 closed 7 years ago

rlopes2 commented 7 years ago

After installing rfishbase without problems, I follow the instructions in README.md and get an error:

library(rfishbase) fish <- common_to_sci("trout") Warning messages: 1: In check_and_parse(resp) : Bad Request (HTTP 400). 2: Your password has expired. To log in you must change it using a client that supports expired passwords. for query https://fishbase.ropensci.org/comnames?ComName=trout&limit=1000&fields=SpecCode

I tried on Linux (R 3.3.2) and Windows (R 3.1.2), and got the same error. Any help would be appreciated.

sckott commented 7 years ago

thanks for the report @rlopes2 - we're looking into this

cboettig commented 7 years ago

@rlopes2 Try now, should be fixed.

rlopes2 commented 7 years ago

Works! Thank you for the quick fix.