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

Fix add_output exception handling #2040

Merged

Conversation

kingosticks
Copy link
Member

Was this use of bytes left over when we transitioned from Python 2 to 3? Either way, it is causing issue and does not appear to be necessary.

Fixes #1924

TypeError: cannot convert 'Error' object to bytes

@kingosticks kingosticks added the A-audio Area: Audio layer label Jan 13, 2022
@kingosticks kingosticks added this to the Next bug fix release milestone Jan 13, 2022
@kingosticks kingosticks self-assigned this Jan 13, 2022
@kingosticks kingosticks force-pushed the fix/audio-type-error-convert branch 3 times, most recently from 55a4578 to 4e1d370 Compare January 13, 2022 15:08
Fixes mopidy#1924
TypeError: cannot convert 'Error' object to bytes
@kingosticks kingosticks merged commit 796ebe9 into mopidy:develop Jan 13, 2022
@kingosticks kingosticks deleted the fix/audio-type-error-convert branch January 13, 2022 16:11
@jodal jodal modified the milestones: Next bug fix release, v3.3.0 Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-audio Area: Audio layer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unhandled exception in Audio: 'TypeError: cannot convert 'Error' object to bytes'
2 participants