Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • funkwhale funkwhale
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 376
    • Issues 376
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • funkwhalefunkwhale
  • funkwhalefunkwhale
  • Merge requests
  • !747

Fixed a dependency issue

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Agate requested to merge dependency-issue into develop May 02, 2019
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Starting the server with Daphne crashed:

bash-4.4# daphne -b 0.0.0.0 -p 5000 config.asgi:application --proxy-headers
Traceback (most recent call last):
  File "/usr/bin/daphne", line 6, in <module>
    from daphne.cli import CommandLineInterface
  File "/usr/lib/python3.6/site-packages/daphne/cli.py", line 7, in <module>
    from asgiref.compatibility import is_double_callable
ModuleNotFoundError: No module named 'asgiref.compatibility'
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dependency-issue