StopCrawler is not working
Closed this issue · 1 comments
soniacq commented
The crawler is not stopping. It apparently continues to run after calling stopCrawler function.
yamsgithub commented
Fixed the issue with ache crawler not stopping. The problem was caused as the terminate was shutting down only the shell (since shell was set to True) since the pid returned is that of the shell and not the crawler process. Setting shell=False in Popen solved the issue.