1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Merge pull request #1710 from wallabag/v2-message-graby-fails

Fix #811: Display a human message when graby fails to fetch articles
This commit is contained in:
Jeremy Benoist 2016-02-24 08:43:17 +01:00
commit d7cc16c8b5
6 changed files with 57 additions and 1 deletions

View file

@ -28,6 +28,7 @@ The main documentation for this application is organized into a couple sections:
user/login
user/configuration
user/first_article
user/errors_during_fetching
user/import
user/download_articles
user/filters

View file

@ -0,0 +1,27 @@
Errors during fetching articles
===============================
Why does the fetch of an article fail?
--------------------------------------
There may be several reasons:
- network problem
- wallabag can't fetch content due to the website structure
How can I help to fix that?
---------------------------
- `by sending us an email with the article's URL <mailto:hello@wallabag.org>`_
- by trying to fix this article by yourself :) by creating a file for the article.
You can use this tool http://siteconfig.fivefilters.org/.
How can I try to re-fetch this article?
---------------------------------------
If wallabag failed when fetching an article, you can click on the reload button
(the third on the below picture).
.. image:: ../../img/user/refetch.png
:alt: Refetch content
:align: center