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

[BUG] Shutdown method tries to check attribute that may not exist #4

Open
mikejgray opened this issue Jan 26, 2025 · 0 comments
Open
Labels
bug Something isn't working triage New issue needs review

Comments

@mikejgray
Copy link

Description

See the traceback below.

2025-01-25 18:44:27.234 - skill-audio-recording.neongeckocom - ERROR - Failed to stop skill: skill-audio-recording.neongeckocom: 'AudioRecordingSkill' object has no attribute 'recording'
Traceback (most recent call last):
  File "/home/neon/venv/lib/python3.10/site-packages/ovos_workshop/skills/ovos.py", line 1309, in default_shutdown
    self.stop()
  File "/home/neon/venv/lib/python3.10/site-packages/skill_audio_recording/__init__.py", line 91, in stop
    if self.recording:
AttributeError: 'AudioRecordingSkill' object has no attribute 'recording'

Steps to Reproduce

Stop the skills service

Relevant Code

No response

Other Notes

No response

@mikejgray mikejgray added bug Something isn't working triage New issue needs review labels Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage New issue needs review
Projects
None yet
Development

No branches or pull requests

1 participant