-
Notifications
You must be signed in to change notification settings - Fork 5
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
signals only accepted once? #108
Comments
In my setup, it works. nextcloud.chat = "<token>"
nextcloud.chat.licht = "<token>"
nextcloud.chat.ping = "<token>"
nextcloud.chat.commands = "<token>"
nextcloud.user = "<user>"
nextcloud.pass = "<pass>"
nextcloud.url = "https://nextcloud.markus-raab.org/nextcloud"
nextcloud.format.datetime = "%d.%m.%Y %H:%M:%S"
nextcloud.format.time = "%H:%M:%S"
validator.user1 = "14, 15 ,13 ,15, 11, 15, 7, 15"
validator.user2 = "14, 12, 14, 15, 11, 15"
ping.enable = 1 |
Did you try with master or with #112? I retried with https://build.libelektra.org/job/opensesame/job/master/lastSuccessfulBuild/artifact/target/armv7-unknown-linux-gnueabihf/debian/opensesame_0.8.0_armhf.deb on two computers, no success. Which output do you get with Output of So maybe the problem is that the signal is only accepted once? |
it seems to be related to sending several signals of different types. E.g. if I send |
The And I think after the panic the signals task may stop to work. Or have you encountered the problem also with other signals? So we need to change the use of |
I think you are right, I just found in the log:
I created a bug report for panic not going to Nextcloud: #122 And I don't think we should kill the signal module just because we were not able to handle one signal. So the panics should be removed from the module. |
Yes, this shouldn't happen. But we also need to think about how we want to use the |
I have in the config:
Then I do:
Expected: that I see some output in NC what is going on (ping).
Actual result: no output.
The text was updated successfully, but these errors were encountered: