rebane2001 / matterport-dl

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

FileNotFoundError: [Errno 2] No such file or directory: 'api/mp/models/graph_GetModelDetails.json' #108

Open Secret779 opened 5 months ago

Secret779 commented 5 months ago

Comes up with loading screen when opening http://127.0.0.1:8080 and it doesn't change from there, even with cmd prompt open. Error visible is FileNotFoundError: [Errno 2] No such file or directory: 'api/mp/models/graph_GetModelDetails.json'

I was wondering if I could have help? Trying to download childhood home I'm moving from! Thank you :')

SportsApps commented 4 months ago

Unfortunately I'm experience the same issue:

Traceback (most recent call last): File "/Users/macbookpro/matterport-dl.py", line 690, in initiateDownload(pageId) File "/Users/macbookpro/matterport-dl.py", line 555, in initiateDownload downloadPage(getPageId(url)) File "/Users/macbookpro/matterport-dl.py", line 545, in downloadPage patchGetModelDetails() File "/Users/macbookpro/matterport-dl.py", line 314, in patchGetModelDetails with open(f"api/mp/models/graph_GetModelDetails.json", "r", encoding="UTF-8") as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'api/mp/models/graph_GetModelDetails.json'

Could please someone help us with it?

Best

Edit: I have found a solution provide by @Massaaali: (https://github.com/rebane2001/matterport-dl/pull/66#issuecomment-1817670377)(https://github.com/rebane2001/matterport-dl/pull/66#issuecomment-1817670377)