Forum: Eventscripter
22.06.2024, 16:50
|
Replies: 3,086
Views: 11,541,297
|
Forum: Eventscripter
22.06.2024, 14:06
|
Replies: 3,086
Views: 11,541,297
|
Forum: Eventscripter
20.06.2024, 17:19
|
Replies: 3,086
Views: 11,541,297
try { ...
try {
postPage('Link_not_visible,
"urls=synology://192.168.0.4:5000/TOKEN&body=" + package.getName() +
" finished.");
}
catch (e) {
if (!(e instanceof Error)) {
...
|
Forum: Eventscripter
20.06.2024, 15:42
|
Replies: 3,086
Views: 11,541,297
|
Forum: Eventscripter
20.06.2024, 10:42
|
Replies: 3,086
Views: 11,541,297
funny you should say that, I have intermittent...
funny you should say that, I have intermittent problem when running the event script a massive popup box appears occasionally with an IOException 424 failed dependency as the most obvious part of the...
|
Forum: Eventscripter
17.06.2024, 23:24
|
Replies: 3,086
Views: 11,541,297
|
Forum: Eventscripter
17.06.2024, 23:10
|
Replies: 3,086
Views: 11,541,297
Thanks is that a standard JavaScript method?
...
Thanks is that a standard JavaScript method?
As it’s not clear where to put headers and where body goes as per the curl example.
I’m really surprised nobody has got one for apprise already as...
|
Forum: Eventscripter
17.06.2024, 22:54
|
Replies: 3,086
Views: 11,541,297
Not really sure where to start as I dont know...
Not really sure where to start as I dont know javascript.
The problem I want to solve is when a download is finished I want to make a call to apprise which will hand the notification for the...
|
Forum: Eventscripter
17.06.2024, 20:21
|
Replies: 3,086
Views: 11,541,297
|