We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177182e commit 8d02710Copy full SHA for 8d02710
audioread/ffdec.py
@@ -202,7 +202,7 @@ def read_data(self, timeout=10.0):
202
# Nothing interesting has happened for a while --
203
# FFmpeg is probably hanging.
204
raise ReadTimeoutError('ffmpeg output: {}'.format(
205
- ''.join(self.stderr_reader.queue.queue)
+ b''.join(self.stderr_reader.queue.queue)
206
))
207
else:
208
start_time = end_time
0 commit comments