-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Application breaks in docker environment when stock status is in stock #2177
Comments
i have the same problem with telegram notifications |
OPEN_BROWSER=FALSE doesn't help for me. I'm also have crashes during telegram notifications attempt. any thoughts? |
@c0rrre @PavloFatula any log? |
changed dokerfile dotenv changes:
|
Everything good now? |
Hi @jef, |
Current Behavior
The application breaks with an "Unhandled 'error' event" when stock status is in stock in docker environment since open being upgraded from 7.4.2 to 8.0.1 #2070 in commit 00e4ddc.
Pretty sure it's caused by open 8.0.1 as everything works perfectly when I downgrade to open 7.4.2.
Environment
Logs
[9:40:04 AM] info :: 🚀🚨 [thewarehouse] [microsoft (xboxss)] xbox series s :: IN STOCK 🚨🚀
https://www.thewarehouse.co.nz/R2708604.html
[9:40:04 AM] error :: ✖ [thewarehouse] microsoft xboxss xbox series s - token.keyId is missing
node:events:355
throw er; // Unhandled 'error' event
^
Error: spawn xdg-open ENOENT
at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
at onErrorNT (node:internal/child_process:480:16)
at processTicksAndRejections (node:internal/process/task_queues:81:21)
Emitted 'error' event on ChildProcess instance at:
at Process.ChildProcess._handle.onexit (node:internal/child_process:288:12)
at onErrorNT (node:internal/child_process:480:16)
at processTicksAndRejections (node:internal/process/task_queues:81:21) {
errno: -2,
code: 'ENOENT',
syscall: 'spawn xdg-open',
path: 'xdg-open',
spawnargs: [ 'https://www.thewarehouse.co.nz/R2708604.html' ]
}
The text was updated successfully, but these errors were encountered: