Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

runLook() method contains hard-coded reference to "sdk" instead of "self" #48

@joranE

Description

@joranE

I realize this package is basically abandoned, but just in case this is helpful to anyone else still relying on it, the runLook() method has a typo in it's httr:content call, where it specifies config = sdk$oauthHeader rather than config = self$oauthHeader.

This ends up working accidentally if you happen to follow the general code examples in interactive sessions and create a top-level sdk object, but it obviously can break in lots of other contexts, including non-obvious ways when running R non-interactively.

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