> From: badalex@xxxxxxxxx > Date: Wed, 30 Mar 2011 09:33:50 -0600 > Subject: Re: OSX Postgres PL/Perl Problem with Finance::Quote/Options > To: ganbaru83@xxxxxxxxxxx > CC: pgsql-general@xxxxxxxxxxxxxx > > 2011/3/30 Peter Pan <ganbaru83@xxxxxxxxxxx>: > ... > > Unfortunately none at all, it just fails during the fetch and can't find any > > error messages anywhere. As stated, the same module works without problems > > in a local separate perl script. > > > > Any ideas? > > Skimming the source of Finance::Quote::Yahoo::USA (which seems to be > what Finance::Quote uses when you ->fetch('nyse')) it looks like it > makes a request to "http://finance.yahoo.com/d" with LWP. Maybe you > could try using LWP directly and see if that complains? > > -- > Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-general Looking through a couple of logs I finally found an indication for the error: could not lookup DNS configuration info service: (ipc/send) invalid destination port this seems only to happen when executed with Postgres - i think its an underlying OSX problem in combination with postgres and found some entries online but no real solution for the problem. cheers, |