Hi,
Anyone who has used the Incapsula API script that is available from "https://github.com/Incapsula/logs-downloader"
Have you had any issues getting it running, i'm not able to execute the script.
I've followed the instructions, installed the required packages but still no luck. I've validated that the default directories are there and accessible.
Traceback (most recent call last):
File "/incapsula_download/script/LogsDownloader.py", line 586, in
logsDownloader = LogsDownloader(path_to_config_folder, path_to_system_logs_folder, system_logs_level)
File "/incapsula_download/script/LogsDownloader.py", line 109, in init
os.makedirs(self.config.PROCESS_DIR)
File "/usr/lib64/python2.6/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 2] No such file or directory: ''
Any help would be great.
Regards
Rob
... View more