MRST

88 views
Skip to first unread message

Seyedeh Saba Kalati

unread,
Mar 21, 2021, 3:30:33 PM3/21/21
to sinte...@googlegroups.com
Dear all, hi I have trouble downloading the datafiles and I get this error so I downloaded the data manually but I don't know where to put it in order to run the examples OR how to avoid this error? thanks


Error using checkfilename>validateFilename (line 122)
Function UNZIP was unable to read URL ''https://www.sintef.no/contentassets/124f261f170947a6bc51dd76aea66129/SPE10.zip''.

Error in checkfilename (line 49)
[fullfilename, fid] = validateFilename( ...

Error in parseUnArchiveInputs (line 81)
[archiveFilename, url] = checkfilename(archiveFilename, validExtensions, ...

Error in unzip (line 55)
[zipFilename, outputDir, url, urlFilename] = parseUnArchiveInputs( ...

Error in downloadDataset>download_URL (line 148)
            unzip(furl, pth);

Error in downloadDataset>@()download_URL(info,pth) (line 83)
        ok = do_download(info, askFirst, @()download_URL(info, pth));

Error in downloadDataset>do_download (line 171)
      ok = downloadFcn();

Error in downloadDataset (line 83)
        ok = do_download(info, askFirst, @()download_URL(info, pth));

Error in mrstDatasetGUI/getDataset (line 182)
                downloadDataset(info.name, false);

Error in mrstDatasetGUI>@(src,event)getDataset(I,present(current)) (line 147)
                      'Callback', @(src, event) getDataset(I, present(current)))
 
Error while evaluating UIControl Callback.

Bård Skaflestad

unread,
Mar 21, 2021, 4:41:40 PM3/21/21
to Seyedeh Saba Kalati, sinte...@googlegroups.com

Hi,

 

Are you, by any chance, behind a firewall with an internet proxy?  If not, does the following commands produce a valid download in the 'odir' directory of your machine?

 

    odir = tempname();

    info = getDatasetInfo('spe10');

    files = unzip(info.fileurl, odir);

 

 

Best Regards,

 

Bård Skaflestad

SINTEF Digital, Mathematics & Cybernetics

Computational Geosciences group

--
You received this message because you are subscribed to the Google Groups "MRST-users: The Matlab Reservoir Simulation Toolbox User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sintef-mrst...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sintef-mrst/CADjgKL8Q_eQNM-iPXGEwv-xR8eVUEBpGqz9hAAW72Ru0x6-26A%40mail.gmail.com.

Michael Logan

unread,
Jun 9, 2021, 4:47:22 PM6/9/21
to MRST-users: The Matlab Reservoir Simulation Toolbox User Group
I seem to be having the same problem as Seyedeh. I am able to run the three commands to get the spe10 download. I can also copy the complete path to the zip archive to my browser and download the files that way, but not thru the mrstDatasetGUI();
I am using Matlab 2016b 64bit and mrst2021a.
Any thoughts on what to check is appreciated. I didn't see anything in FAQ.

Regards,
Mike
Reply all
Reply to author
Forward
0 new messages