Gmail MessagingException: [EOF]
Posted: 21 Jun 2018, 19:23
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:
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:
Any help is appreciated!!
Thanks
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]
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
Thanks