Skip to content

Connection Error: divipola_table() fails to reach DIVIPOLA.csv #162

Description

@luifrancgom

Please place an "x" in all the boxes that apply

  • I have the most recent version of this package and R
  • I have found a bug
  • I have a reproducible example
  • I want to request a new feature

When you run divipola_table() it cannot reach out https://tracelac.uniandes.edu.co:9000/colopendata/support/DIVIPOLA.csv:

library(ColOpenData)

# Attempting to fetch the DIVIPOLA table
div_data <- divipola_table()
#> Error in `file()`:
#> ! cannot open the connection to 'https://tracelac.uniandes.edu.co:9000/colopendata/support/DIVIPOLA.csv'
head(div_data)
#> Error:
#> ! object 'div_data' not found

For example I get the following for https://tracelac.uniandes.edu.co:9000/colopendata/support/DIVIPOLA.csv:

library(httr)
response <- GET("https://tracelac.uniandes.edu.co:9000/colopendata/support/DIVIPOLA.csv")
status_code(response)
#> [1] 503

Where the connection is refused. I don't know if the problem is server maintenance, capacity issues, that the service is down or another reason.


Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions