From 751e47ed3ec6da6f4e120aaacebfebbbc8c6dd4f Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Mon, 17 Jul 2017 18:10:11 -0400 Subject: [PATCH] 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. --- content/faq/incompatible-protocol-version | 19 ------------------- content/faq/incompatible-protocol-version.md | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 19 deletions(-) delete mode 100644 content/faq/incompatible-protocol-version create mode 100644 content/faq/incompatible-protocol-version.md diff --git a/content/faq/incompatible-protocol-version b/content/faq/incompatible-protocol-version deleted file mode 100644 index c6eee93d..00000000 --- a/content/faq/incompatible-protocol-version +++ /dev/null @@ -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?) - - - diff --git a/content/faq/incompatible-protocol-version.md b/content/faq/incompatible-protocol-version.md new file mode 100644 index 00000000..07471ba9 --- /dev/null +++ b/content/faq/incompatible-protocol-version.md @@ -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.