vtsuperdarn / davitpy

DEPRECATED The DaViT Python project
http://vtsuperdarn.github.com/davitpy/
GNU General Public License v3.0
37 stars 59 forks source link

Connection Timed Out #346

Closed nafiz6 closed 6 years ago

nafiz6 commented 6 years ago

I am getting connection timed out from sd-data.ece.vt.edu. I tried on different networks and still the same error. I tried pinging and yet it say Destination Net Unreadable. I understand its a network problem. Any chance, the ip in my region is blocked?

The following is the error that shows when I try to collect data from jupyter notebook.

ERROR:root:Unable to connect to sd-data.ece.vt.edu: [Errno 110] Connection timed out Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/davitpy-0.8-py2.7-linux-x86_64.egg/davitpy/pydarn/sdio/radDataTypes.py", line 451, in init port=port, remove=remove) File "/usr/local/lib/python2.7/dist-packages/davitpy-0.8-py2.7-linux-x86_64.egg/davitpy/pydarn/sdio/fetchUtils.py", line 485, in fetch_remote_files transport = p.Transport((remotesite, 22)) File "/usr/local/lib/python2.7/dist-packages/paramiko/transport.py", line 332, in init 'Unable to connect to {}: {}'.format(hostname, reason)) SSHException: Unable to connect to sd-data.ece.vt.edu: [Errno 110] Connection timed out ERROR:root:problem reading from sftp server Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/davitpy-0.8-py2.7-linux-x86_64.egg/davitpy/pydarn/sdio/radDataTypes.py", line 451, in init port=port, remove=remove) File "/usr/local/lib/python2.7/dist-packages/davitpy-0.8-py2.7-linux-x86_64.egg/davitpy/pydarn/sdio/fetchUtils.py", line 485, in fetch_remote_files transport = p.Transport((remotesite, 22)) File "/usr/local/lib/python2.7/dist-packages/paramiko/transport.py", line 332, in init 'Unable to connect to {}: {}'.format(hostname, reason)) SSHException: Unable to connect to sd-data.ece.vt.edu: [Errno 110] Connection timed out

Shirling-VT commented 6 years ago

Hi,

Our VT SuperDARN server is down this morning. This is the reason for your connection time out. We are trying to solve this problem and will let you know as soon as the server is back.

On Wed, Mar 7, 2018 at 10:48 AM, nafiz6 notifications@github.com wrote:

I am getting connection timed out from sd-data.ece.vt.edu. I tried on different networks and still the same error. I tried pinging and yet it say Destination Net Unreadable. I understand its a network problem. Any chance, the ip in my region is blocked?

The following is the error that shows when I try to collect data from jupyter notebook.

ERROR:root:Unable to connect to sd-data.ece.vt.edu: [Errno 110] Connection timed out Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/davitpy-0.8-py2. 7-linux-x86_64.egg/davitpy/pydarn/sdio/radDataTypes.py", line 451, in init port=port, remove=remove) File "/usr/local/lib/python2.7/dist-packages/davitpy-0.8-py2. 7-linux-x86_64.egg/davitpy/pydarn/sdio/fetchUtils.py", line 485, in fetch_remote_files transport = p.Transport((remotesite, 22)) File "/usr/local/lib/python2.7/dist-packages/paramiko/transport.py", line 332, in init 'Unable to connect to {}: {}'.format(hostname, reason)) SSHException: Unable to connect to sd-data.ece.vt.edu: [Errno 110] Connection timed out ERROR:root:problem reading from sftp server Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/davitpy-0.8-py2. 7-linux-x86_64.egg/davitpy/pydarn/sdio/radDataTypes.py", line 451, in init port=port, remove=remove) File "/usr/local/lib/python2.7/dist-packages/davitpy-0.8-py2. 7-linux-x86_64.egg/davitpy/pydarn/sdio/fetchUtils.py", line 485, in fetch_remote_files transport = p.Transport((remotesite, 22)) File "/usr/local/lib/python2.7/dist-packages/paramiko/transport.py", line 332, in init 'Unable to connect to {}: {}'.format(hostname, reason)) SSHException: Unable to connect to sd-data.ece.vt.edu: [Errno 110] Connection timed out

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vtsuperdarn/davitpy/issues/346, or mute the thread https://github.com/notifications/unsubscribe-auth/AIEZK2cS4-6z1i4gtmlxUNTVIC9QNoM6ks5tcAFBgaJpZM4SgrnX .

-- Best wishes, Xueling

nafiz6 commented 6 years ago

Oh okay. Thanks

Shirling-VT commented 6 years ago

Hi ,

Sorry for the inconvenience. The VT SuperDARN server is back. Can you check if the connection time out issue is solved?

On Wed, Mar 7, 2018 at 11:14 AM, nafiz6 notifications@github.com wrote:

Oh okay. Thanks

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/vtsuperdarn/davitpy/issues/346#issuecomment-371191143, or mute the thread https://github.com/notifications/unsubscribe-auth/AIEZK28_mJCO7uXdHjJrKsyPcImDvANwks5tcAdMgaJpZM4SgrnX .

-- Best wishes, Xueling

nafiz6 commented 6 years ago

Yes it works now. Thanks!

ksterne commented 6 years ago

That's great @nafiz6! If you're satisfied, would you mind closing this issue?

nafiz6 commented 6 years ago

Oh, sorry!