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 don't display when stream title is empty #1006

Closed
4 tasks done
Sneakpeakcss opened this issue May 5, 2024 · 0 comments
Closed
4 tasks done

Notifications don't display when stream title is empty #1006

Sneakpeakcss opened this issue May 5, 2024 · 0 comments

Comments

@Sneakpeakcss
Copy link

Sneakpeakcss commented May 5, 2024

Checklist

Streamlink Twitch GUI version

v2.5.0

Streamlink version

6.5.0

Operating system, environment and configuration details

Windows 10 22H2

Description

A bit of an edge case, but (at least on Windows) notifications don't display if channels title is empty, which happens when it was either manually removed, or as a base state for newly created channels.

Debug log

[2024-05-05T14:17:54.101Z][debug][Application]
Parameters
{
    "_": [],
    "tray": false,
    "hide": false,
    "hidden": false,
    "max": false,
    "maximize": false,
    "maximized": false,
    "min": false,
    "minimize": false,
    "minimized": false,
    "reset-window": false,
    "versioncheck": true,
    "version-check": true,
    "logfile": true,
    "disable-gpu": true,
    "loglevel": "debug",
    "l": "debug",
    "theme": "",
    "launch": "",
    "goto": ""
}

[2024-05-05T14:19:55.313Z][debug][NotificationService]
Showing notification
{
    "provider": "auto",
    "current": "snoretoast",
    "data": {
        "title": "ttttestacc is now live",
        "message": "",
        "icon": "C:\\Users\\user\\AppData\\Local\\Temp\\streamlink-twitch-gui\\cache\\icons\\75305d54-c7cc-40d2-bb9c-92fbe85943c7-profile_image-300x300.png",
        "settings": 1
    }
}

[2024-05-05T14:21:55.609Z][debug][NotificationService]
Showing notification
{
    "provider": "auto",
    "current": "snoretoast",
    "data": {
        "title": "ttttestacc is now live",
        "message": "test title",
        "icon": "C:\\Users\\user\\AppData\\Local\\Temp\\streamlink-twitch-gui\\cache\\icons\\75305d54-c7cc-40d2-bb9c-92fbe85943c7-profile_image-300x300.png",
        "settings": 1
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants