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 411
    • Issues 411
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 25
    • Merge requests 25
  • 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
  • Issues
  • #643
Closed
Open
Issue created Dec 21, 2018 by Emmanuel Mathot@emmanuelmathot

Error during importing existing music data (OSError [Errno 99])

Steps to reproduce

Describe the steps to reproduce the issue, like:

  1. sudo as funkwhale user
  2. activate the proper env

source virtualenv/bin/activate

  1. import music directory

python36 api/manage.py import_files "bedca7f2-e7c5-4825-97f1-b9e7e9e06e0a" /var/www/funkwhale/data/music/private/**/*.mp3" --recursive --noinput --in-place

What happens?

Most of the items gets imported successfully but some always fails like the following error

187/272 Importing /var/www/funkwhale/data/music/private/Sidney Bechet/The Chronological Classics_ Sidney Bechet 1947-1949/01-13 Song of Songs.mp3...

/var/www/funkwhale/data/music/private/Sidney Bechet/The Chronological Classics_ Sidney Bechet 1947-1949/01-13 Song of Songs.mp3: OSError [Errno 99] Cannot assign requested address

I tried the import many times but the tool reproduce always the same error.

What is expected?

Successful import. No error returned

Context

Funkwhale version(s) affected: 0.17

  • CentOS7
  • Postgres 9.6
  • Python 3.6
Edited Dec 21, 2018 by Emmanuel Mathot
Assignee
Assign to
Time tracking