https://bugs.kde.org/show_bug.cgi?id=388032

Aditya Mehra <ai...@outlook.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WAITINGFORINFO
             Status|UNCONFIRMED                 |NEEDSINFO

--- Comment #1 from Aditya Mehra <ai...@outlook.com> ---
(In reply to stardiviner from comment #0)
> I pulled Mycroft docker image. Want to configure plasmoid-mycroft to use
> docker service.
> I set plasmoid-mycroft core path to `ws://0.0.0.0:8181/core`.
> And launch mycroft docker image with command:
> ```
> docker run -itd -p 8181:8181 -v ~/.mycroft:/root/.mycroft
> mycroftai/docker-mycroft
> ```
> Then I execute command:
> ```
> $ docker exec -it "elastic_thompson" /bin/bash
> > ./start.sh
> ```
> 
> Then I check out plasmoid-mycroft again, it report yellow message: "Mycroft
> is disabled"

Is 0.0.0.0 your docker image's IP address, 0.0.0.0 should be your local system
rather than dockers IP address. Have you tried "ip addr" in the docker image
itself to get its assigned address ? you might be required to even manually
assign the ip for your mycroft-docker image and you should set that ip in the
settings area where "ws://0.0.0.0:8181/core" would change to
"ws://192.168.1.1:8181/core" (192.168.1.1 as an example, replace by docker IP)

The docker image / mycroft need to be started first before connecting from the
plasmoid.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to