Re: Panda on Windows

2013-03-20 Thread Tadeusz Sośnierz

On 03/20/2013 02:18 PM, Patrick R. Michaud wrote:

Out of curiosity, is there a way to get the error message to indicate
what panda was attempting to connect *to*?

connect failed: A connection attempt to somehost.org failed


This would normally happen. Panda does: die "Unable to fetch $src"; 
($src being the url) if the response code is not satisfying; I suppose 
in this case we have some internal Parrot LWP::UserAgent error leaking 
out. As in GH-33 we're soon dropping the dependency on it, so we'll 
hopefully have better error messages then.


Regards,
Tadeusz Sośnierz



Re: Panda on Windows

2013-03-20 Thread Tadeusz Sośnierz

On 03/20/2013 02:42 PM, phi...@free.fr wrote:

Hi,

which ports should be authorized?

Philippe


Hi,
panda currently connects to port 3000 on feather.perl6.nl. This may 
change in near future; the projects list will probably be kept in git 
somehow, see https://github.com/tadzik/panda/issues/33


Regards,
Tadeusz Sośnierz


Re: Panda on Windows

2013-03-20 Thread phiroc
Hi,

which ports should be authorized?

Philippe



- Mail original -
De: "Tadeusz Sośnierz" 
À: perl6-language@perl.org
Envoyé: Mercredi 20 Mars 2013 13:49:21
Objet: Re: Panda on Windows

On 03/20/2013 10:21 AM, phi...@free.fr wrote:
> Hello,
>
> when I type "panda" on the Windows command line, I get the following message:
>
> D:\users\me>panda
> connect failed: A connection attempt failed because the connected party did 
> not properly respond after a period of time, or established conn
> ection failed because connected host has failed to respond.

Hi,
are you sure that you aren't behind some firewall, or restricting proxy?

Best regards,
Tadeusz Sośnierz



Re: Panda on Windows

2013-03-20 Thread Patrick R. Michaud
On Wed, Mar 20, 2013 at 01:49:21PM +0100, Tadeusz Sośnierz wrote:
> On 03/20/2013 10:21 AM, phi...@free.fr wrote:
> >Hello,
> >
> >when I type "panda" on the Windows command line, I get the following message:
> >
> >D:\users\me>panda
> >connect failed: A connection attempt failed because the connected party did 
> >not properly respond after a period of time, or established conn
> >ection failed because connected host has failed to respond.
> 
> Hi,
> are you sure that you aren't behind some firewall, or restricting proxy?

Out of curiosity, is there a way to get the error message to indicate
what panda was attempting to connect *to*?

   connect failed: A connection attempt to somehost.org failed

Pm


Re: Panda on Windows

2013-03-20 Thread Tadeusz Sośnierz

On 03/20/2013 10:21 AM, phi...@free.fr wrote:

Hello,

when I type "panda" on the Windows command line, I get the following message:

D:\users\me>panda
connect failed: A connection attempt failed because the connected party did not 
properly respond after a period of time, or established conn
ection failed because connected host has failed to respond.


Hi,
are you sure that you aren't behind some firewall, or restricting proxy?

Best regards,
Tadeusz Sośnierz



Panda on Windows

2013-03-20 Thread phiroc
Hello,

when I type "panda" on the Windows command line, I get the following message:

D:\users\me>panda
connect failed: A connection attempt failed because the connected party did not 
properly respond after a period of time, or established conn
ection failed because connected host has failed to respond.
  in sub getfile at 
c:/rakudo/lib/parrot/4.10.0/languages/perl6/lib/Panda/Ecosystem.pm:14
  in method update at 
c:/rakudo/lib/parrot/4.10.0/languages/perl6/lib/Panda/Ecosystem.pm:84
  in submethod BUILD at 
c:/rakudo/lib/parrot/4.10.0/languages/perl6/lib/Panda/Ecosystem.pm:61
  in method BUILDALL at src\gen\CORE.setting:738
  in method bless at src\gen\CORE.setting:722
  in method new at src\gen\CORE.setting:707
  in method new at c:/rakudo/lib/parrot/4.10.0/languages/perl6/lib/Panda.pm:20
  in block  at c:\rakudo\bin\panda:108

Any help would be appreciated.

phiroc