From 668e0e08b5a1e3435ecec0b924796d5cfd283a1d Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Mon, 16 Sep 2013 19:06:44 -0500 Subject: [PATCH] Add ffnet warning to status page on error. --- index.html | 2 +- status.html | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d55d8090..3a5c247c 100644 --- a/index.html +++ b/index.html @@ -65,7 +65,7 @@

fanfiction.net

Fanfiction.net appears to be blocking access from Google - App Engine IPs, which prevents this web service. There's + App Engine, which prevents this web service. There's nothing I can do about it. At the time of writing, the latest CLI and calibre plugin versions worked.

diff --git a/status.html b/status.html index cb2296e0..e71a49eb 100644 --- a/status.html +++ b/status.html @@ -51,7 +51,14 @@ by {{ fic.author }} ({{ fic.format }}) {% endif %} {% if fic.failure %} - {{ fic.failure }} +

fanfiction.net

+

+ FYI, fanfiction.net appears to be blocking access from Google + App Engine, which prevents this web service. There's + nothing I can do about it. At the time of writing, the + latest CLI and calibre plugin versions worked. +

+ {{ fic.failure }} {% endif %} {% if not fic.completed and not fic.failure %}

Not done yet. This page will periodically poll to see if your story has finished.