Page 1 of 1

Gmail MessagingException: [EOF]

Posted: 21 Jun 2018, 19:23
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

Re: Gmail messaging exception

Posted: 22 Jun 2018, 06:59
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.