pcwii / usb-music

Mycroft.ai skill to automagically read music from a usb stick and play based on requests
GNU General Public License v3.0
9 stars 5 forks source link

Does not show up on the website #8

Open phrogg opened 2 years ago

phrogg commented 2 years ago

I have successfully installed this skill, and manually installed the requirements. But the skill does not show up on https://home.mycroft.ai/skills.

hairymnstr commented 2 years ago

I had the same issue. I fixed it by installing mutagen and then restarting my Pi.

Seems like the extra dependencies section on the README could do with

pip install mutagen

adding.

phrogg commented 2 years ago

I had the same issue. I fixed it by installing mutagen and then restarting my Pi.

Seems like the extra dependencies section on the README could do with

pip install mutagen

adding.

Thanks for the input, unfortunately I tried that before and it didn't work for me.

phrogg commented 2 years ago

I had the same issue. I fixed it by installing mutagen and then restarting my Pi.

Seems like the extra dependencies section on the README could do with

pip install mutagen

adding.

You got it right! The problem was that I looked into the manifest and therefore installed pyudev and mutagen from apt I should just installed it from pip right away!

pcwii commented 2 years ago

Looks like things are working. I currently don't have a working mycroft so have not used the skill for a while. Getting things back up and running at some point is a goal I have but at this point my development has ground to a halt. Glad you got it working. I will try to update the docs at some point and get this cleared up or feel free to issue a pull request.

phrogg commented 2 years ago

Looks like things are working. I currently don't have a working mycroft so have not used the skill for a while. Getting things back up and running at some point is a goal I have but at this point my development has ground to a halt. Glad you got it working. I will try to update the docs at some point and get this cleared up or feel free to issue a pull request.

Thanks for the reply. I'm currently trying to fix the installation of system requirements, but I never have done any developing with mycroft, so I did not get it working yet.

pcwii commented 2 years ago

@phrogg, Are you running picroft on a raspberry pi? (this is what I programmed and tested it on)

phrogg commented 2 years ago

@phrogg, Are you running picroft on a raspberry pi? (this is what I programmed and tested it on)

Yes

pcwii commented 2 years ago

If I find some time this weekend I will see if I can sort this out. Are there any logs being reported in the mycroft console that might help understand what is going on?