octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #50268] get_forge_pkg: could not read URL


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #50268] get_forge_pkg: could not read URL
Date: Tue, 28 Feb 2017 16:59:04 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0

Follow-up Comment #8, bug #50268 (project octave):

Try


[~, ok, errmsg] = urlread ("http://packages.octave.org/list_packages.php";)



This will discard the actual text, ok will be true or false indicating whether
the fetch succeeded, and errmsg should contain a string from the curl library
list of error codes. If the message is not helpful, you may be able to
reproduce this with the curl executable if it is included in the distribution.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50268>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]