jakewaldron / PlexEmail

This script aggregates all new TV, movie and music releases for the past configured time then optionally writes to your web directory and sends out an email.
206 stars 32 forks source link

Database issue #65

Closed ofurpesi closed 7 years ago

ofurpesi commented 7 years ago

Hi

Checked the logs and this is the error i´m getting:

2016-12-31 13:32:42,296 - INFO:Test flag found - setting script instance to test mode. 2016-12-31 13:32:42,296 - INFO:Setting Cloudinary config values 2016-12-31 13:32:42,296 - INFO:Including Plex Web Link - Getting machine identifier from the DLNA DB 2016-12-31 13:32:42,296 - INFO:DLNA_DB_FILE = C:\Users\Administrator\AppData\Local\Plex Media Server\Plug-in Support\Databases\com.plexapp.dlna.db 2016-12-31 13:32:42,312 - ERROR:Logging an uncaught exception Traceback (most recent call last): File "plexemail.py", line 913, in cur.execute('SELECT machine_identifier FROM remote_servers WHERE url LIKE "http://127.0.0.1%";') DatabaseError: file is encrypted or is not a database

Any ideas?

jakewaldron commented 7 years ago

Did you download the dll file?

32 bit DLL for SQLite version 3.8.8.3 Windows - http://www.sqlite.org/2015/sqlite-dll-win32-x86-3080803.zip (Put this into the DLLs folder of the Python installation) Windows 64 bit: If you need 64 bit python, this was just found and works: http://synopse.info/files/SQLite3-64.7z

ofurpesi commented 7 years ago

All good :) thanks for the help