Might be worth posting an issue on github then.
You could also try logging into gmail from a python session and running:
import imaplib
gmail = imaplib.IMAP4_SSL('imap.gmail.com')
gmail.login(<username>, <password>)
answer, raw_data = self.gmail.status("INBOX", "(MESSAGES UNSEEN)")
And see if you get any errors. This is what the widget does at the start.
On Sunday, 6 December 2020 at 17:05:59 UTC Kai Stian Olstad wrote:
> On Sat, Dec 05, 2020 at 06:41:48PM -0800, Joe Yabuki wrote:
> >
> > Hello guys
> > I added a widget in this following format:
> > widget.GmailChecker(username='xxx', password='xxx'),
> > I don't have an error, but I get a bar without widget at all!!
> > What I'm doing wrong here?
>
> I tested the widget and my Qtile stopped working, and when i restarted
> Qtile it
> was just a black screen. My autorun was not started, non of the key binding
> worked not even the default ones and nothing turned up in the qtile.log.
>
> So I suspect that the widget is seriously broken.
>
> --
> Kai Stian Olstad
>
--
You received this message because you are subscribed to the Google Groups
"qtile-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/qtile-dev/df5bf733-951a-40a3-98d1-2c10cf9d7224n%40googlegroups.com.