imperva / incapsula-logs-downloader

A Python script for downloading log files from Incapsula
MIT License
30 stars 35 forks source link

Decryption Error #32

Closed MatthewFigueroa closed 3 years ago

MatthewFigueroa commented 3 years ago

We're currently getting an error when attempting to decrypt the imperva logs. The exact error is "Object type <class 'str'> cannot be passed to C code" however the only change to occur on the system was updating packages.

incapsula error.txt

MatthewFigueroa commented 3 years ago

We fixed the error by uninstall pycryptodome which seems to directly conflict with pycrypto