Skip to content

[Bug] Parquet loader fails trying to load script from CDN #3191

Open
@bertday

Description

@bertday

Loader

Parquet

Description

I'm learning deck.gl and wanted to pull in a small GeoParquet file. When I use loaders.gl/parquet I get a console error:

NetworkError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'https://unpkg.com/@loaders.gl/[email protected]/dist/parquet-worker.js' failed to load.

I'm noticing two issues:

  1. That file doesn't exist in the dist/ folder of the npm package, so the 404 makes sense
  2. It looks like it's fetching one patch version behind the latest (4.3.2 not 4.3.3)

Expected Behavior

I'm expecting the script to load, and for the versions to sync up.

Steps to Reproduce

StackBlitz here

Environment

  • Framework version: loaders.gl/[email protected]
  • Browser: Brave
  • Node: 22
  • OS: macOS Sequoia

Logs

In description above

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions