Skip to content

[Bug]: OBS Notifier does not show notifications on the first launch. Notifications are displayed outside the screen when the interface is scaled. #30

@MrFutureV

Description

@MrFutureV

Commit or version

1.3.4

On which operating systems the error occurs

Windows

Issue description

OBS Notifier launches correctly and connects to obs-websocket, but no toast notifications appear on Windows.
obs-websocket events are received, but nothing is displayed in Windows Notification Center.

Environment

OBS Studio: 32.0.1 (64-bit, Windows)

OBS Notifier: 1.3.4

OS: Windows 11 Insider Preview, build 26200 (25H2)

What I Tested

Verified that Windows Toast notifications are working with PowerShell (Windows.UI.Notifications.ToastNotificationManager) → system notifications display correctly.

Verified that obs-websocket connects and events are received.

Tried re-enabling Focus Assist / Notification settings, no change.

Problem persists only with OBS Notifier.

Possible Causes

Outdated Notifier version: 1.3.x was designed for OBS 28–30, may not be compatible with OBS 31/32.

Missing AppID for Windows Toast: Windows 11 Insider (build 26200) requires a valid AppID for toast notifications. If no AppID is registered, notifications may be silently discarded.

Windows Insider restrictions: Newer Insider builds enforce stricter notification policies, which might break older implementations.

Would it be possible to update OBS Notifier to ensure compatibility with OBS 31/32 and newer Windows builds?

Steps to reproduce

  1. Install OBS Notifier 1.3.4
  2. Launch OBS Studio 32.0.1
    3.Verify that obs-websocket server starts(port 4455)
    4.Confirm Notifier connects successfully (log shows new client connected)
  3. Trigger any OBS event (e.g., stream start/stop)
  4. Expected: Toast notification should appear
  5. Actual: No notification is shown

2025-10-02 23-34-14.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions