From 8f7b9018fc98763e680c50bfbfb3382193ccf615 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Tue, 18 Apr 2017 12:44:47 -0700 Subject: [PATCH] Updated Frequently Asked Questions (FAQ) (markdown) --- Frequently-Asked-Questions-(FAQ).md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Frequently-Asked-Questions-(FAQ).md b/Frequently-Asked-Questions-(FAQ).md index 1a37fc2..97b54e3 100644 --- a/Frequently-Asked-Questions-(FAQ).md +++ b/Frequently-Asked-Questions-(FAQ).md @@ -21,6 +21,7 @@ * [I can't connect to my Plex server with "Use SSL" checked.](#general-q17) * [My PlexPy database got corrupted: "DatabaseError: database disk image is malformed."](#general-q18) * [PlexPy cannot read my Plex log file.](#general-q19) +* [PlexPy won't start with the error: "configobj.ParseError".](#general-q20) ## Activity and History Logging @@ -193,6 +194,9 @@ Otherwise, you may have to set secure connections to "Preferred" in your Plex se #### Q: PlexPy cannot read my Plex log file. **A:** PlexPy does not require your Plex logs to function. You can add your Plex logs folder to PlexPy in order to use it as a convenient log viewer. If you are installing PlexPy in a docker container or jail, then you will need to mount/share the Plex log folder into the PlexPy container. You must also specify the full path to the Plex logs folder (shortcuts will not work). +#### Q: PlexPy won't start with the error: "configobj.ParseError". +**A:** Your `config.ini` file is corrupted. Either delete the file (you will have to reconfigure your PlexPy settings) or try restoring a config file from the backups folder. + ---