A&C
Apify & Crawlee
R
Apify & Crawlee
•
3y ago
rubber-blue
TypeError: Dataset.getInfo is not a function
let foo
= await Dataset
.getInfo
(
)
Apify & Crawlee
Join
This is the official developer community of Apify and Crawlee.
13,249
Members
View on Discord
Was this page helpful?
Yes
No
S
spontaneous-moccasin
•
7/24/23, 8:02 AM
Hi
@Barry8
, you first need to open the dataset and then call the getInfo method on the dataset instance
:
const
dataset
=
await
Dataset.
open
();
const
info
=
await
dataset.
getInfo
();
const
dataset
=
await
Dataset.
open
();
const
info
=
await
dataset.
getInfo
();