bogdanfinn / tls-client

net/http.Client like HTTP Client with options to select specific client TLS Fingerprints to use for requests.
BSD 4-Clause "Original" or "Old" License
670 stars 134 forks source link

Segmentation fault on #16

Open papachef08 opened 1 year ago

papachef08 commented 1 year ago

In Python 3.10.8 on Mac (Catalina 10.15.7) I obtain following error:

print("Loading Library...") library = ctypes.cdll.LoadLibrary(f'{root_dir}/dependencies/tls-client-darwin-amd64-1.0.0.dylib') print("...loaded!")

causes an error: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

Seems to be an issue with Calatina, as others report no problems under BigSur.

bogdanfinn commented 1 year ago

@papachef08 this one will take some time ... as i'm not able to debug it properly as i do not have a Catalina Macbook anymore

pei55 commented 1 year ago

@bogdanfinn Can you fix this error? After all, there are still quite a few people using Catalina Macbook.