free-games-claimer icon indicating copy to clipboard operation
free-games-claimer copied to clipboard

(Telegram) Notification broken (in docker)?

Open silentguy256 opened this issue 5 months ago • 9 comments

as we know epic hasn't worked for ages for me but I kind of still have it running once a week for other services and as a reminder to manually check in... A while ago notifications via telegram broke:

fgc  |
fgc  | --- Exception:
fgc  | Error: Command failed: apprise 'tgram://XXX:YYY/ZZZ' -i html -b 'epic-games: no longer signed in and not enough options set for automatic log in.'
fgc  |
fgc  |     at genericNodeError (node:internal/errors:984:15)
fgc  |     at wrappedFn (node:internal/errors:538:14)
fgc  |     at ChildProcess.exithandler (node:child_process:422:12)
fgc  |     at ChildProcess.emit (node:events:519:28)
fgc  |     at maybeClose (node:internal/child_process:1105:16)
fgc  |     at ChildProcess._handle.onexit (node:internal/child_process:305:5)
fgc  |     at Process.callbackTrampoline (node:internal/async_hooks:130:17) {
fgc  |   code: 1,
fgc  |   killed: false,
fgc  |   signal: null,
fgc  |   cmd: "apprise 'tgram://XXX:YYY/ZZZ' -i html -b 'epic-games: no longer signed in and not enough options set for automatic login.'"
fgc  | }
fgc  | error: Command failed: apprise 'tgram://XXX:YYY/ZZZ' -i html -b 'epic-games failed: Command failed: apprise 'tgram://XXX:YYY/ZZZ' -i html -b 'epic-games: no longer signed in and not enough options set for automatic login.''
fgc  |
fgc  | node:internal/errors:984
fgc  |   const err = new Error(message);
fgc  |               ^
fgc  |
fgc  | Error: Command failed: apprise 'tgram://XXX:YYY/ZZZ' -i html -b 'epic-games failed: Command failed: apprise 'tgram://XXX:YYY/ZZZ' -i html -b 'epic-games: no longer signed in and not enough options set for automatic login.''
fgc  |
fgc  |     at genericNodeError (node:internal/errors:984:15)
fgc  |     at wrappedFn (node:internal/errors:538:14)
fgc  |     at ChildProcess.exithandler (node:child_process:422:12)
fgc  |     at ChildProcess.emit (node:events:519:28)
fgc  |     at maybeClose (node:internal/child_process:1105:16)
fgc  |     at ChildProcess._handle.onexit (node:internal/child_process:305:5)
fgc  |     at Process.callbackTrampoline (node:internal/async_hooks:130:17) {
fgc  |   code: 1,
fgc  |   killed: false,
fgc  |   signal: null,
fgc  |   cmd: "apprise 'tgram://XXX:YYY/ZZZ' -i html -b 'epic-games failed: Command failed: apprise 'tgram://XXX:YYY/ZZZ' -i html -b 'epic-games: no longer signed in and not enough options set for automatic login.''"
fgc  | }

Manually triggering "apprise 'tgram://XXX:YYY/ZZZ' -i html -b 'epic-games: no longer signed in and not enough options set for automatic login.'", which i copy pasted from the error, works fine

silentguy256 avatar Sep 06 '24 17:09 silentguy256