From 7107b95b73fe63eb78f7ca5454161edacbcb9cbf Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 20 Mar 2017 09:37:57 -0700 Subject: [PATCH] Updated Frequently Asked Questions (FAQ) (markdown) --- Frequently-Asked-Questions-(FAQ).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions-(FAQ).md b/Frequently-Asked-Questions-(FAQ).md index e0763a6..fea5f47 100644 --- a/Frequently-Asked-Questions-(FAQ).md +++ b/Frequently-Asked-Questions-(FAQ).md @@ -175,7 +175,7 @@ If you cannot load the Plex Web interface, then you may have a DNS rebinding iss Otherwise, you may have to set secure connections to "Preferred" in your Plex server settings and uncheck the "Use SSL" box in the PlexPy settings. PlexPy will then connect to your Plex server directly without SSL using the address `http://LOCAL-IP-ADDRESS:32400`. #### Q: My PlexPy database got corrupted: "DatabaseError: database disk image is malformed." -**A:** The easiest way to fix this would be restoring an older version of the database from the backup directory. Alternatively, you can try to fix is using the steps below, or using the [SQLite command line instructions here](http://froebe.net/blog/2015/05/27/error-sqlite-database-is-malformed-solved/). +**A:** The easiest way to fix this would be restoring an older version of the database from the backup directory. Alternatively, you can try to fix is using the steps below, or using the [SQLite command line instructions here](http://froebe.net/blog/2015/05/27/error-sqlite-database-is-malformed-solved/). If you are using Windows or Mac OS, then you can try the steps below. 1. Backup your PlexPy database (`plexpy.db`) by making a copy and saving it somewhere safe. 2. Open your database with [DB Brwoser for SQLite](http://sqlitebrowser.org/).