endless-jadeE
Apify & Crawleeโ€ข4y agoโ€ข
13 replies
endless-jade

Issue with Apify.utils

I try to run the repo https://github.com/natashalekh/actor-airbnb-scraper at my local env, Windows 10.
There is the following problem:
either
const { utils: { log } } = Apify;

or
const { log } = Apify.utils;

produces the error:
const { log } = Apify.utils;
^
TypeError: Cannot destructure property 'log' of 'Apify.utils' as it is undefined.

I did install
npm i @apify/utilities

yet the problem persist.
GitHub
Airbnb Scraper actor is designed to extract most of publicly available data for home listings - GitHub - natashalekh/actor-airbnb-scraper: Airbnb Scraper actor is designed to extract most of public...
GitHub - natashalekh/actor-airbnb-scraper: Airbnb Scraper actor is ...
Was this page helpful?