rebane2001 / matterport-dl

A downloader for matterport virtual tours
The Unlicense
311 stars 78 forks source link

404 and 501 error #1

Closed khali3620 closed 2 years ago

khali3620 commented 3 years ago

I get the following error from the local python web server. I replace the exact matterport code with HIDDEN in logs

127.0.0.1 - - [16/Jul/2021 17:44:58] "GET / HTTP/1.1" 200 - 127.0.0.1 - - [16/Jul/2021 17:44:58] "GET /css/showcase.css HTTP/1.1" 200 - 127.0.0.1 - - [16/Jul/2021 17:44:58] "GET /css/unsupported_browser.css HTTP/1.1" 200 - 127.0.0.1 - - [16/Jul/2021 17:44:58] "GET /js/browser-check.js HTTP/1.1" 200 - 127.0.0.1 - - [16/Jul/2021 17:44:58] "GET /js/showcase.js HTTP/1.1" 200 - 127.0.0.1 - - [16/Jul/2021 17:44:58] "GET /?m=HIDDEN HTTP/1.1" 200 - 127.0.0.1 - - [16/Jul/2021 17:44:58] "GET /js/showcase.js HTTP/1.1" 200 - 127.0.0.1 - - [16/Jul/2021 17:44:59] "GET /fonts/roboto-regular.woff2 HTTP/1.1" 200 - 127.0.0.1 - - [16/Jul/2021 17:44:59] "GET /api/v2/users/current HTTP/1.1" 200 - 127.0.0.1 - - [16/Jul/2021 17:44:59] code 404, message File not found 127.0.0.1 - - [16/Jul/2021 17:44:59] "GET /favicon.ico HTTP/1.1" 404 - 127.0.0.1 - - [16/Jul/2021 17:44:59] code 501, message Unsupported method ('POST') 127.0.0.1 - - [16/Jul/2021 17:44:59] "POST /api/mp/models/graph HTTP/1.1" 501 - 127.0.0.1 - - [16/Jul/2021 17:44:59] "GET /locale/strings-en-US.json HTTP/1.1" 200 - 127.0.0.1 - - [16/Jul/2021 17:44:59] "GET /images/matterport-logo-light.svg HTTP/1.1" 200 - 127.0.0.1 - - [16/Jul/2021 17:44:59] code 404, message File not found 127.0.0.1 - - [16/Jul/2021 17:44:59] "GET /api/v1/player/models/HIDDEN/thumb?width=1920&dpr=1&disable=upscale HTTP/1.1" 404 - 127.0.0.1 - - [16/Jul/2021 17:44:59] "GET /fonts/roboto-300.woff2 HTTP/1.1" 200 - 127.0.0.1 - - [16/Jul/2021 17:44:59] "GET /fonts/ibm-plex-sans-500.woff2 HTTP/1.1" 200 - 127.0.0.1 - - [16/Jul/2021 17:44:59] "GET /fonts/ibm-plex-sans-700.woff2 HTTP/1.1" 200 - 127.0.0.1 - - [16/Jul/2021 17:44:59] "GET /fonts/roboto-500.woff2 HTTP/1.1" 200 -

rebane2001 commented 3 years ago

Are you hosting from the right folder? Note that some errors are okay.

khali3620 commented 3 years ago

I am hosting the python web server in the folder created after downloading all the assets. It's the folder with index.html. When I visit the localhost:8000 I get an error: Oops, model not available. If the problem persists, see our troubleshooting guide

The web server log is above

khali3620 commented 3 years ago

I have tested opening the local server with firefox, chrome, and chromium and get the same result. So it isn't a browser issue. I am on a debian based distro.

rebane2001 commented 3 years ago

Could you share with me the model ID you're trying to download (feel free to do so privately)?

khali3620 commented 3 years ago

Here is the command that I use (includes the model ID info):

matterport-dl$ python3 matterport-dl.py http://my.matterport.com/show/?m=56xAJef2ozS Downloading base page... Failed to retrieve accessurl, trying alternative method... Got accessurl with an alternative method! Downloading static assets... Downloading model info... Downloading images... Downloading model... 100%|| 13260/13260 [22:09<00:00, 9.97it/s] Done!

SamuelHouse commented 3 years ago

Any ideas on this? I have the same issue.

khali3620 commented 3 years ago

@SamuelHouse unfortunately no ideas. We just need to hope that someone with more technical skills takes the time to push a fix. Hopefully we will be soon have working code again.