python-firetv
python-firetv copied to clipboard
pi@wohnraspi:~ $ /home/pi/.local/bin/firetv-server -d 10.6.65.31:5555 * Serving Flask app "firetv.__main__" (lazy loading) * Environment: production WARNING: Do not use the development server in a production environment. Use a production WSGI...
got this error on startup with yaml file ``` config = yaml.load(config_file) File "/usr/lib64/python3.5/site-packages/yaml/__init__.py", line 109, in load raise RuntimeError("Unsafe load() call disabled by Gentoo. See bug #659348") RuntimeError: Unsafe...
While install I am getting following error pi@homepi:~ $ pip install firetv Downloading/unpacking firetv Downloading firetv-1.0.9.tar.gz Running setup.py (path:/tmp/pip-build-uNWvlE/firetv/setup.py) egg_info for package firetv Downloading/unpacking pycryptodome (from firetv) Downloading pycryptodome-3.8.2.tar.gz (12.4MB):...
When a video is running (also when paused vie pause or the home key) the API alsways shows "play" which is obviously not correct. Running v. 1.0.2 and latest FireTV-OS.
I got the damon running, by using Python 2.7. However there appears to be a change in how the adb library works, and I can't figure out the fix. I...
I'm aiming to use firetv with an Nvidia Shield (which I understand should work fine). I have my Raspberry Pi connection to my Shield via USB. Adb works fine. But...
Added the Element FireTV input variables, to allow switching directly to an input, and added the requisite functions to call them These were found via the Android documentation and tested...
Hi, I just tried building the Dockerfile on my armel box. It fails to build with the following error: ```` ---> 7424d653b82a Step 4/8 : RUN pip --no-cache-dir install --upgrade...
Timeout?
My Fire TV if turned off most of the time. This is causing python-firetv to hang and not giving a timeout for 9.5 minutes! And this prevents e. g. Home...
Updated docker file for RPI hardware, not sure if you want to break it out into another docker file. this one can be pulled with docker pull dancaws/rpi-firetvserver:latest