-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi,
have you made experience with "crash in driver" issues?
I have used the scan.py file,
reduced the list of the top 1 Million alexa csv table down to 10.000 URLs
I have adjusted the csv_reader
I have set the sleep parameter to 25 and timeout parameter to 180.
After around 2100 URls, i have received the following error messages:
BrowserManager - ERROR - BROWSER 10: Spawn unsuccessful | Proxy Ready: False | Profile Created: True | Profile Tar: True | Display: True | Launch Attempted: True | Browser Launched: True | Browser Ready: False
TaskManager - CRITICAL - BROWSER 10: Exceeded the maximum allowable consecutive browser launch failures. Setting failure_status.
Traceback (most recent call last):
File "/home/moses/BotDetectionScanner/BotDetectionScanner-master/scan.py",
line 55, in <module>manager.execute_command_sequence(command_sequence, index=None)
File "/home/moses/BotDetectionScanner/BotDetectionScanner-master/automation/TaskManager.py",
line 609, in execute_command_sequence
self._distribute_command(command_sequence, index)
File "/home/moses/BotDetectionScanner/BotDetectionScanner-master/automation/TaskManager.py",
line 419, in _distribute_command
thread = self._start_thread(browser, command_seq)
File "/home/moses/BotDetectionScanner/BotDetectionScanner-master/automation/TaskManager.py", line 480, in _start_thread
self._check_failure_status()
File "/home/moses/BotDetectionScanner/BotDetectionScanner-master/automation/TaskManager.py", line 396, in _check_failure_status
"failure limit.", self.failure_status['CommandSequence']
automation.Errors.CommandExecutionError: ('TaskManager failed to launch browser within allowable failure limit.', <automation.CommandSequence.CommandSequence instance at 0x7ff82569c8c0>)`
[Error_messages_bot_detection_scan_2019-02-21.txt](https://github.com/GabryVlot/BotDetectionScanner/files/2889168/Error_messages_bot_detection_scan_2019-02-21.txt)
Error_messages_bot_detection_scan_2019-02-21.txt
Do you have any hint, how to solve this issue?
Greetings and thx in advance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels