Skip to content
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

Maximum recursion depth exceeded #56

Open
dhope-lab opened this issue Jun 16, 2018 · 0 comments
Open

Maximum recursion depth exceeded #56

dhope-lab opened this issue Jun 16, 2018 · 0 comments

Comments

@dhope-lab
Copy link

dhope-lab commented Jun 16, 2018

I tried crawling one website, but after it indicated

queue1|crawled1
Error: cannot crawl page
1links in the queue
Thread-1crawling set(['set([\'set(["set([\\\'https://www.cracked.com/\\\'])"])\'])'])
queue1|crawled2
Error: cannot crawl page "

it kept on calling crawl and create jobs (I guess on each other) a lot of times, then from there, called file_to_set, then indicated the recursion depth exceeded.
How can I fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant