download using wget from http manifest

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
hidayatmn378
Posts: 1
Joined: Wed Mar 16, 2022 6:18 am America/New_York
Answers: 0

download using wget from http manifest

by hidayatmn378 » Wed Mar 16, 2022 6:25 am America/New_York

Hello! I am trying to download my order but I don't understand how to do that.
I have downloaded http_manifest.txt
https://oceandata.sci.gsfc.nasa.gov/cgi/getfile/requested_files_1.tar?h=ocdist302&p=/data1/40c0d0a011392960/requested_files

and using wget
wget --load-cookies ~/.urs_cookies --save-cookies ~/.urs_cookies --auth-no-challenge=on --keep-session-cookies --content-disposition https://oceandata.sci.gsfc.nasa.gov/cgi/getfile/requested_files_1.tar?h=ocdist302&p=/data1/40c0d0a011392960/requested_files

but in the end i got this error message

wget: unable to resolve host address ‘<script type="text’
--2022-03-16 17:17:44-- http://%3Cscript%20type=%22text/javascript%22%3E
Resolving <script type="text (<script type="text)... failed: No address associated with hostname.
wget: unable to resolve host address ‘<script type="text’
--2022-03-16 17:17:44-- http://feedback.init();/
Resolving feedback.init(); (feedback.init();)... failed: Name or service not known.
wget: unable to resolve host address ‘feedback.init();’
--2022-03-16 17:17:44-- http://%3C/script%3E
Resolving < (<)... failed: No address associated with hostname.
wget: unable to resolve host address ‘<’
--2022-03-16 17:17:44-- http://%3Cscript%20type=%22text/javascript%22%3E
Resolving <script type="text (<script type="text)... failed: No address associated with hostname.
wget: unable to resolve host address ‘<script type="text’
--2022-03-16 17:17:44-- ://settimeout(function()/
Resolving settimeout(function() (settimeout(function())... failed: No address associated with hostname.
wget: unable to resolve host address ‘settimeout(function()’
--2022-03-16 17:17:44-- http://%7Bvar%20a=document.createelement(%22script%22);%20var%20b=document.getelementsbytagname(%22script%22)%5B0%5D;/
Resolving {var a=document.createelement("script"); var b=document.getelementsbytagname("script")[0]; ({var a=document.createelement("script"); var b=document.getelementsbytagname("script")[0];)... failed: Name or service not known.
wget: unable to resolve host address ‘{var a=document.createelement("script"); var b=document.getelementsbytagname("script")[0];’
--2022-03-16 17:17:44-- http://a.src=document.location.protocol+%22//dnn506yrbagrg.cloudfront.net/pages/scripts/0013/2090.js?%22+Math.floor(new%20Date().getTime()/3600000);
Resolving a.src=document.location.protocol+" (a.src=document.location.protocol+")... failed: Name or service not known.
wget: unable to resolve host address ‘a.src=document.location.protocol+"’
--2022-03-16 17:17:44-- http://a.async=true;a.type=%22text/javascript%22;b.parentNode.insertBefore(a,b)%7D
Resolving a.async=true;a.type="text (a.async=true;a.type="text)... failed: Name or service not known.
wget: unable to resolve host address ‘a.async=true;a.type="text’
--2022-03-16 17:17:44-- http://,%201);/
Resolving , 1); (, 1);)... failed: No address associated with hostname.
wget: unable to resolve host address ‘, 1);’
--2022-03-16 17:17:45-- http://%3C/script%3E
Resolving < (<)... failed: No address associated with hostname.
wget: unable to resolve host address ‘<’
--2022-03-16 17:17:45-- ftp://%3C!--%20begin/%20DAP%20Google%20Analytics%20%20--%3E
=> ‘ DAP Google Analytics -->’
Resolving <!-- begin (<!-- begin)... failed: No address associated with hostname.
wget: unable to resolve host address ‘<!-- begin’
--2022-03-16 17:17:45-- ftp://%3C!--%20end/%20DAP%20Google%20Analytics%20%20--%3E
=> ‘ DAP Google Analytics -->’
Resolving <!-- end (<!-- end)... failed: No address associated with hostname.
wget: unable to resolve host address ‘<!-- end’
--2022-03-16 17:17:45-- http://%3C/body%3E
Resolving < (<)... failed: No address associated with hostname.
wget: unable to resolve host address ‘<’
--2022-03-16 17:17:45-- http://%3C/html%3E
Resolving < (<)... failed: No address associated with hostname.
wget: unable to resolve host address ‘<’

Please help me to resolve this problem or perhaps provide with the correct wget syntax?

Tags:

OB.DAAC - SeanBailey
User Services
User Services
Posts: 1469
Joined: Wed Sep 18, 2019 6:15 pm America/New_York
Answers: 1
Been thanked: 5 times

Re: download using wget from http manifest

by OB.DAAC - SeanBailey » Thu Mar 17, 2022 2:48 pm America/New_York

It seems that you requested the data be expired, so it was removed from our distribution servers. What you downloaded wasn't a manifest file, but the HTML error page (which was sent because the data no longer existed).

You can check on the status of an order using the order manager (https://oceandata.sci.gsfc.nasa.gov/data_dashboard/ select "Orders->View Active or Orders->View Archived")

Since this order (id# 40c0d0a011392960) was deleted you will need to request the data again.

Regards,
Sean

Post Reply