No worries. Do you have any other python scripts that are running (i.e. Sickrage/Sickbeard)? If so, stop them while you replace the dll file.
Got it replaced with the one linked in the first post. I run the same steps to verify the version and I get the following two errors.
EDIT:
I tried downloading the same file directly from https://www.sqlite.org/download.html. But get the same error. Apparently it was CouchPotato that was hanging it up earlier, which is now broken until I figure this part out.
Got it replaced with the one linked in the first post. I run the same steps to verify the version and I get the following two errors.
EDIT:
I tried downloading the same file directly from https://www.sqlite.org/download.html. But get the same error. Apparently it was CouchPotato that was hanging it up earlier, which is now broken until I figure this part out.
Is the python installation 32 bit or 64 bit? They only have 32 bit dlls on that site. I did just find this download and it seems to work in a 64 bit installation (just tested it myself).
Is the python installation 32 bit or 64 bit? They only have 32 bit dlls on that site. I did just find this download and it seems to work in a 64 bit installation (just tested it myself).
Download that, put it in the dll folder and rename it to sqlite3.dll
Honestly, I didn't remember which version I had, but it sounds like me to download the 64 bit version. I tried that file out and it works perfect. And Couchpotato is back online, Awesome; Thanks!
So I will cont' my process of setting the app up from here and see how it goes. Thanks again.
Any chance to get a PlexEmail install for Dummies guide? I have been trying to get mine up and running but I have never got anything to work just yet. Thanks!
Any chance to get a PlexEmail install for Dummies guide? I have been trying to get mine up and running but I have never got anything to work just yet. Thanks!
Can you give me more information? Such as OS, what step of the instructions you are stuck and provide any errors you might be seeing.
I am running everything on a Windows 8.1 machine. I think I am mainly having issues getting the config.conf file all setup correctly. Not knowing a lot of the syntax is my real downfall. I am not receiving any errors, just never getting any emails. I would really benefit from maybe seeing some screenshots of what most peoples config.conf files look like. I have a standard Plex Media Server setup and would just really love to get this feature working. I was able to get PlexWatch/PlexWatchWeb setup recently and this was my next project.
Also, I am setting the script to run in my windows task scheduler. Can you please take a look? Maybe I am not setting it up correctly.
Program/script:
C:\Python27\python.exe
Add arguments (optional): plexEmail.py
Start in (optional): C:\xampp\htdocs\PlexEmail\scripts
I am running everything on a Windows 8.1 machine. I think I am mainly having issues getting the config.conf file all setup correctly. Not knowing a lot of the syntax is my real downfall. I am not receiving any errors, just never getting any emails. I would really benefit from maybe seeing some screenshots of what most peoples config.conf files look like. I have a standard Plex Media Server setup and would just really love to get this feature working. I was able to get PlexWatch/PlexWatchWeb setup recently and this was my next project.
Also, I am setting the script to run in my windows task scheduler. Can you please take a look? Maybe I am not setting it up correctly.
Program/script:
C:\Python27\python.exe
Add arguments (optional): plexEmail.py
Start in (optional): C:\xampp\htdocs\PlexEmail\scripts
The task looks good to me. If you run the script from the command line does it fail with some exception, state that the email failed to send or it was successfully sent?
File "C:\xampp\htdocs\PlexEmail\scripts\plexEmail.py", line 588, in
execfile(configFile, config)
ValueError: invalid \x escape
I'm guessing it's an issue with one of the folder paths. The paths either have to look like this: 'C:\\path\ o\\location' or like this: 'C:/path/to/folder'
If that isn't the issue, feel free to send me your config file and I can take a look (edit out personal info).