Updated Frequently Asked Questions (FAQ) (markdown)

JonnyWong16
2017-03-20 09:39:36 -07:00
parent 7107b95b73
commit 644936a7ef

@@ -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`. 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`.
#### <a name="general-q18">Q:</a> My PlexPy database got corrupted: "DatabaseError: database disk image is malformed." #### <a name="general-q18">Q:</a> 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. 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/). 2. Open your database with [DB Brwoser for SQLite](http://sqlitebrowser.org/).