Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notifications about claiming drops not working #123

Closed
kilroy98 opened this issue Jun 12, 2024 · 5 comments
Closed

Notifications about claiming drops not working #123

kilroy98 opened this issue Jun 12, 2024 · 5 comments
Labels
Duplicate This issue or pull request already exists

Comments

@kilroy98
Copy link

It's started when Twitch start changing drops system.

@Windows200000
Copy link
Owner

Is this just #86?

@kilroy98
Copy link
Author

I don't know. I mean when Drop is received, a popup notification was shown.

@Windows200000
Copy link
Owner

@kilroy98 I'll need more info, some logs, a screenshot.....

@kilroy98
Copy link
Author

There are no logs, and no screenshots (I don’t understand the screenshot of what exactly). In the settings there is an item "Tray notifications", I mean it. Previously, before Twitch started changing the drop system, after receiving a drop, there was a pop-up notification in the system that the drop was received, but now for some reason they do not work.

This is probably the code responsible for this function.

self.print(_("status", "claimed_drop").format(drop=claim_text.replace('\n', ' ')))
self.gui.tray.notify(claim_text, _("gui", "tray", "notification_title"))

@Windows200000
Copy link
Owner

@kilroy98 Ohh, yeah this is 99% #85. Basically, the "ordinary" way in which TDM used to claim drops is never triggered. I haven't looked into that too deeply yet.

@Windows200000 Windows200000 added the Duplicate This issue or pull request already exists label Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants