Skip to content

Actor.open_dataset with getData() method produces an RuntimeError #412

@jbartadev

Description

@jbartadev

This works:

await Actor.apify_client.dataset("dataset-id").list_items(limit=1)

This doesn't:

dataset = await Actor.open_dataset(id="dataset-id")
data = await dataset.get_data()

Fails with:

RuntimeError: Dataset with id "dataset-id" does not exist!

According to the documentation, opening the dataset via ID should be supported.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working.t-toolingIssues with this label are in the ownership of the tooling team.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions