Skip to content

WASM version in makefile 404s #2

Closed
@stockholmux

Description

@stockholmux

When attempting to run make public the following error message is produced:

mkdir -p libs/openscad-wasm
wget https://files.openscad.org/snapshots/OpenSCAD-2023.03.22.wasm14181-WebAssembly.zip -O libs/openscad-wasm.zip
--2023-07-02 09:32:33--  https://files.openscad.org/snapshots/OpenSCAD-2023.03.22.wasm14181-WebAssembly.zip
Resolving files.openscad.org (files.openscad.org)... 104.236.249.91
Connecting to files.openscad.org (files.openscad.org)|104.236.249.91|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-07-02 09:32:34 ERROR 404: Not Found.

I think make attempts to get https://files.openscad.org/snapshots/OpenSCAD-2023.03.22.wasm14181-WebAssembly.zip which is no longer available in https://files.openscad.org/snapshots/.

I was able to alter the make file to a newer similar file and get it to complete, but the web app doesn't function properly, so once I run down that they are not related, I'm glad to contribute a fix.

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