Android IP webcam component

I found a old Android tablet sitting around and thought I would set it up for a camera. Entered in the config file:

android_ip_webcam:
  - host: 192.168.1.171

Restarted HA and got these errors in the log. What did I do wrong?

17-05-06 15:39:09 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/lib/python3.4/asyncio/tasks.py", line 235, in _step result = coro.send(value) File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/android_ip_webcam.py", line 200, in async_setup_ipcamera yield from async_update_data(None) File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/android_ip_webcam.py", line 194, in async_update_data yield from cam.update() File "/home/homeassistant/.homeassistant/deps/pydroid_ipcam.py", line 85, in update status_data = yield from self._request('/status.json?show_avail=1') File "/home/homeassistant/.homeassistant/deps/pydroid_ipcam.py", line 67, in _request data = yield from response.json() File "/home/homeassistant/.homeassistant/deps/aiohttp/client_reqrep.py", line 697, in json return loads(stripped.decode(encoding)) File "/usr/lib/python3.4/json/__init__.py", line 318, in loads return _default_decoder.decode(s) File "/usr/lib/python3.4/json/decoder.py", line 343, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.4/json/decoder.py", line 359, in raw_decode obj, end = self.scan_once(s, idx) ValueError: Expecting ',' delimiter: line 1 column 754 (char 753)

I am having the same problem