Pierre Ståhl

Results 678 comments of Pierre Ståhl

Based on this: ```raw ^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/cryptography/hazmat/backends/openssl/aead.py", line 66, in _evp_cipher_cipher_name assert isinstance(cipher, AESGCM) AssertionError ``` I assume OpenSSL is built without support AES GCM. This is the default installation...

How did you install pyatv? I would recommend installing in a virtual environment. Looks to me like the cryptography library is quite old.

Can you try to install from `master` and see if you notice any difference?

I'm planning on making a new release quite soon, just waiting for some things to land. I'll let you know when it's ready, then you can just upgrade with pip.

No progress I'm afraid. My recommendation is to instal home-brew and install python from there instead. That's what I do and it works.

The Apple TV is very picky when it comes to correct format, so I guess something is wrong. It gives more or less no indication of what is wrong unfortunately...

Yeah, that sounds reasonable to me. Feel free to send a PR!

Can you elaborate a bit more on what you have done? It's really hard to give any pointers without any logs or command outputs.