diff --git a/Frequently-Asked-Questions-(FAQ).md b/Frequently-Asked-Questions-(FAQ).md
index a084497..15c15dc 100644
--- a/Frequently-Asked-Questions-(FAQ).md
+++ b/Frequently-Asked-Questions-(FAQ).md
@@ -36,8 +36,9 @@ Welcome to the PlexPy FAQ. Please note that most answers are not added yet. If y
## Windows
* [I enabled HTTPS but received a warning that the pyOpenSSL module is missing. How do I fix this?](#windows-q1)
* [PlexPy keeps telling me "You're running an unknown version of PlexPy."](#windows-q2)
-* [I am getting a "DatabaseError: file is encrypted of is not a database"!](#windows-q3)
-* [How can I run PlexPy without the command prompt staying open?](#windows-q4)
+* [When trying to update, the logs say "Invalid update data, update failed."](#windows-q3)
+* [I am getting a "DatabaseError: file is encrypted of is not a database"!](#windows-q4)
+* [How can I run PlexPy without the command prompt staying open?](#windows-q5)
## iOS
* [PlexPy isn't logging my history from my iOS device!](#ios-q1)
@@ -211,10 +212,13 @@ If you have installed Python into a different directory or downloaded pyopenssl
> Run the installer, select all the defaults except for the section called "Adjusting your PATH environment" - here select **"Use Git from the Windows command prompt"**
-#### Q: I am getting a "DatabaseError: file is encrypted of is not a database"!
+#### Q: When trying to update, the logs say "Invalid update data, update failed."
+**A:** Delete the `update` folder inside the PlexPy directory and try updating again.
+
+#### Q: I am getting a "DatabaseError: file is encrypted of is not a database"!
**A:** This seems to be a version mismatch with the packaged Python sqlite3 libraries. Download the latest "Precompiled Binaries for Windows" from [here](https://www.sqlite.org/download.html) and place the extracted `sqlite3.dll`s file in `C:\Python27\DLLs`.
-#### Q: How can I run PlexPy without the command prompt staying open?
+#### Q: How can I run PlexPy without the command prompt staying open?
**A:** Please refer to the instructions under the [Installation as a Daemon](https://github.com/drzoidberg33/plexpy/wiki/Install-as-a-daemon#windows) wiki.