AttributeError: module 'ydl_server.views' has no attribute 'api_list_finished'
See original GitHub issueI’m using this server on my synology nas docker and new update show this error message on startup
Using configuration file /app_config/config.yml
Traceback (most recent call last):
File "/usr/src/app/./youtube-dl-server.py", line 16, in <module>
from ydl_server.routes import routes
File "/usr/src/app/ydl_server/routes.py", line 18, in <module>
Route("/api/finished", views.api_list_finished, name="api_list_finished"),
AttributeError: module 'ydl_server.views' has no attribute 'api_list_finished'
and server shutdowns
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
AttributeError: module 'main.views' has no attribute 'home'
I'm making a django project and whenever I run "python manage.py runserver". I see the above error. views.py from django.shortcuts import render ...
Read more >django (AttributeError: module 'blog.views' has no ... - GitHub
django (AttributeError: module 'blog.views' has no attribute 'home') #89 ... import path from . import views urlpatterns = [ path('', views.home, ...
Read more >Django module view has no attribute?
AttributeError : module 'counters.views' has no attribute 'posts'. Based on this traceback, I gather I have probably misnamed a function or a ...
Read more >AttributeError: module Django.contrib.auth.views has no attribute
Django : AttributeError : module Django.contrib.auth. views has no attribute [ Beautify Your Computer ...
Read more >module 'pages.views' has no attribute 'home_view' : r/django
AttributeError : module 'pages.views' has no attribute 'home_view'. I was following a beginner's Django tutorial word-for-word creating a ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Working great again. Thanks. 😃
@xnaas just reran the github action to build and it seems good now. Not sure whate happened the first time.