Updated Frequently Asked Questions (FAQ) (markdown)

JonnyWong16
2017-04-18 12:44:47 -07:00
parent 61b9ccb34d
commit 8f7b9018fc

@@ -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
#### <a name="general-q19">Q:</a> 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).
#### <a name="general-q20">Q:</a> 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.
---