-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: matterport doesn't work for remote hosting #136
Comments
Sorry but what went wrong is missing? Did it not work? Did you get an error? If you are worried about the success rate it might not matter although it seems a bit high we do brute some things. |
python matterport-dl.py https://my.matterport.com/show/?m=roWLLMMmPL8 --base-folder my-tours --debug Downloading the base page of the tour. Total fetches: 37,964 Missing permissions to access specific tour resources (e.g., images, 3D models, data files). Files being removed or no longer existing on the server. The matterport-dl script not handling certain scenarios properly or unexpected server responses. |
When you run the server to view it, if you can send the server.log after the 404 errors etc that it hits when trying to view will tell us what resources were missing. Thanks. |
trying it now myself will report if still need more info. |
Yours: Mine loads just fine. Please provide server.log after running the server and trying to load in browser. |
thanks, It's working on localhost, but not working on hosting. Can you guide about upload tour on hosting? |
If you are talking static hosting closing as dupe of #41 |
One or more sample matterport IDs / urls that reproduce the issue
roWLLMMmPL8
Started up message
No response
Python version
3.12
Steps to reproduce
PS D:\Work\MatterportTour\matterport-dl-main> python matterport-dl.py https://my.matterport.com/show/?m=roWLLMMmPL8 --base-folder my-tours --debug
Started up a download run Running python 3.12.6 on win32
Downloading capture of roWLLMMmPL8 with base page... https://my.matterport.com/show/?m=roWLLMMmPL8
Saved debug file: base_page.html
Downloading graph model data...
Doing advanced download of dollhouse/floorplan data...
Saved debug file: advanced_model_data_extracted.json
Saved debug file: advanced_model_data_from_GetModelDetails.json
Saved debug file: advanced_model_data_from_GetSnapshots.json
AdvancedDownload photos: 12 meshes: 2, locations: 71, tileset indexes: 0, textures: 2,
Going to download tileset 3d asset models
Downloading textures and previews for tileset 3d models
100%|█████████████████████████████████████████████████████████████████████████████| 1352/1352 [00:06<00:00, 201.11it/s]
Downloading static files...
100%|███████████████████████████████████████████████████████████████████████████████| 331/331 [00:03<00:00, 100.05it/s]
Downloading model info...
100%|█████████████████████████████████████████████████████████████████████████████████| 12/12 [00:00<00:00, 579.50it/s]
Downloading plugins...
Downloading images...
100%|████████████████████████████████████████████████████████████████████████████████| 12/12 [00:00<00:00, 3359.92it/s]
Downloading primary model assets...
100%|████████████████████████████████████████████████████████████████████████████| 36210/36210 [15:36<00:00, 38.65it/s]
Done, Total fetches: 37964 Skipped: 16 (0%) actual Request: 37948 (100%) Success: 9210 (24%) Failed403: 27438 (72%) Failed404: 22 (0%) FailedUnknown: 1278 (3%)!
What went wrong
Done, Total fetches: 37964 Skipped: 16 (0%) actual Request: 37948 (100%) Success: 9210 (24%) Failed403: 27438 (72%) Failed404: 22 (0%) FailedUnknown: 1278 (3%)!
Workarounds
No response
The text was updated successfully, but these errors were encountered: