mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
rename and finish guide
Added .md to filename Do you want to keep this in troubleshooting category (which doesn't exist yet?) Not sure if this will break something on the site, or simply won't show on /faq but URL will continue to work.
This commit is contained in:
parent
a4771afb52
commit
751e47ed3e
2 changed files with 16 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
title: Incompatible Protocol Version Warning
|
||||
category: troubleshooting
|
||||
---
|
||||
|
||||
This warning happens when your LBRY browser did not install with the proper version of the software used to communicate with the LBRY network.
|
||||
|
||||
The most likely cause of this error is an old version was running during the install process.
|
||||
|
||||
### How to Fix
|
||||
|
||||
1. Restart LBRY.
|
||||
1. If this did not work, restart your computer (or kill all processes with "lbry" in the name). Then restart LBRY.
|
||||
1. If this did not work, re-install LBRY.
|
||||
|
||||
(do they need to do a full re-install? if you simply re-run the installer, will it update the daemon?)
|
||||
|
||||
|
||||
|
16
content/faq/incompatible-protocol-version.md
Normal file
16
content/faq/incompatible-protocol-version.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title: Incompatible Protocol Version Warning
|
||||
category: troubleshooting
|
||||
---
|
||||
|
||||
This warning happens when your LBRY browser did not install with the proper version of the software used to communicate with the LBRY network.
|
||||
|
||||
The most likely cause of this error is an old version was running during the install process. This can usually be fixed by re-running the LBRY setup files after ensuring that no LBRY processes are running.
|
||||
|
||||
### How to Fix
|
||||
|
||||
1. Restart your PC or ensure that any processes with "lbry" in the name are not running.
|
||||
1. [Download](https://github.com/lbryio/lbry-app) and re-install the latest version of LBRY.
|
||||
1. Start LBRY
|
||||
|
||||
If you still receive this warning after completing the above steps, please [reach out to us](https://lbry.io/faq/how-to-report-bugs) for additional support.
|
Loading…
Add table
Reference in a new issue