-
-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Labels
Description
Here is an Error I keep getting for larger websites , and the scanner abruptly shuts down after scpidering the URL's to a certain extent.
_Exception in thread Thread-2467:
Traceback (most recent call last):
File "C:\Python27\lib\threading.py", line 801, in __bootstrap_inner
self.run()
File "C:\Python27\lib\site-packages\nyawc\CrawlerThread.py", line 116, in run
self.__callback(self.__queue_item, new_requests, failed)
File "C:\Python27\lib\site-packages\nyawc\Crawler.py", line 252, in __request_finish
self.__spawn_new_requests()
File "C:\Python27\lib\site-packages\nyawc\Crawler.py", line 105, in __spawn_new_requests
if self.__spawn_new_request():
File "C:\Python27\lib\site-packages\nyawc\Crawler.py", line 125, in __spawn_new_request
self.__request_start(first_in_line)
File "C:\Python27\lib\site-packages\nyawc\Crawler.py", line 217, in __request_start
thread.start()
File "C:\Python27\lib\threading.py", line 736, in start
_start_new_thread(self.__bootstrap, ())
error: can't start new thread_