Skip to content

error on running ecotopia data #1

@nevilamos

Description

@nevilamos

Running exaclty as per the example im am getting an error whe retrieving data I have edited aut the austntication string for security

d1<-ecotopia_devlist(logstring)#: Retrieve a list of devices.
<httr2_request>
GET https://www.ecotopiago.com/api/v3/device/page
Headers:
• X-Druid-Authentication: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
• X-result-limit: "1000"
Body: empty

head(names(d1))
[1] "id" "uuid" "sn" "device_type" "hardware_version" "firmware_version"
nrow(d1)
[1] 63
myData<-ecotopia_data(logstring,d1$id[35], what="gps")#: Download data.
Error: 'curl_parse_url' is not an exported object from 'namespace:curl'

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