karlomikus / bar-assistant

Bar assistant is a all-in-one solution for managing your home bar

Home Page:https://barassistant.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import cocktails programatically

MathieuMoalic opened this issue · comments

Describe the bug
There used to be a way to import cocktails from external websites directly from the backend. It has been removed from the README.md recently. However it doesn't work currently. I can import cocktails through the web UI. From the backend, such an error is thrown:

[2023-03-08 20:52:11] production.INFO: [IMAGE_SERVICE] Image created with id: 450
Undefined array key "sort

To Reproduce
docker exec -it bar-assistant php artisan bar:scrape https://tuxedono2.com/coco-no-coco-cocktail-recipe
Versions:
podman v4.4.1

Hi, with the newest version, this command (docker exec -it bar-assistant php artisan bar:scrape {url}) is not available anymore. Is it changed ?