-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running docker container doesn't work #918
Comments
Hey @vexleet Thank you for your interest in crawlee. Are there any additional details or nuances on how you do the container startup? Since I have been using your |
Hey @Mantisus I tried reproducing the problem again after your comment, but I also get root user errors on version I switched to crawlee JS after creating the issue, but I can try running my old python code in the weekend to see if I can reproduce the issue, since I had another code before trying with a crawlee example and both were returning the error above. I hope that's fine. If I can't manage, I can just close the issue. |
Yes, that would be great. Thanks ) |
Hi @Mantisus, I couldn't recreate the issue again with my old code as well. Stuff was working after running my code. I'm going to close the issue. |
Hey @vexleet Thank you for your time! |
Hi.
I have the playwright crawler example https://crawlee.dev/python/docs/examples/playwright-crawler and want to run it with docker, but when I try, I get
RecursionError: maximum recursion depth exceeded
.This is my dockerfile:
And this is the full error I get:
The text was updated successfully, but these errors were encountered: