Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error starting FFmpeg. #186

Open
bsowens opened this issue Apr 26, 2018 · 2 comments
Open

Error starting FFmpeg. #186

bsowens opened this issue Apr 26, 2018 · 2 comments

Comments

@bsowens
Copy link

bsowens commented Apr 26, 2018

I just setup the firmware on my Yi Dome (not 1080p, international version). Here is the config for it:

camera:
  - platform: yi
    name: Camera
    host: 'xx.x.x.xxx'
    password: my_password

However I keep getting these two Errors:

Error starting FFmpeg.

and

FFmpeg fails program arguments must be a bytes or text string, not bool

Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.5/site-packages/haffmpeg/core.py", line 114, in open
    stderr=stderr
  File "/usr/lib/python3.5/asyncio/subprocess.py", line 212, in create_subprocess_exec
    stderr=stderr, **kwds)
  File "/usr/lib/python3.5/asyncio/base_events.py", line 1180, in subprocess_exec
    % type(arg).__name__)
TypeError: program arguments must be a bytes or text string, not bool

There are several forum posts online and I have spent hours and hours trying to debug this. Any adivce? I'm happy to provide more info if needed.

@dmytrobabeshko
Copy link

#129 This helped me to resolve the problem with FFMPEG

@bachya
Copy link

bachya commented May 28, 2018

@bsowens This isn't the proper project to post this issue. Home Assistant-related issues should get posted in the Home Assistant project's issues page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants