Add ffnet warning to status page on error.

This commit is contained in:
Jim Miller 2013-09-16 19:06:44 -05:00
parent 2b0b4ca2af
commit 668e0e08b5
2 changed files with 9 additions and 2 deletions

View file

@ -65,7 +65,7 @@
<h3>fanfiction.net</h3>
<p>
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.
</p>

View file

@ -51,7 +51,14 @@
by {{ fic.author }} ({{ fic.format }})
{% endif %}
{% if fic.failure %}
<span id='error'>{{ fic.failure }}</span>
<h3>fanfiction.net</h3>
<p>
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.
</p>
<span id='error'>{{ fic.failure }}</span>
{% endif %}
{% if not fic.completed and not fic.failure %}
<p>Not done yet. This page will periodically poll to see if your story has finished.</p>