Closed beshoo closed 2 years ago
@beshoo I can't reproduce it, it seems to be working just fine for me. Is this still relevant?
Wasn't able to reproduce and haven't seen it in a while. Closing.
@ThomasMeetKai the issue above is over 1 year old, the reproducible example is of the same age. It uses the super old puppeteer version and also firebase-functions
package + it does not use Apify SDK at all. When I tried to run it - I got Error: process.env.GCLOUD_PROJECT is not set
. So I could not really try it.
Yeah totally, just for anyone who had the same issue as above (like I did just now) I thought I would put the link to use the flags mentioned. It worked for me.
@ThomasMeetKai ah, I thought you were referring to the Stackoverflow page so that I would be able to reproduce it :) got it now 👍
Am using "Crawler google places" actor once I start the apify actor I have this message
the INPUT:```
{ searchStringsArray: [ 'sport' ], country: 'usa', city: 'CL', county: '', postalCode:'', maxCrawledPlaces: 99999, maxCrawledPlacesPerSearch: 1000, maxReviews: 20, language: 'en', maxImages: 1, includeHistogram: true, includeOpeningHours: true, includePeopleAlsoSearch: false, additionalInfo: false, reviewsSort: 'mostRelevant', reviewsTranslation: 'onlyTranslated', exportPlaceUrls: false, zoom: 17, maxAutomaticZoomOut: 13,
proxyConfig: { useApifyProxy: false, }, maxConcurrency: 20, maxPageRetries: 2, pageLoadTimeoutSec: 60, maxPagesPerBrowser: 10, useChrome: false, useStealth: false, scrapeReviewerName: true, scrapeReviewerId: true, scrapeReviewerUrl: true, scrapeReviewId: true, scrapeReviewUrl: true, scrapeReviewerName:true, scrapeResponseFromOwnerText: true, debug:false, }