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.

This browser is running with an incompatible version of the LBRY protocol and your install must be repaired.

See original GitHub issue

First of all thank you for this great idea! It’s really awesome !

This browser is running with an incompatible version of the LBRY protocol and your install must be repaired.

How I installed & run

  1. Downloaded deb package from here
  2. sudo apt-get install libgmp3-dev build-essential python2.7 python2.7-dev python-pip git python-virtualenv libssl-dev libffi-dev python-protobuf
  3. git clone https://github.com/lbryio/lbry.git cd lbry

virtualenv lbry-venv source lbry-venv/bin/activate

pip install -U -r requirements.txt pip install --editable .

  1. Installed deb package via : dpkg -i LBRY_0.19.1_amd64.deb
  2. cd lbry-venv/ && source bin/activate && lbrynet-daemon
  3. Run the app

System Configuration

Platform: {“lbrynet_version”: “0.19.0rc19-dirty”, “platform”: “Linux-4.13.0-kali1-amd64-x86_64-with-Kali-kali-rolling-kali-rolling”, “os_system”: “Linux”, “python_version”: “2.7.14+”, “os_release”: “4.13.0-kali1-amd64”, “lbryum_version”: “3.2.0rc7”, “lbryschema_version”: “0.0.15rc2”, “processor”: “”, “build”: “dev”}

{ “id”: null, “jsonrpc”: “2.0”, “result”: { “build”: “dev”, “ip”: “185.217.68.238”, “lbrynet_version”: “0.19.0rc19-dirty”, “lbryschema_version”: “0.0.15rc2”, “lbryum_version”: “3.2.0rc7”, “os_release”: “4.13.0-kali1-amd64”, “os_system”: “Linux”, “platform”: “Linux-4.13.0-kali1-amd64-x86_64-with-Kali-kali-rolling-kali-rolling”, “processor”: “”, “python_version”: “2.7.14+” } }

  • LBRY Daemon version:
  • LBRY App version:
  • LBRY Installation ID:
  • Operating system: Kali Linux

Anything Else

If you can, please add video instructions of installation LBRY on different OS to your YT channel

Screenshots

lbry_error

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
tzarebczancommented, Dec 17, 2017

Ah, it’s because of a database upgrade from the other version you can. Delete the entire lbrynet folder and try again https://lbry.io/faq/lbry-directories

1reaction
RedbHawkcommented, Dec 16, 2017

When I run reinstalled latest app (0.19.1) :

The daemon has unexpectedly shutdown. Goodbye.

Log file

2017-12-17 XX:XX:29,954 INFO lbrynet.daemon.DaemonControl:70: Starting lbrynet-daemon from command line 2017-12-17 XX:XX:33,876 INFO lbrynet.daemon.DaemonServer:66: Using non-authenticated API 2017-12-17 XX:XX:33,882 INFO lbrynet.daemon.Daemon:243: Starting lbrynet-daemon 2017-12-17 XX:XX:35,268 INFO lbrynet.daemon.ExchangeRateManager:210: Starting exchange rate manager 2017-12-17 XX:XX:37,324 INFO lbrynet.daemon.Daemon:269: Platform: {“lbrynet_version”: “0.18.0”, “platform”: “Linux-4.13.0-kali1-amd64-x86_64-with-Kali-kali-rolling-kali-rolling”, “os_system”: “Linux”, “python_version”: “2.7.12”, “os_release”: “4.13.0-kali1-amd64”, “lbryum_version”: “3.1.11”, “ip”: “185.217.68.238”, “lbryschema_version”: “0.0.14”, “processor”: “”, “build”: “release”} 2017-12-17 XX:XX:37,336 INFO lbrynet.daemon.Daemon:479: Loading databases 2017-12-17 XX:XX:37,339 ERROR lbrynet.daemon.DaemonControl💯 Failed to start lbrynet-daemon Traceback (most recent call last): File “site-packages/lbrynet/daemon/DaemonControl.py”, line 97, in start_server_and_listen File “site-packages/twisted/internet/defer.py”, line 1297, in _inlineCallbacks File “site-packages/twisted/python/failure.py”, line 389, in throwExceptionIntoGenerator File “site-packages/lbrynet/daemon/DaemonServer.py”, line 53, in start File “site-packages/twisted/internet/defer.py”, line 1299, in _inlineCallbacks File “site-packages/lbrynet/daemon/Daemon.py”, line 251, in setup File “site-packages/lbrynet/daemon/Daemon.py”, line 501, in _check_db_migration Exception: This version of lbrynet is not compatible with the database Your database is revision 5, expected 4 2017-12-17 XX:XX:37,340 INFO lbrynet.daemon.DaemonServer:57: Stopping the reactor 2017-12-17 XX:XX:37,340 INFO lbrynet.daemon.Daemon:405: Closing lbrynet session 2017-12-17 XX:XX:37,340 INFO lbrynet.daemon.Daemon:406: Status at time of shutdown: loading_db

Read more comments on GitHub >

github_iconTop Results From Across the Web

Incompatible protocol version warning - LBRY
The most likely cause of this error is an old version was running during the install process. This can usually be fixed by...
Read more >
Better instructions when daemon is incompatible due to upgrade ...
When LBRY came back up it said, "This browser is running with an incompatible version of the LBRY protocol and your install must...
Read more >
Connect (No-Plugin Version) Does Not Start or Respond - IBM
In all cases the first step is to run Aspera's web-based Connect Diagnostic Tool to get a preliminary assessment of your Connect installation....
Read more >
Fix Incompatible Version | Valheim - YouTube
Created your own server, or want to join another Valheim server? If you're unable to join a server because of the " Incompatible...
Read more >
Rehash: How to Fix the SSL/TLS Handshake Failed Error
At this point, you should be using TLS 1.2 or TLS 1.3. If you're not, add support for them. But remember, never go...
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