Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nearest_neighbours function 'Error: The API is currently unavailable' #116

Open
scott-STC opened this issue Nov 29, 2023 · 1 comment
Open

Comments

@scott-STC
Copy link

Hi

We are using this package in RStudio behind a proxy. We have configured RStudio to use the proxy and if we pass the argument proxy_settings = 'none' through to the functions we're calling it works except for the nearest_neighbours where we keep getting 'Error: The API is currently unavailable'.

I'm not sure if the nearest_neighbours function is not passing the correct argument value to the fingertips_ensure_api_available function to check if the API is available as we normally get the 'Error: The API is currently unavailable' if proxy_settings = 'default'.

Any advice or help would be appreciated.

@phillipsj01
Copy link

Hi

I am also getting the error !?
Error: The API is currently unavailable

I ran the following lines, keeping it very simple to receive the error.
library(fingertipsR)
phofR <- fingertips_data(ProfileID = 19)

I have also tried proxy_settings = 'none' with no further success.
I also made sure I was running the latest available version of the fingertipsR package 1.0.10.9002

Not sure what the next step should be. Am I missing something?
Following for further info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants