From: Nick Dokos <nicholas.dokos@hp.com>
To: Tassilo Horn <tassilo@member.fsf.org>
Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org
Subject: Re: [OT] Icon problem with org-google-weather
Date: Mon, 06 Jun 2011 11:40:32 -0400 [thread overview]
Message-ID: <593.1307374832@alphaville.dokosmarshall.org> (raw)
In-Reply-To: Message from Tassilo Horn <tassilo@member.fsf.org> of "Mon, 06 Jun 2011 17:27:23 +0200." <87lixf56as.fsf@member.fsf.org>
Tassilo Horn <tassilo@member.fsf.org> wrote:
> Nick Dokos <nicholas.dokos@hp.com> writes:
>
> >> --8<---------------cut here---------------start------------->8---
> >> (defun foobar ()
> >> (interactive)
> >> (let ((date '(6 6 2011)))
> >> (setq bar (org-google-weather "Montabaur" "DE"))
> >> (setq foo (let ((org-google-weather-cache-time 0))
> >> (org-google-weather "Montabaur" "DE")))
> >> (string= foo bar)
> >> (insert foo)
> >> (insert bar)))
> >> --8<---------------cut here---------------end--------------->8---
> >>
> >> I get an error at the foo value evaluation. The evaluation of bar seems
> >> to work fine...
> >>
> >> --8<---------------cut here---------------start------------->8---
> >> Debugger entered--Lisp error: (error "Data not found")
> >
> > Yes, the "Data not found" problem is an org-google-weather problem,
> >
> > I sent Julien the following patch - either apply it by hand or
> > check Julien's git repo: it may be there already.
>
> It's already there. But now I get
>
> (error "Bad url: :/ig/images/weather/chance_of_storm.gif")
>
> in the first `org-google-weather' call.
>
Me too: this is recent - the image URLs were of the form g0.static (or
something like this) yesterday - but it seems that Google is playing games:
when I visit https://www.google.com/ig/api?weather=Boston through a browser,
I get <icon data="/ig/images/weather/partly_cloudy.gif"/> in the returned XML.
Nick
next prev parent reply other threads:[~2011-06-06 15:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-06 0:27 [OT] Icon problem with org-google-weather Nick Dokos
2011-06-06 7:38 ` Tassilo Horn
2011-06-06 13:51 ` Nick Dokos
2011-06-06 15:27 ` Tassilo Horn
2011-06-06 15:40 ` Nick Dokos [this message]
2011-06-06 16:35 ` Nick Dokos
2011-06-07 4:53 ` Nick Dokos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=593.1307374832@alphaville.dokosmarshall.org \
--to=nicholas.dokos@hp.com \
--cc=emacs-orgmode@gnu.org \
--cc=tassilo@member.fsf.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).