seasick / openscad-web-gui

Web GUI for OpenSCAD, using OpenSCAD WASM
https://seasick.github.io/openscad-web-gui/
GNU General Public License v3.0
45 stars 5 forks source link

Printables no longer working #53

Open seasick opened 5 months ago

seasick commented 5 months ago

Describe the bug Links with URLs from Printables seems to no longer work. The HTTP requests are blocked with the following error.

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://corsproxy.io/?https://api.printables.com/graphql/. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 403.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://seasick.github.io/openscad-web-gui/?https://www.printables.com/model/696887-random-hexagon-wall-panel
  2. See NetworkError when attempting to fetch resource.

Expected behavior The openscad script of the model should be loaded

Screenshots image