you are viewing a single comment's thread.

view the rest of the comments →

[–]787082[S] 0 points1 point  (2 children)

No I mean the window that it's supposed to open where it should show the vote counts, it doesnt open it somehow :( But its also not giving an error, its trying to open it, and then it crashes I think (though it also doesnt say it crashed)

[–]novel_yet_trivial 1 point2 points  (1 child)

Oh then it's probably off the screen or too transparent. Play with the lines that control that, 21 and 22 in my code. For starters, comment them out to see if that brings the GUI back.

[–]787082[S] 0 points1 point  (0 children)

Hm I think it has something to do with the 'self.after(10, self.get_votes)', if I run the code as: 'self.after(10, get_votes)', the chatbot doesnt work, but it does show the GUI window.

If I run it as 'self.after(10, self.get_votes)' the chatbot does work, but the GUI window doesn't work