Mopidy-Youtube error

mopidy[30379]: [youtube] IXNrM3PTIZ0: Downloading webpage
mopidy[30379]: [download] Destination: /var/cache/mopidy/youtube/IXNrM3PTIZ0.webm
mopidy[30379]: [788B blob data]
mopidy[30379]: ERROR    [HttpServer] tornado.application Uncaught exception GET /youtube/IXNrM3PTIZ0.webm (127.0.0.1)
mopidy[30379]: HTTPServerRequest(protocol='http', host='localhost:6680', method='GET', uri='/youtube/IXNrM3PTIZ0.webm', version='HTTP/1.1', remote_ip='127.0.0.1')
mopidy[30379]: Traceback (most recent call last):
mopidy[30379]:   File "/usr/lib/python3/dist-packages/tornado/web.py", line 1704, in _execute
mopidy[30379]:     result = await result
mopidy[30379]:   File "/usr/lib/python3/dist-packages/tornado/gen.py", line 234, in wrapper
mopidy[30379]:     yielded = ctx_run(next, result)
mopidy[30379]:   File "/usr/local/lib/python3.9/dist-packages/mopidy_youtube/web.py", line 100, in get
mopidy[30379]:     yield tornado.gen.Task(self.flush)
mopidy[30379]: AttributeError: module 'tornado.gen' has no attribute 'Task'
mopidy[30379]: ERROR    [HttpServer] tornado.general Cannot send error response after headers written
mopidy[30379]: ERROR    [HttpServer] tornado.general Failed to flush partial response
mopidy[30379]: Traceback (most recent call last):
mopidy[30379]:   File "/usr/lib/python3/dist-packages/tornado/web.py", line 1704, in _execute
mopidy[30379]:     result = await result
mopidy[30379]:   File "/usr/lib/python3/dist-packages/tornado/gen.py", line 234, in wrapper
mopidy[30379]:     yielded = ctx_run(next, result)
mopidy[30379]:   File "/usr/local/lib/python3.9/dist-packages/mopidy_youtube/web.py", line 100, in get
mopidy[30379]:     yield tornado.gen.Task(self.flush)
mopidy[30379]: AttributeError: module 'tornado.gen' has no attribute 'Task'
mopidy[30379]: During handling of the above exception, another exception occurred:
mopidy[30379]: Traceback (most recent call last):
mopidy[30379]:   File "/usr/lib/python3/dist-packages/tornado/web.py", line 1204, in send_error
mopidy[30379]:     self.finish()
mopidy[30379]:   File "/usr/lib/python3/dist-packages/tornado/web.py", line 1158, in finish
mopidy[30379]:     self.request.connection.finish()
mopidy[30379]:   File "/usr/lib/python3/dist-packages/tornado/http1connection.py", line 511, in finish
mopidy[30379]:     raise httputil.HTTPOutputError(
mopidy[30379]: tornado.httputil.HTTPOutputError: Tried to write 16877411 bytes less than Content-Length

What can i do?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.