-
Notifications
You must be signed in to change notification settings - Fork 7
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
Dataset download error #36
Comments
Hi Shedong, I really have not met the problem before. I just checked the code, everything goes right, could you please double-check the URL in your script to ensure nothing has changed with the original code(or you can directly clone the code again)? Feel free to let me know if you still have a problem, we will see how to fix it. Yidan |
OK! I am checking the problem. Sorry for the late reply. if you urgently need to download the data, FYI, the web link we provided in the Google form reply can be accessed directly. You can manually download the rest 32 zips using the One Drive. |
OK, thank you! |
The same error when running download_tool.py Traceback (most recent call last): |
I got it, It Looks like, after a few times of requests, the share point of our university needs to re-authentication, I am contacting the IT staff hoping they can solve the problem. FYI, You can still manually use the Share Point website (we provided in the Google form), to download the data file manually. |
same issue! |
Does anyone here met the issue: pyppeteer.errors.BrowserError: Browser closed unexpectedly: ? I run the code on remote server and get this error. Could somebody help? This is crucial for me. Thanks! |
Thanks for this impressive work !
I have the problem with download_tool.py while downloading the MVIMGNET.
Traceback (most recent call last):
File "/mnt/workspace/shedong/data/scripts/download_mvimgnet.py", line 312, in
havePwdGetFiles( urls["mvimgnet"], pwd, download_root , force )
File "/mnt/workspace/shedong/data/scripts/download_mvimgnet.py", line 304, in havePwdGetFiles
getFiles(url, download_path, force)
File "/mnt/workspace/shedong/data/scripts/download_mvimgnet.py", line 250, in getFiles
url, name, hash = filemeta["@content.downloadUrl"], filemeta["name"], filemeta["file"]["hashes"]
KeyError: '@content.downloadUrl'
Can somebody help me ? Thank you !
The text was updated successfully, but these errors were encountered: