Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • funkwhale funkwhale
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 385
    • Issues 385
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • funkwhale
  • funkwhalefunkwhale
  • Issues
  • #1375

Closed
Open
Created Mar 25, 2021 by petitminion@petitminionMaintainer

Failling to initial fetch remote libraries

This errors appears in the UI in /content/remote/ : Error while fetching the library: HTTPSConnectionPool(host='{{ hostname }}', port=443): Read timed out. (read timeout=10) In the logs : django.request WARNING Bad Request: /api/v1/federation/libraries/fetch/

For me :

  • Trying two times to fetch the library end up successfully fetching it.
  • Using directly the api end point seem to work curl -X POST "https://$main_instance_url/api/v1/federation/libraries/fetch/?jwt=$token" -H "accept: application/json" -H "Content-Type: application/json" -d "{\"fid\":$libraries_with_URL}"
Edited Mar 31, 2021 by petitminion
Assignee
Assign to
Time tracking