Latest Docker build for nbr23/youtube-dl-server:yt-dlp Starlette error - wont start
quorn23 opened this issue · 0 comments
quorn23 commented
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'
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.