MRCIEU / ieugwasr

R interface to the IEU GWAS database API
https://mrcieu.github.io/ieugwasr/
Other
67 stars 23 forks source link

user() giving me an error after the authentication #67

Open a1141539455 opened 2 months ago

a1141539455 commented 2 months ago

屏幕截图 2024-04-25 162925 How to solve this problem? It looks like server congestion, but others get correct results.

GuohuaZhu commented 1 month ago

I had met the same while the error was different.

> ieugwasr::user()
Important note: do not share your token with others as it is equivalent to a password.
Error in api_query("user", opengwas_jwt = opengwas_jwt) : 
  The following error was encountered in trying to query the MR-Base server:
Error in curl::curl_fetch_memory(url, handle = handle): OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to api.opengwas.io:443
Bhashitha2014 commented 3 weeks ago

With the latest version 1.0.0, I am also getting the same error as mentioned below;

Error_user()

I even tried to use the function "user(opengwas_jwt = get_opengwas_jwt())" as mentioned in the document (https://rdrr.io/github/MRCIEU/ieugwasr/man/user.html)

error_get user details

Any help in this regard will be highly appreciated.

15554136938 commented 3 weeks ago

I also met the same errors