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

Example Using stuff.cloudant.com as Host Fails to Connect #83

Closed
YaoxiangLi opened this issue Feb 20, 2024 · 0 comments
Closed

Example Using stuff.cloudant.com as Host Fails to Connect #83

YaoxiangLi opened this issue Feb 20, 2024 · 0 comments

Comments

@YaoxiangLi
Copy link
Member

Encountered an issue while trying out the example provided in the documentation that uses stuff.cloudant.com as a host:

library(sofa)
z <- Cushion$new(
  host = "stuff.cloudant.com",
  transport = 'https',
  port = NULL,
  user = 'foobar',
  pwd = 'things'
)
x <- Cushion$new()
x$ping()

This results in a connection error: Failed to connect to 127.0.0.1 port 5984 after 2042 ms: Couldn't connect to server.
It seems like the example might be outdated or the stuff.cloudant.com service is no longer available as a demo server.

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

1 participant