Error while setting up deepstack_object platform for image_processing
See original GitHub issueJust updated to version 3.5 and also updated HA to version 2020.12.1. Rolling back to v3.4 appears to fix it.
Supervisor Version 2020.12.
Home Assistant 2020.12.1
Source: custom_components/deepstack_object/image_processing.py:216
Integration: Image processing (documentation, issues)
First occurred: 3:12:29 PM (6 occurrences)
Last logged: 3:12:29 PM
Error while setting up deepstack_object platform for image_processing
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 199, in _async_setup_platform
await asyncio.shield(task)
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/deepstack_object/image_processing.py", line 170, in setup_platform
object_entity = ObjectClassifyEntity(
File "/config/custom_components/deepstack_object/image_processing.py", line 216, in __init__
self._dsobject = ds.DeepstackObject(
TypeError: __init__() takes from 3 to 5 positional arguments but 6 were given```
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Face and person detection with Deepstack - local and free!
Hi all, just trying out the CC for object detection for the first time. Got the setup working and have tested a few...
Read more >HASS-Deepstack-object/README.md at master - GitHub
Home Assistant custom component for Deepstack object detection. Deepstack is a service which runs in a docker container and exposes various computer vision ......
Read more >Object Detection with Home Assistant - Deepstack install and ...
Home Assistant with Deepstack is an excellent way to add object detection and ... and recognition, to any camera in your Home Assistant...
Read more >DeepStack Documentation - Read the Docs
DeepStack is distributed as a docker image. In this tutorial, we shall go through the complete process of using. DeepStack to build a...
Read more >Object Detection
To use this API, you need to enable the detection API when starting DeepStack ... :80/v1/vision/detection",files={"image":image_data}).json() for object in ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I have now updated both components to latest release and they both work fine. Thank you for your prompt reply.
OK the face integration is updated and this should no longer be an issue