rebane2001 / matterport-dl

A downloader for matterport virtual tours
The Unlicense
291 stars 73 forks source link

JS issue? #94

Open Hoss85 opened 1 year ago

Hoss85 commented 1 year ago

I am getting the "oops, model not available" message when I try to view locally. The consensus seems to be that it relates to the unknown JS messages when downloading. Any help or workaround anyone could provide would absolutely make my day.

Downloading static assets... JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 111.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 145.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 189.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 195.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 217.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 231.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 324.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 325.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 327.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 330.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 335.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 512.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 521.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 607.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 62.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 644.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 648.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 662.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 668.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 858.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 933.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 948.js, will download for you though:) JS FILE EXTRACTED BUT not known, please file a github issue and tell us to add: 958.js, will download for you though:)

mroskamp commented 10 months ago

I believe the latest version of this branch resolves this issue: https://github.com/mu-ramadan/matterport-dl

In my case, I received similar warning during the download and received the same "oops, model not available" message. I opened DevTools in Chrome and saw that a CSS file was missing (late.css). The model I backed up had been taken offline, but I was able to manually download that file from another matterport model (one of their examples) and put it in the right place. After re-running, my model loaded properly.

Hoss85 commented 10 months ago

Awesome! I can't wait to try it.

Hoss85 commented 6 months ago

Finally got around and YAY, worked like a charm. Thanks again for the heads-up!