aaronwmorris / indi-allsky

Software to manage a Linux-based All Sky Camera.
GNU General Public License v3.0
219 stars 35 forks source link

Annoying notifications #1413

Open piratinskii opened 1 month ago

piratinskii commented 1 month ago

Hey! I'm not sure if this is a bug, or I just can't find way to change it. But I get notifications every time, when I reload the pages. For example: image But it was already 2 hours ago and I saw this notification 20 times already. How can I change it?

aaronwmorris commented 1 month ago

Have you checked the logs to see why the image worker is being restarted?

aaronwmorris commented 1 month ago

These notifications are for the image worker which is responsible for processing and saving images. If it is crashing, this is not a common problem and is an indication that something is wrong with the images or maybe masks.

aaronwmorris commented 1 month ago

@piratinskii Did you have any luck investigating this?

piratinskii commented 1 month ago

These notifications are for the image worker which is responsible for processing and saving images. If it is crashing, this is not a common problem and is an indication that something is wrong with the images or maybe masks.

The problem not in the Worker. I meant any notification, for example "indiserver was reloaded" or something like this. I saw the notification, I clicked on the "cross button" but anyway I get this message every time, that I load a new page. And it works with any notification, I just can't "mark" it as read.

aaronwmorris commented 3 weeks ago

The X in the upper right just closes the notification window. You have to click the Acknowledge button to mark the notification as read make sure the notification does not pop up again.

piratinskii commented 3 weeks ago

I tried this too, but, unfortunately, this doesn't work for me too

On Tue, Aug 20, 2024, 05:25 Aaron W Morris @.***> wrote:

The X in the upper right just closes the notification window. You have to click the Acknowledge button to mark the notification as read make sure the notification does not pop up again.

— Reply to this email directly, view it on GitHub https://github.com/aaronwmorris/indi-allsky/issues/1413#issuecomment-2297843031, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2VORHEVHDR55UC6I6SSXLLZSKSJXAVCNFSM6AAAAABLGE62BCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJXHA2DGMBTGE . You are receiving this because you were mentioned.Message ID: @.***>

aaronwmorris commented 3 weeks ago

You may have multiple notifications. I acknowledging causing exceptions in /var/log/indi-allsky/webapp-indi-allsky.log?

aaronwmorris commented 3 weeks ago

I merged #1471 to reduce the occurrences of notifications related to configuration and the file transfer workers restarting.