-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Describe the bug
I am getting intermittent errors from the application failing to connect to my Github server. These errors come in the form of notifications. Checking the logs they contain 2020-08-06 09:46:25 ERROR Failed to connect to https://REDACTED/api/v3/notifications.
I have never successfully received a proper notification. Inspecting further I was am getting the failed to connect notification only when there is a new notification.
Running the tool manually I get no output and a response code of 0 when there are no notification updates. But when there is a notification update I get the error 2020-08-06 15:39:28.419 terminal-notifier[16497:137323] No Info.plist file in application bundle or no NSPrincipalClass in the Info.plist file, exiting.
To Reproduce
Steps to reproduce the behavior:
- Trigger a notification
- Run
/usr/local/lib/github_notifbefore the tool runs automatically.
Expected behavior
I expected to see details of the notification
Screenshots
N/A
Desktop (please complete the following information):
- OSX version: 10.14.6 (18G103)
Additional context
N/A