diff --git a/Frequently-Asked-Questions-(FAQ).md b/Frequently-Asked-Questions-(FAQ).md index fea5f47..f9e27b8 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/). If you are using Windows or Mac OS, then you can try the steps below. +**A:** The easiest way to fix this would be restoring an older version of the database from the backup directory. If you are using Windows or Mac OS, then you can try to fix it using the steps below. Alternatively, you can try using the [SQLite command line instructions here](http://froebe.net/blog/2015/05/27/error-sqlite-database-is-malformed-solved/). 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/).