diff --git a/js/app.js b/js/app.js index 10eba31e6..7d35237b5 100644 --- a/js/app.js +++ b/js/app.js @@ -28,8 +28,8 @@ var App = React.createClass({ if (versionInfo.os_system == 'Darwin' && maj == 0 && min <= 2 && patch <= 2) { // On OS X with version <= 0.2.2, we need to notify user to close manually close LBRY - message += "\n\nBefore installing, make sure to exit LBRY by choosing the LBRY icon at " + - "the top right of the menu bar and choosing \"Quit.\""; + message += "\n\nBefore installing the new version, make sure to exit LBRY, if you started the app " + + "click that LBRY icon in your status bar and choose \"Quit.\""; } else { lbry.stop(); } diff --git a/js/page/help.js b/js/page/help.js index fc1527c48..9088b6180 100644 --- a/js/page/help.js +++ b/js/page/help.js @@ -2,11 +2,40 @@ var HelpPage = React.createClass({ render: function() { return (
-

Help

-

Content will go here

-

Subsection

-

More content

-

Even more content

+

Troubleshooting

+

Here are the most commonly encountered problems and what to try doing about them

+

+

Nothing seems to start downloading

+

Not all content that you find in the search window is necessarily hosted, + LBRY is still young. However, 'wonderfullife' should assuredly be + accessible. If you can't download it, and you're not experiencing the below problem, + try forwarding ports 4444 and 3333 on your firewall or router. +

+

+

Videos have trouble playing

+

This is caused by your video player trying to start the file + while it's still empty. Try reloading the page after a few seconds, + it should work. You should also see the file appear in the downloads folder configured in your LBRY settings, + which is the gear icon at the top of the main menu. + A real fix for this is underway! +

+

+

How do I turn LBRY off?

+

+ If you're on OS X you can find the app running in your status bar, if you click the LBRY icon you'll have a 'Quit' button available. + There is also a 'X' button in the browser main menu, either way works, + the 'X' button is the default way to close LBRY on Linux. + If you're running LBRY from the command line, you can use the above or you can run 'stop-lbrynet-daemon' +

+

+

None of this applies to me, or it didn't work

+

+ +

+ +

+

+