You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pink Lady is an actual name of an apple listed. Also tried Coca cola and other specific grocery names. Same restult in log:
2025-01-18 12:49:13.680 ERROR (MainThread) [homeassistant.helpers.script.websocket_api_script] websocket_api script: Error executing script. Unexpected error for call_service at pos 1: No product found or no product ID given!
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 526, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 764, in _async_call_service_step
response_data = await self._async_run_long_action(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<9 lines>...
)
^
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 727, in _async_run_long_action
return await long_task
^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2795, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2838, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/picnic/services.py", line 37, in async_add_product_service
await handle_add_product(hass, api_client, call)
File "/usr/src/homeassistant/homeassistant/components/picnic/services.py", line 72, in handle_add_product
raise PicnicServiceException("No product found or no product ID given!")
homeassistant.components.picnic.services.PicnicServiceException: No product found or no product ID given!
What version of Home Assistant Core has the issue?
core-2025.1.2
What was the last working version of Home Assistant Core?
Hey there @corneyl, mind taking a look at this issue as it has been labeled with an integration (picnic) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of picnic can trigger bot actions by commenting:
@home-assistant close Closes the issue.
@home-assistant rename Awesome new title Renames the issue.
@home-assistant reopen Reopen the issue.
@home-assistant unassign picnic Removes the current integration label and assignees on the issue, add the integration domain after the command.
@home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
@home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.
The problem
When executing the action
picnic.add_product
, an error will appear and no product is added.Action used:
Pink Lady is an actual name of an apple listed. Also tried Coca cola and other specific grocery names. Same restult in log:
What version of Home Assistant Core has the issue?
core-2025.1.2
What was the last working version of Home Assistant Core?
NA
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Picnic
Link to integration documentation on our website
https://www.home-assistant.io/integrations/picnic/
The text was updated successfully, but these errors were encountered: