allenai / objaverse-xl

🪐 Objaverse-XL is a Universe of 10M+ 3D Objects. Contains API Scripts for Downloading and Processing!
https://objaverse.allenai.org/
Apache License 2.0
704 stars 40 forks source link

thingiverse cannot be downloaded #22

Closed JunzheJosephZhu closed 8 months ago

JunzheJosephZhu commented 8 months ago

image image I tried both on school server and my PC. In both cases, tree ~/.objaverse shows only thingiverse.parquet under thingiverse folder image

JunzheJosephZhu commented 8 months ago

I pasted the link into browser and it downloads. Wget downloads as well. On the colab notebook it works as well, but not on both my PC and school server.

JunzheJosephZhu commented 8 months ago

Found the solve: Need to add: headers = {'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3'} and in thingiverse.py, change to response.get(url, headers=headers, stream=True) Can someone update this repo?

ouceduxzk commented 1 month ago

the website currently added a redirection with a js file , so naively request with that url will not work any more.