manbearwiz/youtube-dl-server

Latest Docker build for nbr23/youtube-dl-server:yt-dlp Starlette error - wont start

quorn23 opened this issue · 0 comments

The latest image with yt-dlp tag results in the container not starting with the following error:


Traceback (most recent call last):

  File "/usr/src/app/./youtube-dl-server.py", line 2, in <module>

    from starlette.applications import Starlette

ModuleNotFoundError: No module named 'starlette'

https://hub.docker.com/layers/nbr23/youtube-dl-server/yt-dlp/images/sha256-cdcc6bc77ecd0b67d987b90210935949bdbd4c2a5c0137b56461454b9e9c65f2?context=explore

Looks like the image build didn't properly install starlette?

Edit: That timing - Last pushed a few seconds ago by nbr23. That push fixed it.