Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Try to Use Docker Container Manual #1595

@svalcken

Description

@svalcken

Hello,

i tryed to use the Docker Container for Amazon DE.

In Environment is AMAZON_USER, AMAZON_PASSWORD defined.
My Account is with OTP, so i must start manual, i have found in an issue.

Start Container with
docker run --rm --platform linux/amd64 \ -e DEBUG=true \ -e AMAZON_USER=$amazon_email \ -e AMAZON_PASSWORD=$amazon_password \ -e AMAZON_TLD='de' \ -v "./data/:/home/node/docudigger" \ -v "/data/amazon-export/:/data/:rw" \ -it ghcr.io/disane87/docudigger:2.0.7-dev.3 /bin/bash

I have also tryed with ghcr.io/disane87/docudigger this image.

After start, i have this command used:
docudigger scrape amazon -u $AMAZON_USER -p $AMAZON_PASSWORD --yearFilter=2025 --onlyNew

This is the output:
(node:9) Warning: SyntaxError module: @oclif/core@4.0.31 task: findCommand (scrape:all.d) plugin: @disane-dev/docudigger root: /home/node/.npm-global/lib/node_modules/@disane-dev/docudigger message: Cannot use import statement outside a module See more details with DEBUG=* (Use node --trace-warnings ... to show where the warning was created) (node:9) Warning: SyntaxError module: @oclif/core@4.0.31 task: findCommand (scrape:amazon:index.d) plugin: @disane-dev/docudigger root: /home/node/.npm-global/lib/node_modules/@disane-dev/docudigger message: Cannot use import statement outside a module See more details with DEBUG=* Platform: linux [info] [2025-12-20 16:12:11] [scrape:amazon]: OnlyNew activated. [info] [2025-12-20 16:12:11] [scrape:amazon]: Getting last run [warn] [2025-12-20 16:12:11] [scrape:amazon]: process.json not found. Full run needed. OnlyNew deactivated. [info] [2025-12-20 16:12:11] [scrape:amazon]: Getting last run. Got: undefined [info] [2025-12-20 16:12:11] [scrape:amazon]: No latest scrape found. Processing all years and pages. [error] [2025-12-20 16:12:42] [scrape:amazon]: unhandledRejection: Navigation timeout of 30000 ms exceeded TimeoutError: Navigation timeout of 30000 ms exceeded at new Deferred (/home/node/.npm-global/lib/node_modules/@disane-dev/docudigger/node_modules/puppeteer-core/lib/cjs/puppeteer/util/Deferred.js:60:34) at Deferred.create (/home/node/.npm-global/lib/node_modules/@disane-dev/docudigger/node_modules/puppeteer-core/lib/cjs/puppeteer/util/Deferred.js:21:16) at new LifecycleWatcher (/home/node/.npm-global/lib/node_modules/@disane-dev/docudigger/node_modules/puppeteer-core/lib/cjs/puppeteer/cdp/LifecycleWatcher.js:69:60) at CdpFrame.waitForNavigation (/home/node/.npm-global/lib/node_modules/@disane-dev/docudigger/node_modules/puppeteer-core/lib/cjs/puppeteer/cdp/Frame.js:197:29) at CdpFrame.<anonymous> (/home/node/.npm-global/lib/node_modules/@disane-dev/docudigger/node_modules/puppeteer-core/lib/cjs/puppeteer/util/decorators.js:109:27) at CdpPage.waitForNavigation (/home/node/.npm-global/lib/node_modules/@disane-dev/docudigger/node_modules/puppeteer-core/lib/cjs/puppeteer/api/Page.js:605:43) at login (/home/node/.npm-global/lib/node_modules/@disane-dev/docudigger/dist/commands/scrape/amazon/helpers/auth.helper.js:36:20) at async Amazon.run (/home/node/.npm-global/lib/node_modules/@disane-dev/docudigger/dist/commands/scrape/amazon/index.js:24:26) at async Amazon._run (/home/node/.npm-global/lib/node_modules/@disane-dev/docudigger/node_modules/@oclif/core/lib/command.js:302:22) at async Config.runCommand (/home/node/.npm-global/lib/node_modules/@disane-dev/docudigger/node_modules/@oclif/core/lib/config/config.js:425:25)

i have no idea, what i can do to run this.
The OTP is not asks.

Nameserver is checked, manual Download with wget is checkt, so the download must work, but i can't check this.

What can i do?

Metadata

Metadata

Assignees

No one assigned

    Labels

    dockerDocker related issuesplugin: amazonIssues related to amazon pluginpuppeteerAll issues related to pupeteer and it's usage

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions