DmitriySalnikov / OBSNotifier

Simple program for displaying notifications from OBS on your desktop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: No notifications although showing connected

suvi2k opened this issue · comments

commented

Commit or version

1.3.2

On which operating systems the error occurs

Windows

Issue description

Hello,

I just installed OBS studio and connected it to OBS notifier today. I did not install OBS websocket as it seemed to successfully link and have the options available in OBS studio per your instructions without having to.

My issue is that I just do not receive any notifications when I begin to start or end recording which was my only requirement. I dont think I missed anything during installation and not sure what could be the issue.

Steps to reproduce

Install OBS studio
Install OBS Notifier
Follow steps to connect websocket server settings (enable websocket), copy password and paste into OBS Notifier
Connect via OBS notifier
Shows up in OBS Studio that the connection is successful also. Messages (in/out) show up each time I attempt an action that message in remains consistent as 1, and out shows a increment of 1.

Notifier Settings:
Module Nvidia-Like options
Display1
Run at Startup
Close this program when exiting OBS
Style Options, Top Right
Select notifications -> Start Recording, Stop recording
Everything else left as is

I did try to change the fix config but that didn't help. Noticed in the additional field, it says IconPath = INVALID_PATH , not sure if that has anything to do with notifications.

Could you upload log.txt and module_manager_log.txt? There may be some kind of exception when displaying notifications.
image

There are no exceptions/errors. Logs are printed as if the window should be displayed.
Can you move the offset? Maybe a window outside the screen..

commented

Sheesh, that was it. Sorry for wasting your time. I did try playing with that option before but I guess my initial changes were still way off. Really appreciate your quick help. This is an awesome add on and something OBS studio really needs built in. Cheers.

Actually, it's still a bug. Because the offset is set to a value from 0 to 1 and then the screen resolution is multiplied by this value.
Do you use screen scaling?

commented