Gmail MessagingException: [EOF]

Any questions? Need some help?
Post Reply
7ur1n
Posts: 3
Joined: 17 Jul 2017, 16:52

Gmail MessagingException: [EOF]

Post by 7ur1n »

Good day,

I'm having issues runnning the script and sending the report email at the end. For some time it was working as expected. I had to reinstall windows and since then I'm getting this error:

Code: Select all

MessagingException: [EOF]
After looking into the forums I haven't been able to find any similar issues. I've already tried the -clear-cache option.

Below the script with the switches I'm using:

Code: Select all

filebot -script fn:amc --output "z:/TV Series" --action copy -non-strict "D:/Downloads" --log-file amc.log --def excludeList=amc.txt --def seriesFormat="z:/TV Series/{n}/Season {s}/{n} - {s00e00} - {t}" --conflict auto --def subtitles=en --def [email protected]:appPassword --def plex=192.168.x.x:token
Any help is appreciated!!
Thanks
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Gmail messaging exception

Post by rednoah »

Code: Select all

MessagingException: [EOF]
I've never seen that one. Maybe Gmail is blocking access. You can use --def email with a custom send mail server (e.g. Mailgun) and then have it send the email to your Gmail account.

:idea: Personally, I recommend using PushBullet and maybe something like IFTTT to do other things in response to those PushBullet notifications.
:idea: Please read the FAQ and How to Request Help.
Post Reply