F
Firecrawl17mo ago
᲼᲼

I'm having trouble getting playwright to run, only fetch works.

Hey, I'm having trouble getting playwright to work. Running Firecrawl locally. I tried setting the PLAYWRIGHT_MICROSERVICE_URL variable without the /html at the end, and then I get a 404 error. I'm getting this messages in the console, What am I doing wrong?
No description
No description
8 Replies
Adobe.Flash
Adobe.Flash17mo ago
ccing @rafaelmiller here
rafaelmiller
rafaelmiller16mo ago
hey @᲼᲼ sorry for the delay in responding. We've recently fixed this issue. We've recently fixed this issue. I think you can simply update your code with a git pull, and it should work fine
᲼᲼
᲼᲼OP16mo ago
Thanks for the reply, but unfortunately, the problem's still there. I downloaded the latest updates from GitHub. Maybe I'm missing something and have my variables set up wrong?
PLAYWRIGHT_MICROSERVICE_URL=http://playwright-service:3000/html
REDIS_URL=redis://redis:6379
USE_DB_AUTHENTICATION=false
PORT=3002
HOST=0.0.0.0
NUM_WORKERS_PER_QUEUE=8
PLAYWRIGHT_MICROSERVICE_URL=http://playwright-service:3000/html
REDIS_URL=redis://redis:6379
USE_DB_AUTHENTICATION=false
PORT=3002
HOST=0.0.0.0
NUM_WORKERS_PER_QUEUE=8
rafaelmiller
rafaelmiller16mo ago
it seems to be right. Can you try to destroy and rebuild the docker containers with no cache?
᲼᲼
᲼᲼OP16mo ago
Yeah, just did that, but still getting the same error. I'll try running it on a different environment tomorrow, maybe that'll work.
᲼᲼
᲼᲼OP16mo ago
I tried it on the new system, but unfortunately still having the same problem. Overall, I'm getting results, but there are a ton of errors popping up in the console. @rafaelmiller any tips?
No description
No description
rafaelmiller
rafaelmiller16mo ago
@᲼᲼ is it working for other webpages?
᲼᲼
᲼᲼OP16mo ago
Yeah, it's happening on all pages.

Did you find this page helpful?