I’m going to apologise if I’ve missed something really simple here but a little new to using scripts and whatnot (though I am otherwise generally computer savvy)
I’ve seen to all the pre-reqs, installed python, dealt with the requests and such then gone and started editing the config (with notepad++)
straight away it stops and comes up with
C:\PlexEmail\Scripts>python plexEmail.py
Traceback (most recent call last):
File “plexEmail.py”, line 864, in
execfile(configFile, config)
ValueError: invalid \x escape
locations are as follows…
plexemail running from c:\plexemail\scripts
requests put into C:\Python27\Lib\requests-2.5.3
sqlite here C:\Python27\DLLs
I’ve installed xammp though have no intention of using web (was just because I was trying everything)
thats here C:\xampp
I’ve then gone and edited the config as such (with everything else left as is)…
plex_data_folder = ‘C:\Users\Andy\AppData\Local\Plex Media Server’
(also tried ‘C:\Program Files (x86)\Plex\Plex Media Server’ just in case - nope)
web_folder = ‘C:\xampp\htdocs’
(though I wont be using it)
logging left as is
plex details filled in
tried username as both login name and email
cloudinary = True
with api and secret etc filled in
web_enabled = False
web_only_save_images = True
web_domain = ‘’
web_path = ‘plexemail’
web_delete_previous_images = False
web_skip_if_no_additions = False
email_enabled = True
email_individually = True
email_use_bcc = False
I put 2 emails into ‘email to’ just to check as ‘blah@blah.com’, ‘blah2@blah.com’
shared users = False
I even put all of the other email addresses (except the two above) into unsubscribe just in case it went wrong and used them anyway
email_smtp_address = ‘smtp.gmail.com’
email_smtp_port = 587
email_use_ssl = False #Port must be an SSL port i.e. 465
email_username = ‘myfullemailaddress’
email_password = ‘itspassword’
I then left everything else as it was (filtering and such wise - figured I’d change that later)
this is giving me a massive headache and just cant figure out where I’m going wrong - any help would be hugely appreciated.
I’m sure I cant be this much of an idiot but it appears that I’m missing something fairly obvious to someone here because its not even ‘trying’ to do anything
