Sorry, I have unexpected visitors yesterday (that turned into today)... So I am working on this as I am able to sneak away...
I ran exactly what you put except I replaced the two /username/ with my username and put my ESPN_USER and ESPN_PASS in. It runs successfully in terminal and downloads the Image and starts a Container. However, it only runs for about 10-15 seconds and then stops on its own. If I restart it, it again only runs for a very short amount of time and then stops. In the terminal window, I get the following error...
=== Getting events ===
Looking for live events...
/app/services/get-events.ts:4
import { db } from './database';
^
browserType.launch: Browser closed.
==================== Browser output: ====================
<launching> /opt/google/chrome/chrome --disable-background-networking --enable-features=NetworkService,NetworkServiceInProcess --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-breakpad --disable-client-side-phishing-detection --disable-component-extensions-with-background-pages --disable-default-apps --disable-dev-shm-usage --disable-extensions --disable-features=ImprovedCookieControls,LazyFrameLoading,GlobalMediaControls,DestroyProfileOnBrowserClose,MediaRouter --allow-pre-commit-input --disable-hang-monitor --disable-ipc-flooding-protection --disable-popup-blocking --disable-prompt-on-repost --disable-renderer-backgrounding --disable-sync --force-color-profile=srgb --metrics-recording-only --no-first-run --enable-automation --password-store=basic --use-mock-keychain --no-service-autorun --user-data-dir=/tmp/playwright_chromiumdev_profile-p2JnfU --remote-debugging-pipe --headless --hide-scrollbars --mute-audio --blink-settings=primaryHoverType=2,availableHoverTypes=2,primaryPointerType=4,availablePointerTypes=4 --no-sandbox --no-startup-window
<launched> pid=37
[pid=37][err] qemu: uncaught target signal 5 (Trace/breakpoint trap) - core dumped
[pid=37][err] qemu: uncaught target signal 5 (Trace/breakpoint trap) - core dumped
[pid=37][err] qemu: uncaught target signal 11 (Segmentation fault) - core dumped
=========================== logs ===========================
<launching> /opt/google/chrome/chrome --disable-background-networking --enable-features=NetworkService,NetworkServiceInProcess --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-breakpad --disable-client-side-phishing-detection --disable-component-extensions-with-background-pages --disable-default-apps --disable-dev-shm-usage --disable-extensions --disable-features=ImprovedCookieControls,LazyFrameLoading,GlobalMediaControls,DestroyProfileOnBrowserClose,MediaRouter --allow-pre-commit-input --disable-hang-monitor --disable-ipc-flooding-protection --disable-popup-blocking --disable-prompt-on-repost --disable-renderer-backgrounding --disable-sync --force-color-profile=srgb --metrics-recording-only --no-first-run --enable-automation --password-store=basic --use-mock-keychain --no-service-autorun --user-data-dir=/tmp/playwright_chromiumdev_profile-p2JnfU --remote-debugging-pipe --headless --hide-scrollbars --mute-audio --blink-settings=primaryHoverType=2,availableHoverTypes=2,primaryPointerType=4,availablePointerTypes=4 --no-sandbox --no-startup-window
<launched> pid=37
[pid=37][err] qemu: uncaught target signal 5 (Trace/breakpoint trap) - core dumped
[pid=37][err] qemu: uncaught target signal 5 (Trace/breakpoint trap) - core dumped
[pid=37][err] qemu: uncaught target signal 11 (Segmentation fault) - core dumped
============================================================
at /app/services/get-events.ts:45:34
at /app/services/get-events.ts:8:71
at __awaiter (/app/services/get-events.ts:4:12)
at getEvents (/app/services/get-events.ts:44:31)
at /app/services/get-events.ts:73:13
at /app/services/get-events.ts:8:71
at __awaiter (/app/services/get-events.ts:4:12)
at getEventSchedules (/app/services/get-events.ts:62:45)
at /app/index.ts:57:26
at /app/index.ts:8:71
at __awaiter (/app/index.ts:4:12)
at schedule (/app/index.ts:55:29)
at /app/index.ts:175:9
at /app/index.ts:8:71
at __awaiter (/app/index.ts:4:12)
at /app/index.ts:172:13
at Object.<anonymous> (/app/index.ts:179:3)
at Module._compile (node:internal/modules/cjs/loader:1103:14)
at Module.m._compile (/app/node_modules/ts-node/src/index.ts:1310:23) {
name: 'Error'
}
npm notice
npm notice New patch version of npm available! 8.5.1 -> 8.5.2
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.5.2>
npm notice Run `npm install -g [email protected]` to update!
npm notice