[Tutor] creating a cluster

Alan Gauld alan.gauld at yahoo.co.uk
Wed May 3 02:40:32 EDT 2017


On 03/05/17 06:22, shubham goyal wrote:
> Hello tutors,
> 
> here i am trying to create a cluster on cloud using json data but its
> giving some error

>   File "/usr/lib/python2.7/urllib2.py", line 1197, in do_open
>     raise URLError(err)
> urllib2.URLError: <urlopen error [Errno 111] Connection refused>

It says connection refused.
Do you have access to the URL? Can you connect using telnet/ssh
or a browser? This looks like a networking issue rather than
a Python one.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list