wasbeer

Results 2 comments of wasbeer

The following steps resulted in a working app for me: 1. Make sure you install python via pyenv with the following flag (to get the dylib): `env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install...

> > > Confirm that it works on android based Bravia KDL55W805C but i had to change line 213 in tv.py: > from: 'cookie': self.auth_key, > to: 'X-Auth-PSK': self.auth_key, Likewise...