Problem with Email Reports with Gmail

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Phukkin
Posts: 2
Joined: 09 Apr 2015, 02:41

Problem with Email Reports with Gmail

Post by Phukkin »

Hello, I am having issues getting the gmail reports to work, I think I have set everything correctly. This is the error log I am getting.

http://pastebin.com/JKLrDCvk

Does anybody have any idea what this means?

Thanks in advance.
User avatar
rednoah
The Source
Posts: 23950
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Problem with Email Reports with Gmail

Post by rednoah »

The login details are passed in using username:password format. The error suggest that whatever you're passing in does not contain ":" and password.

Code: Select all

--def "gmail=username:password"
PS: Are you using the latest version of FileBot? Please use the latest version.
:idea: Please read the FAQ and How to Request Help.
Post Reply