abrignoni / abrignoni/RLEAPP

Had an exception in Seeker - see details below. Terminating Program!

Đang mở
#248 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
139
Fork
51
Merge trung bình
4 giờ 25 phút
Pull request đã merge (30 ngày)
51

Mô tả

Received the following error after running RLEAPP and cannot figure out a fix.

Had an exception in Seeker - see details below. Terminating Program!
Traceback (most recent call last): File "C:\Users\CFA\Desktop\RLEAPP-main\rleapp.py", line 311, in crunch_artifacts seeker = FileSeekerDir(input_path, out_params.data_folder) TypeError: FileSeekerDir.__init__() takes 2 positional arguments but 3 were given

RLEAPP file reads as follows starting at line 308:
seeker = None
try:
if extracttype == 'fs':
seeker = FileSeekerDir(input_path, out_params.data_folder)

elif extracttype in ('tar', 'gz'):
seeker = FileSeekerTar(input_path, out_params.data_folder)

elif extracttype == 'zip':
seeker = FileSeekerZip(input_path, out_params.data_folder)

else:
logfunc('Error on argument -o (input type)')
return False
except Exception as ex:
logfunc('Had an exception in Seeker - see details below. Terminating Program!')
temp_file = io.StringIO()
traceback.print_exc(file=temp_file)
logfunc(temp_file.getvalue())
temp_file.close()
return False

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.