FlorianREGAZ
FlorianREGAZ
It doesn't find the `tls-client-amd64.so` file. Can you check if its there at the given path?
Hey! Can you try to change the [cffi.py](https://github.com/FlorianREGAZ/Python-Tls-Client/blob/48c7374bc1b14a6a75530a8b212b9e4a9621d335/tls_client/cffi.py#L13) in your code, so its using `-arm64.so` as the file extension? If that works, I can try to implement something within the...
You can also set your custom headers. You don't have to use default headers.
I'll look into it. Thank you very much for the suggestion :)
Hey, yes the client can do redirects for you. Just turn the `allow_redirects` option to `True` in your request. Example: ```python session = tls_client.Session( client_identifier="chrome_108", random_tls_extension_order=True, ) res = session.get(...
Hey, can you send example code please, so I can look into it?
Hey, I have just released an update. Check out the new feature `additional_decode`: [link](https://github.com/FlorianREGAZ/Python-Tls-Client/blob/master/tls_client/sessions.py#L202)
I just updated to the newest go version. Maybe this fixes your issue. Lmk
Can you share the full example please?
Hey, thats a problem in the golang library. We'll have to wait for [bogdanfinn](https://github.com/bogdanfinn) to fix it.