Skip to content

Unsupported file type, please upload a supported file (.crx, .xpi, .zip). #3418

@Prog-Jacob

Description

@Prog-Jacob

I used to sign my extension until around 8 months ago using the following command:

web-ext sign --api-key=$AMO_JWT_ISSUER \
    --api-secret=$AMO_JWT_SECRET \
    --artifacts-dir=$release_dir \
    --source-dir=$BUILD_DIR \
    --no-config-discovery \
    --channel=unlisted

Today, I tried to do so, but encountered the following error:

[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/program.js][info] Version:
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/program.js][debug] Not discovering config files
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/temp-dir.js][debug] Created temporary directory: /tmp/tmp-web-ext--465980-ggOgFsS5dqYO
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/manifest.js][debug] Validating manifest at build/manifest.json
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path **/*.xpi with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/**/*.xpi
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path **/*.zip with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/**/*.zip
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path **/.* with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/**/.*
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path **/.*/**/* with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/**/.*/**/*
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path **/node_modules with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/**/node_modules
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path **/node_modules/**/* with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/**/node_modules/**/*
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/cmd/build.js][info] Building web extension from ./build
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/cmd/sign.js][debug] No ID file found at: build/.web-extension-id
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/cmd/build.js][debug] Using manifest id={ce4dd9b9-cf55-4865-bf73-4c44dac9c2da}
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/asset-manifest.json with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/asset-manifest.json
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/favicon-16x16.png with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/favicon-16x16.png
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/favicon-32x32.png with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/favicon-32x32.png
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/favicon-96x96.png with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/favicon-96x96.png
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/index.html with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/index.html
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/manifest.json with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/manifest.json
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/favicon.ico with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/favicon.ico
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/robots.txt with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/robots.txt
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/static with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/static
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/static/css with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/static/css
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/static/js with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/static/js
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/static/css/main.674494cd.css with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/static/css/main.674494cd.css
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/static/js/content.js with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/static/js/content.js
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/static/js/main.js with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/static/js/main.js
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/static/js/main.js.LICENSE.txt with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/static/js/main.js.LICENSE.txt
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/static/js/workers with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/static/js/workers
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/static/js/workers/candidateCourses.js with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/static/js/workers/candidateCourses.js
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/static/js/workers/generateCombinations.js with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/static/js/workers/generateCombinations.js
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] No upload uuid file found at: build/.amo-upload-uuid
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] POSTing URL: https://addons.mozilla.org/api/v5/addons/upload/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][info] Waiting for validation...
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/upload/1fbca040506b4bf085ed31fbf3325042/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/upload/1fbca040506b4bf085ed31fbf3325042/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/upload/1fbca040506b4bf085ed31fbf3325042/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/upload/1fbca040506b4bf085ed31fbf3325042/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] Validation results:
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/temp-dir.js][debug] Removing temporary directory: /tmp/tmp-web-ext--465980-ggOgFsS5dqYO
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/program.js][error]
WebExtError: Validation failed:
{
  "errors": 1,
  "warnings": 0,
  "notices": 0,
  "success": false,
  "compatibility_summary": {
    "notices": 0,
    "errors": 0,
    "warnings": 0
  },
  "metadata": {
    "listed": true
  },
  "messages": [
    {
      "tier": 1,
      "type": "error",
      "id": [
        "validation",
        "messages",
        "unsupported_filetype"
      ],
      "message": "Unsupported file type, please upload a supported file (.crx, .xpi, .zip).",
      "description": [],
      "compatibility_type": null,
      "extra": true
    }
  ],
  "message_tree": {},
  "ending_tier": 5
}
    at file:///home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/cmd/sign.js:101:13
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Program.execute (file:///home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/program.js:270:7)
    at async file:///home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/bin/web-ext.js:13:1

I tried reverting back to version 8.3.0, but had the same issue. Reverting back to version 8.2.0, however, fixed the issue. The following is the log for this successful run:

[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/program.js][info] Version: 8.2.0
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/program.js][debug] Not discovering config files
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/temp-dir.js][debug] Created temporary directory: /tmp/tmp-web-ext--468939-9WV2dlWtSsN7
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/manifest.js][debug] Validating manifest at /home/prog-jacob/Documents/course-registration-extension/build/manifest.json
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path **/*.xpi with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/**/*.xpi
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path **/*.zip with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/**/*.zip
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path **/.* with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/**/.*
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path **/.*/**/* with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/**/.*/**/*
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path **/node_modules with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/**/node_modules
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path **/node_modules/**/* with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/**/node_modules/**/*
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/cmd/build.js][info] Building web extension from /home/prog-jacob/Documents/course-registration-extension/build
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/cmd/sign.js][debug] No ID file found at: /home/prog-jacob/Documents/course-registration-extension/build/.web-extension-id
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/cmd/build.js][debug] Using manifest id={ce4dd9b9-cf55-4865-bf73-4c44dac9c2da}
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/asset-manifest.json with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/asset-manifest.json
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/favicon-16x16.png with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/favicon-16x16.png
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/favicon-32x32.png with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/favicon-32x32.png
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/favicon-96x96.png with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/favicon-96x96.png
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/favicon.ico with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/favicon.ico
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/index.html with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/index.html
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/manifest.json with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/manifest.json
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/static with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/static
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/robots.txt with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/robots.txt
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/static/css with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/static/css
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/static/js with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/static/js
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/static/css/main.674494cd.css with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/static/css/main.674494cd.css
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/static/js/content.js with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/static/js/content.js
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/static/js/main.js with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/static/js/main.js
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/static/js/main.js.LICENSE.txt with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/static/js/main.js.LICENSE.txt
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/static/js/workers with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/static/js/workers
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/static/js/workers/candidateCourses.js with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/static/js/workers/candidateCourses.js
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/file-filter.js][debug] Resolved path /home/prog-jacob/Documents/course-registration-extension/build/static/js/workers/generateCombinations.js with sourceDir /home/prog-jacob/Documents/course-registration-extension/build to /home/prog-jacob/Documents/course-registration-extension/build/static/js/workers/generateCombinations.js
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] No upload uuid file found at: /home/prog-jacob/Documents/course-registration-extension/build/.amo-upload-uuid
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] POSTing URL: https://addons.mozilla.org/api/v5/addons/upload/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][info] Waiting for validation...
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/upload/18af26ca19c8448b9a258dae15a4a576/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/upload/18af26ca19c8448b9a258dae15a4a576/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/upload/18af26ca19c8448b9a258dae15a4a576/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/upload/18af26ca19c8448b9a258dae15a4a576/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/upload/18af26ca19c8448b9a258dae15a4a576/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/upload/18af26ca19c8448b9a258dae15a4a576/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] Validation results: {
  errors: 0,
  warnings: 6,
  notices: 1,
  success: true,
  compatibility_summary: { warnings: 0, errors: 0, notices: 0 },
  metadata: {
    listed: false,
    identified_files: {},
    id: '{ce4dd9b9-cf55-4865-bf73-4c44dac9c2da}',
    manifestVersion: 3,
    name: 'Course Registration Assistant',
    type: 1,
    version: '1.4.4',
    firefoxStrictMinVersion: null,
    experimentApiPaths: {},
    totalScannedFileSize: 733500,
    emptyFiles: [],
    jsLibs: {},
    unknownMinifiedFiles: [
      'static/js/content.js',
      'static/js/workers/generateCombinations.js',
      'static/js/workers/candidateCourses.js',
      'static/js/main.js'
    ]
  },
  messages: [
    {
      message: 'The "update_url" property is not used by Firefox.',
      description: 'The "update_url" is not used by Firefox in the root of a manifest; your add-on will be updated via the Add-ons site and not your "update_url". See: https://mzl.la/25zqk4O',
      file: 'manifest.json',
      uid: '1598806558e7448d948347449032f700',
      type: 'notice',
      id: [Array],
      tier: 1
    },
    {
      message: 'Unsafe assignment to innerHTML',
      description: 'Due to both security and performance concerns, this may not be set using dynamic values which have not been adequately sanitized. This can lead to security issues or fairly serious performance degradation.',
      column: 102904,
      file: 'static/js/main.js',
      line: 2,
      uid: 'a58a523f7cae49cb9ba34554e52035b5',
      type: 'warning',
      id: [Array],
      tier: 1
    },
    {
      message: 'Unsafe assignment to innerHTML',
      description: 'Due to both security and performance concerns, this may not be set using dynamic values which have not been adequately sanitized. This can lead to security issues or fairly serious performance degradation.',
      column: 102927,
      file: 'static/js/main.js',
      line: 2,
      uid: '253aced9254e45018caba49174e24365',
      type: 'warning',
      id: [Array],
      tier: 1
    },
    {
      message: 'Unsafe assignment to innerHTML',
      description: 'Due to both security and performance concerns, this may not be set using dynamic values which have not been adequately sanitized. This can lead to security issues or fairly serious performance degradation.',
      column: 563827,
      file: 'static/js/main.js',
      line: 2,
      uid: '45b6f1d8a869411894b37a90c549c81e',
      type: 'warning',
      id: [Array],
      tier: 1
    },
    {
      message: 'Unsafe assignment to innerHTML',
      description: 'Due to both security and performance concerns, this may not be set using dynamic values which have not been adequately sanitized. This can lead to security issues or fairly serious performance degradation.',
      column: 571795,
      file: 'static/js/main.js',
      line: 2,
      uid: '07a10e4927f34e8fa1b7e53a0a1fd4c0',
      type: 'warning',
      id: [Array],
      tier: 1
    },
    {
      message: 'Unsafe assignment to innerHTML',
      description: 'Due to both security and performance concerns, this may not be set using dynamic values which have not been adequately sanitized. This can lead to security issues or fairly serious performance degradation.',
      column: 577178,
      file: 'static/js/main.js',
      line: 2,
      uid: '325b5ed77b8149ab9b5ed330462116e3',
      type: 'warning',
      id: [Array],
      tier: 1
    },
    {
      message: 'Unsafe assignment to outerHTML',
      description: 'Due to both security and performance concerns, this may not be set using dynamic values which have not been adequately sanitized. This can lead to security issues or fairly serious performance degradation.',
      column: 587646,
      file: 'static/js/main.js',
      line: 2,
      uid: '13161746615846c290184e3a535aed21',
      type: 'warning',
      id: [Array],
      tier: 1
    }
  ],
  message_tree: {},
  ending_tier: 5
}
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] Saved upload UUID 18af26ca19c8448b9a258dae15a4a576, xpi crc hash 52c9844e4238834f107eb25c2e2dd5ec72eea459e011c6c1d84c34f5aba3f20f, and channel unlisted to /home/prog-jacob/Documents/course-registration-extension/build/.amo-upload-uuid
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] PUTing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][info] Waiting for approval...
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/api/v5/addons/addon/%7Bce4dd9b9-cf55-4865-bf73-4c44dac9c2da%7D/versions/5949775/
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][debug] GETing URL: https://addons.mozilla.org/firefox/downloads/file/4494050/course_registeration_assistant-1.4.4.xpi
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/submit-addon.js][info] Signed xpi downloaded: releases/v1.4.4/course_registeration_assistant-1.4.4.xpi
[/home/prog-jacob/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/web-ext/lib/util/temp-dir.js][debug] Removing temporary directory: /tmp/tmp-web-ext--468939-9WV2dlWtSsN7

I tried modifying this line to resolve the path first (as in version 8.2.0), but didn't work. I also tried replacing every instance of import fs from 'fs/promises' to import { fs } from 'mz' (also as in version 8.2.0). But still, the issue persists.

Environment

OS: Kali GNU/Linux Rolling x86_64
Kernel: 6.12.25-amd64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions