Add problem updating on Windows

JonnyWong16
2016-04-05 11:40:56 -07:00
parent 567104a501
commit ed6c5e0d17

@@ -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"**
#### <a name="windows-q3">Q:</a> I am getting a "DatabaseError: file is encrypted of is not a database"!
#### <a name="windows-q3">Q:</a> 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.
#### <a name="windows-q4">Q:</a> 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`.
#### <a name="windows-q4">Q:</a> How can I run PlexPy without the command prompt staying open?
#### <a name="windows-q5">Q:</a> 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.