langcog / wordbankr

R package for accessing Wordbank
http://langcog.github.io/wordbankr/
30 stars 4 forks source link

Failed to connect to database: Error #34

Closed kalenkovich closed 2 years ago

kalenkovich commented 2 years ago

Hi! I have a problem connecting to the server:

get_instruments()
Failed to connect to database: Error: Can't connect to server on 'wordbank2-prod.canyiscnpddk.us-west-2.rds.amazonaws.com' (60)
NULL

Ping requests to that address time out too. Do you know what I might be doing wrong?

packageVersion('wordbankr') ``` [1] ‘1.0.0’ ```
R.version ``` _ platform aarch64-apple-darwin20 arch aarch64 os darwin20 system aarch64, darwin20 status major 4 minor 2.1 year 2022 month 06 day 23 svn rev 82513 language R version.string R version 4.2.1 (2022-06-23) nickname Funny-Looking Kid ```
kalenkovich commented 2 years ago

I get this error with both the GitHub and the CRAN versions.

mcfrank commented 2 years ago

Sorry about that, server issue. Should be fixed now - let us know?

Mike

On Tue, Oct 18, 2022 at 5:21 PM Zhenya @.***> wrote:

I get this error with both the GitHub and the CRAN versions.

— Reply to this email directly, view it on GitHub https://github.com/langcog/wordbankr/issues/34#issuecomment-1282571299, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI25F73OPW2KDV336UMVMLWD26BDANCNFSM6AAAAAARIFRWGQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

kalenkovich commented 2 years ago

I still get the same error but now only on my work computer. A couple of colleagues tested it too and had no problems. Must be something specific to my computer :shrug: Thank you for checking!