AstroZombie
Explorer
- Joined
- Jul 20, 2014
- Messages
- 76
So I had checksum error with my primary boot and switched it out for two identical sticks in a mirror and now i've run back into this again any ideas?


Traceback (most recent call last): File "/PlexEmail/scripts/plexEmail.py", line 1194, in <module> imageInfo = processImage(hash, imageInfo['thumb'], 'show', 0, 0) File "/PlexEmail/scripts/plexEmail.py", line 381, in processImage shutil.copy(imgLocation, img) File "/usr/local/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/local/lib/python2.7/shutil.py", line 83, in copyfile with open(dst, 'wb') as fdst: IOError: [Errno 2] No such file or directory: '/usr/local/www/apache24/data/plexemail/images/61352061f9f61efe9d68f70596a0ce84f0436f47_fb7cb9384affcf74fdf37225028e62509e63e1a9.jpg'
cp -R /PlexEmail/web/ /usr/local/www/apache24/data mkdir /usr/local/www/apache24/data/plexemail
mkdir /usr/local/www/apache24/data/plexemail cp -R /PlexEmail/web/ /usr/local/www/apache24/data/plexemail
I know this sounds simple, but is your storage mounted? I had the same problem earlier today and for some reason my storage unmounted. Fixed the problem for me.Anyone?
I run into this with it mounted. (yes it was unmounted for some reason)I know this sounds simple, but is your storage mounted? I had the same problem earlier today and for some reason my storage unmounted. Fixed the problem for me.
Looks like the Cloudinary information may be the problem. I would double check the info in the conf.file is the same as your account for cloudinary. I think I remember getting these errors when I tried to use Plexemail without the cloudinary information filled out completely/correctly.I run into this with it mounted. (yes it was unmounted for some reason)
![]()
and yeah, I do not know why it unmounted either. I will pay attention to mine to see if it happens again.I run into this with it mounted. (yes it was unmounted for some reason)
![]()
I double checked the cloudinary info is all correct. (Name, API Key and API Secret)Looks like the Cloudinary information may be the problem. I would double check the info in the conf.file is the same as your account for cloudinary. I think I remember getting these errors when I tried to use Plexemail without the cloudinary information filled out completely/correctly.
I know you have been messing around with the commands and such. So if you have already done this I apologize in advance. Did you try the new sequence I posted above? I had similar issues and I simply switched the commands around and added an additional layer to one of the files and it seemed to work. Just the two on the bottom, heck I will post them here.I double checked the cloudinary info is all correct. (Name, API Key and API Secret)
mkdir /usr/local/www/apache24/data/plexemail cp -R /PlexEmail/web/ /usr/local/www/apache24/data/plexemail
A software reboot of freenas seems to have solved the issue, runningI know you have been messing around with the commands and such. So if you have already done this I apologize in advance. Did you try the new sequence I posted above? I had similar issues and I simply switched the commands around and added an additional layer to one of the files and it seemed to work. Just the two on the bottom, heck I will post them here.
Code:mkdir /usr/local/www/apache24/data/plexemail cp -R /PlexEmail/web/ /usr/local/www/apache24/data/plexemail
I am sorry if this is redundant, and hope it works.
jexec plexemail python2.7 /PlexEmail/scripts/plexEmail.py -t
Your web_folder is the same as mine - /usr/local/www/apache24/data
I've just had a quick look and the folder above contains the contents of the /PlexEmail/web/ folder but also has a 'plexemail' folder. Running the python script creates the index.html file in this folder.
Try mkdir /usr/local/www/apache24/data/plexemail
root@plexemail:/ # python2.7 /PlexEmail/scripts/plexEmail.py /media/Plex Media Server/Plug-in Support/Databases/com.plexapp.plugins.library.d b does not exist. Please make sure the plex_data_folder value is correct. root@plexemail:/ #