-
Notifications
You must be signed in to change notification settings - Fork 177
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
[BUG]: Server code: 503; Server is possibly experiencing traffic, trying again... #581
Comments
Please remove both
We understand there are comments posted somewhere during the transitional period, suggesting that altering the base URL to gwas-api.mrcieu.ac.uk (the old service) could be helpful. In fact that will not work anymore because it is being decommissioned now and we are only able to provide support to those who are using api.opengwas.io/api (the new service). Users may argue that gwas-api.mrcieu.ac.uk still works intermittently, however we would like to emphasise that it is not maintained anymore. |
@JasonQiu thank you for your quick response. I removed both options but it returned another error. I remember I resolve this issue by add the option before. could you help on this? |
@Kiven668 Please provide full, minimal and reproducible example (code and data). Assume I have installed the latest versions of TwoSampleMR and ieugwasr but know nothing about your work, please help me reproduce the error. |
@JasonQiu the code is as below.
|
Follow the steps exactly as shown here (in step 6, if In your code, remove the |
@JasonQiu where is the .Renviron file? shall I create it somewhere? |
The .Renviron file is just a text file you create in either your home directory or the working directory of your project. Most people have one in their home directory. The easiest way to create one from inside R is to use the function in the usethis package as follows install.packages("usethis")
usethis::edit_r_environ() After you have saved the edits to the file (i.e., included your token on a line with |
when I execute below codes, it returns 503. it worked a few days before. could you help on this? thank you.
The text was updated successfully, but these errors were encountered: