comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: using a Get in AWS
Date: Sun, 28 Sep 2014 10:33:26 +0100
Date: 2014-09-28T10:33:26+01:00	[thread overview]
Message-ID: <ly4mvsgkd5.fsf@pushface.org> (raw)
In-Reply-To: bf65aa9e-cab8-4af0-a848-cdc27bcbbd59@googlegroups.com

tonyg <tonythegair@gmail.com> writes:

> Execution terminated by unhandled exception
> Exception name: CONSTRAINT_ERROR
> Message: aws-url.adb:339 range check failed
>
>
> with AWS.Client; use AWS.Client;
> with AWS.Response;
> with Ada.Text_IO;
> procedure Main_Aws_Test is
>
>
>   
>    Test_Data : AWS.Response.Data := 
>      AWS.Client.Get (URL  => "www.yahoo.com"  );

If this happened to me I'd start by seeing what happens at
aws-url.adb:339 and (then) try the full URL "http://www.yahoo.com".


  reply	other threads:[~2014-09-28  9:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-27 21:11 using a Get in AWS tonyg
2014-09-28  9:33 ` Simon Wright [this message]
2014-09-28 11:08   ` tonyg
2014-09-28 16:49     ` Jeffrey Carter
2014-09-28 19:11     ` Pascal Obry
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox