ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

cannot update rosdep

asked 2014-05-08 22:11:02 -0500

manaXmizery gravatar image

updated 2014-06-29 03:34:00 -0500

130s gravatar image

Hi , when i try to init rosdep using sudo rosdep init , i have the error : ERROR: cannot download default sources list from: https://raw.github.com/ros/rosdistro/master/rosdep/sources.list.d/20-default.list Website may be down. I am using ros groovy on 12.04 ubuntu. Can anyone help me to troubleshoot? Many thanks in advance :)

edit retag flag offensive close merge delete

4 Answers

Sort by ยป oldest newest most voted
5

answered 2014-05-09 06:47:21 -0500

ahendrix gravatar image

It means exactly what it says: it tried to open a connection to github.com to download the default sources.list, and failed.

I would start troubleshooting by confirming that your machine has internet connectivity and can ping github.com . You can also try visiting that url directly or trying to fetch it with curl or wget.

If you're only have problems connecting to github, you can always check their status page to see if their servers are having problems.

edit flag offensive delete link more
0

answered 2018-01-05 04:56:06 -0500

Shoeb Ahmed gravatar image

Hi , I had been facing the same issue of ERROR: cannot download default sources list from: https://raw.githubusercontent.com/ros... Website may be down.

This error is because of your system date & time settings. I corrected my systems date and time settings and rosdep init worked.

edit flag offensive delete link more
0

answered 2014-06-30 04:28:54 -0500

demmeln gravatar image

On top of what @ahendrix said, it seems github sometimes has temporary and geographically local issues with their CDN (which are not really indicated by their status page). It does happen from time to time that for a couple of hours/days I get frequent 503's on github content.

Usually, retrying the command several times or waiting for a while helps.

edit flag offensive delete link more
0

answered 2016-01-19 06:31:23 -0500

Petros gravatar image

Also you might have problems with your proxy settings. Make sure https_proxy and HTTPS_PROXY environment variables are set correctly or unset completely.

edit flag offensive delete link more

Comments

Note that in case of environment variables like http_proxy you might need sudo -E for that command.

demmeln gravatar image demmeln  ( 2016-01-27 16:42:28 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-05-08 22:11:02 -0500

Seen: 2,675 times

Last updated: Jan 05 '18