Camoufox failing
I have a project that is using the PlaywrightCrawler from Crawlee.
If I create the template camoufox it's running perfectly, when I take the same commands from the package.json of the template and basically following the same example in my project I get the following error:
Of course none of those 2 ideas are helping, camoufox binary is already there, and playwright install --with-deps have been already ran because the project was previously running firefox.
the entire error log is attached
3 Replies
Someone will reply to you shortly. In the meantime, this might help:
like-gold•2mo ago
Yeah got the same issue and just went with chrome :p if you ever, installed the venv and etc , but it seems like its expecting the binary to be in other place
@NeoNomade npx camoufox-js fetch
vicious-goldOP•2mo ago
@nikus found the issue, probably is something in the camoufox-js port. Didn't had time to look into it.
I had my crawler script in src/crawler/crawler.ts
moved the crawler to src/crawler.ts and worked properly. that was absolutely all.