hsp-iit / pybullet-robot-envs

A Python package that collects robotic environments based on the PyBullet simulator, suitable to develop and test Reinforcement Learning algorithms on simulated grasping and manipulation applications.
GNU Lesser General Public License v2.1
183 stars 24 forks source link

rate limit exceeded due to git lfs? #24

Open YilunZhou opened 3 years ago

YilunZhou commented 3 years ago

Hello,

I tried to clone the repository, but was hit with the following error.

... (Downloading a bunch of files just fine...)
Downloading pybullet_robot_envs/robot_data/iCub/meshes/upmc/visual/icub_l_hip_1.dae (8.7 KB)
Downloading pybullet_robot_envs/robot_data/iCub/meshes/upmc/visual/icub_l_hip_2.dae (8.7 KB)
Downloading pybullet_robot_envs/robot_data/iCub/meshes/upmc/visual/icub_l_shank.dae (305 KB)
Downloading pybullet_robot_envs/robot_data/iCub/meshes/upmc/visual/icub_l_shoulder_1.dae (8.6 KB)
Downloading pybullet_robot_envs/robot_data/iCub/meshes/upmc/visual/icub_l_shoulder_2.dae (8.7 KB)
Error downloading object: pybullet_robot_envs/robot_data/iCub/meshes/upmc/visual/icub_l_shoulder_2.dae (145e7da): Smudge error: Error downloading pybullet_robot_envs/robot_data/iCub/meshes/upmc/visual/icub_l_shoulder_2.dae (145e7dad2ea487bf6b8c24c231afb2988bec619c8c27c1c5f8496b7fb6ea06f8): batch response: Rate limit exceeded: https://github.com/robotology-playground/pybullet-robot-envs.git/info/lfs/objects/batch

Errors logged to /home/yilun/pybullet-robot-envs/.git/lfs/logs/20200921T165407.290321022.log
Use `git lfs logs last` to view the log.
error: external filter git-lfs smudge -- %f failed 2
error: external filter git-lfs smudge -- %f failed
fatal: pybullet_robot_envs/robot_data/iCub/meshes/upmc/visual/icub_l_shoulder_2.dae: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'

It looks like some git lfs rate limiting is going on, maybe because too many people are trying to clone it in a short period of time? If so, could you put the current snapshot as a zip folder into Google drive, or other file hosting service? I think directly downloading the zip from github doesn't work, due to some files being kept in git lfs.

dhartaifb commented 3 years ago

This would be awesome. I have the same problem and can't get the files due to this.