-
Notifications
You must be signed in to change notification settings - Fork 3
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
'TuneInSkill' object has no attribute 'skill_name' #4
Comments
Are you using |
Yes I'm using ovos-docker with Ubuntu, but I re-pulled all images new yesterday and a view moments ago again and the problem is still there. Do I have to change something in the docker compose files? |
No changes in @JarbasAl any idea? |
After a view more re-pulls of the ovos containers the last days, the problem is still existent....And I have the same problem with other ocp skills like soundcloud and youtube-music |
Is there anything I can do by myself to make it work? |
OpenVoiceOS/OVOS-workshop#179 i think this fixes it |
Working for me.
New Docker images for Let us know 👍 |
with the tunein-container it's still not working for me....but when I install the tunein-skill via skills.list then it's fine!?! |
Did you pull the new image? |
Yes |
I'm confused, just did a fresh deployment and
|
Try to update the |
Here is the same from me and the error is still there.....I updated all ovos containers today after the change:
|
Could you please share the |
That's the output:
|
I got the same.
I really don't have any other idea. Did three deployments since yesterday and I didn't get this issue since latest @JarbasAl's commit. |
A few minutes ago I pulled all ovos-containers again. Now the bug is gone...It seems that there is a time lag at my location in Germany with updates of the docker images??? |
Might be, but at least its fixed! Thanks for letting us know 👍 |
Hi,
I'm new with ovos and really happy with it, but since a week or so, always when I use the TuneInSkill I became an error message as reply. But the skill is still working, the only problem is the error message reply, that there is a problem with the TuneInSkill.
This what I find in the log of the TuneInSkill container.
2024-01-21 00:47:05.374 - skill-ovos-tunein.openvoiceos - ERROR - 'TuneInSkill' object has no attribute 'skill_name' Traceback (most recent call last): File "/home/ovos/.venv/lib/python3.11/site-packages/ovos_utils/events.py", line 78, in wrapper handler(message) File "/home/ovos/.venv/lib/python3.11/site-packages/ovos_workshop/skills/common_play.py", line 150, in __handle_ocp_skills_get "skill_name": self.skill_name, ^^^^^^^^^^^^^^^ AttributeError: 'TuneInSkill' object has no attribute 'skill_name'
The text was updated successfully, but these errors were encountered: