Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot modify the volume to Picroft #19

Closed
redviper2100 opened this issue Sep 16, 2018 · 4 comments
Closed

Cannot modify the volume to Picroft #19

redviper2100 opened this issue Sep 16, 2018 · 4 comments

Comments

@redviper2100
Copy link

Hi,

I copied the latest image of the Picroft for a Raspberry pi 3 B+, but I cannot set the Volume.
It seems there's a problem with the skill since i can manually set the volume from python command line.
https://github.com/MycroftAI/enclosure-picroft/tree/stretch

I get this following error:

Traceback (most recent call last):
File "/home/pi/mycroft-core/mycroft/skills/core.py", line 707, in wrapper
handler(message)
~~~~/skills/mycroft-volume.mycroftai/__init__.py", line 95, in handle_set_volume
level = self.__get_volume_level(message, self.mixer.getvolume()[0])
AttributeError: 'VolumeSkill' object has no attribute 'mixer'

Can anybody help me?
@forslund
Copy link
Collaborator

Hi, can you check the skills log (/var/log/mycroft/skills.log) for something like

Couldn't allocate mixer, followed by some sort of reason for the failure.

@forslund
Copy link
Collaborator

Hi again, I think I've found a workaround for this issue. I will create a PR shortly

@forslund
Copy link
Collaborator

You can now try the beta hey mycroft install the beta version of the volume skill

@krisgesling
Copy link
Contributor

Hi there, we believe this issue has been resolved. Please let us know if you're still seeing issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants