[Buildbot-devel] email lookup is broken?
Vitali Lovich
vlovich at gmail.com
Thu Feb 19 19:45:50 UTC 2015
Hi,
I’m trying to use the mail notifier, but it’s complaining that:
Unable to find any of ['email'] for uid: 2
All my changes have an ‘author’ field that is the username & email.
My sqlite database schemas look like:
select * from users;
uid identifier bb_username bb_password
---------- --------------------------------- ----------- -----------
2 Vitali Lovich <email address> NULL NULL
select * from users_info;
uid attr_type attr_data
---------- ---------- ---------------------------------
2 git Vitali Lovich <email address>
I don’t see any column named e-mail. Is this a bug?
My understanding was that the MailNotifier could be used without needing a custom lookup.
Thanks,
Vitali
More information about the devel
mailing list