question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AttributeError: module 'ydl_server.views' has no attribute 'api_list_finished'

See original GitHub issue

I’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:closed
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
xnaascommented, Jun 22, 2021

Working great again. Thanks. 😃

1reaction
nbr23commented, Jun 22, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found