lbryio / lbry-desktop

A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
https://lbry.tech
MIT License
3.56k stars 414 forks source link

LBRY does not start - Refresh does not help #7584

Open ole-tange opened 2 years ago

ole-tange commented 2 years ago

To Reproduce

  1. Run 'lbry'
  2. Wait
  3. "Error starting up"
  4. This persists if I click Refresh

Expected behavior LBRY starting.

System Configuration

{ "jsonrpc": "2.0", "result": { "build": "release", "desktop": "KDE", "distro": { "codename": "jammy", "id": "ubuntu", "like": "debian", "version": "22.04", "version_parts": { "build_number": "", "major": "22", "minor": "04" } }, "lbrynet_version": "0.107.1", "os_release": "5.15.0-27-generic", "os_system": "Linux", "platform": "Linux-5.15.0-27-generic-x86_64-with-debian-bookworm-sid", "processor": "x86_64", "python_version": "3.7.12", "version": "0.107.1" } }

Additional context All my files are on a slow NFS-drive and I get the feeling something is timing out.

If I use lbrynet to publish I get:

"message": "the following required components have not yet started: [\"wallet\", \"file_manager\", \"blob_manager\", \"database\"]"

It would helpful if it was possible to see what blocks these 4 services from starting.

ole-tange commented 2 years ago

Work-around

Run:

lbrynet start --api=127.0.0.1:5279 --streaming-server=127.0.0.1:5280

Wait for:

lbry.extras.daemon.components:377: Done setting up file manager

Only then start 'lbry'.