Hello,

I'm new with Galaxy api.
I'm following the ReadMe file in script/api.
I'm trying to run:
python display.py ff76834f42d18414b4aaed577466ef35 http://0.0.0.0:8080/api/libraries

and it doesn't work, it says:
HTTP Error 503: Service Unavailable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
</HEAD><BODY>
<H1>ERROR</H1>
<H2>The requested URL could not be retrieved</H2>
<HR noshade size="1px">
<P>
While trying to retrieve the URL:
<A HREF="http://0.0.0.0:8080/api/libraries?key=ff76834f42d18414b4aaed577466ef35">http://0.0.0.0:8080/api/libraries?key=ff76834f42d18414b4aaed577466ef35</A>
<P>
The following error was encountered:
<UL>
<LI>
<STRONG>
Connection to 0.0.0.0 Failed
</STRONG>
</UL>

<P>
The system returned:
<PRE><I>    (111) Connection refused</I></PRE>

<P>
The remote host or network may be down.  Please try the request again.
<P>Your cache administrator is <A HREF="mailto:root">root</A>. 

<BR clear="all">
<HR noshade s


so I tried to change the URL to:  http://localhost:8080,  http://127.0.0.1:8080 ...
It also didn't work.

Any Ideas about could go wrong?

Thanks,

Tom.