From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Catonano Newsgroups: gmane.lisp.guile.user Subject: Re: salutations and web scraping Date: Wed, 25 Jan 2012 02:41:59 +0100 Message-ID: References: <871ur7fcyj.fsf@pobox.com> <874nvlmeq2.fsf@pobox.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf30363f35a09d1104b7505e4c X-Trace: dough.gmane.org 1327455731 32311 80.91.229.12 (25 Jan 2012 01:42:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 25 Jan 2012 01:42:11 +0000 (UTC) Cc: guile-user@gnu.org To: Andy Wingo Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Jan 25 02:42:07 2012 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RprsE-0005Za-DV for guile-user@m.gmane.org; Wed, 25 Jan 2012 02:42:06 +0100 Original-Received: from localhost ([::1]:59500 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RprsD-0004eZ-Tj for guile-user@m.gmane.org; Tue, 24 Jan 2012 20:42:05 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:51355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RprsA-0004eT-22 for guile-user@gnu.org; Tue, 24 Jan 2012 20:42:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rprs8-000555-FO for guile-user@gnu.org; Tue, 24 Jan 2012 20:42:01 -0500 Original-Received: from mail-qy0-f169.google.com ([209.85.216.169]:36370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rprs8-000551-B7 for guile-user@gnu.org; Tue, 24 Jan 2012 20:42:00 -0500 Original-Received: by qcsg1 with SMTP id g1so1612043qcs.0 for ; Tue, 24 Jan 2012 17:41:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=LJEcyFI7o+C+22uu2P+WoYbtwQBvqMiCDMfTXATmaes=; b=IEL/UkZO4MoywGIhQ50Ia8DQG2Ot9lX1cXpPUEVrmhV4TsUm6dg+i823LKqxauYam5 q0K7IfKlla6OyvO5zPy86P219Ytv/q0ccpP8dcAx/Y0Tz/7Mvx2Y6x1Rcs2bFd+zgaKw mQ5DMPooiQT2Nmtbi/fovrzYcW8At0EUKUejU= Original-Received: by 10.224.184.79 with SMTP id cj15mr18137740qab.78.1327455719693; Tue, 24 Jan 2012 17:41:59 -0800 (PST) Original-Received: by 10.229.6.19 with HTTP; Tue, 24 Jan 2012 17:41:59 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.216.169 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:9182 Archived-At: --20cf30363f35a09d1104b7505e4c Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Il giorno 24 gennaio 2012 15:17, Catonano haI=B4ll let you kow how I=B4m gonna proceed with this idea so here I am to let you know. It happens that the response I get from the server of the radio station is chuncked (that is (transfer-encoding (chuncked)) ) so when I issue the (htt-get uri) instrucion I get $2 =3D #< etc. $3 =3D #f that is no page source Is there a workround ? Or shall I wait for this issue to be fixed ? I could try to take a look at the code myself, but I'm an absolute scheme beginner Thanks for any hint Catonano --20cf30363f35a09d1104b7505e4c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

Il giorno 24 gennaio 2012 15:17, Catonan= o <catonano@gmai= l.com> haI=B4ll let you kow how I=B4m gonna proceed with this= idea

so here I am to let you know.

It happens that the response I get= from the server of the radio station is chuncked (that is (transfer-encodi= ng (chuncked))=A0=A0 )

so when I issue the (htt-get uri) inst= rucion I get

$2 =3D #<<response> etc.
$3 =3D #f

that is no page s= ource

Is there a workround ? Or shall I wait for this issue to be fi= xed ? I could try to take a look at the code myself, but I'm an absolut= e scheme beginner

Thanks for any hint
Catonano


--20cf30363f35a09d1104b7505e4c--