question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error while setting up deepstack_object platform for image_processing

See original GitHub issue

Just 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:closed
  • Created 3 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
juan11perezcommented, Dec 21, 2020

I have now updated both components to latest release and they both work fine. Thank you for your prompt reply.

1reaction
robmarkcolecommented, Dec 21, 2020

OK the face integration is updated and this should no longer be an issue

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found