elfPy icon indicating copy to clipboard operation
elfPy copied to clipboard

Repo includes a simple Python 2.7.9 script for downloading EventLogFiles.

Results 5 elfPy issues
Sort by recently updated
recently updated
newest added

Minor changes were made to handle TLS 1.2 and prevent the "400 Bad Request" error

Has anyone managed to execute the script successfully?

Just changes for work in Python3 without problems at moment.

Was working till last week. ``` check point Traceback (most recent call last): File ".\elf.py", line 239, in download_elf() File ".\elf.py", line 115, in download_elf access_token, instance_url = login() File...