]> git.immae.eu Git - github/wallabag/wallabag.git/blob - docs/en/user/errors_during_fetching.rst
Added documentation about siteconfig fix
[github/wallabag/wallabag.git] / docs / en / user / errors_during_fetching.rst
1 Errors during fetching articles
2 ===============================
3
4 Why does the fetch of an article fail?
5 --------------------------------------
6
7 There may be several reasons:
8
9 - network problem
10 - wallabag can't fetch content due to the website structure
11
12 How can I help to fix that?
13 ---------------------------
14
15 You can `sending us an email with the article's URL <mailto:hello@wallabag.org>`_.
16
17 Or you can also try to fix this problem by yourself.
18
19 You can try to see if it works here: `http://f43.me/feed/test <http://f43.me/feed/test>`_ (it uses almost the same way as wallabag to retrieve content).
20
21 If it works here and not on wallabag, it means there are something internally in wallabag that breaks the parser (hard to fix).
22
23 If it doesn't works, try to extract a site config using: `http://siteconfig.fivefilters.org/ <http://siteconfig.fivefilters.org/>`_ (select which part of the content is actually the content).
24
25 You can test it **f43.me** website: click on **Want to try a custom siteconfig?** and put the generated file from siteconfig.fivefilters.org.
26
27 Repeat until you have something ok.
28
29 Then you can submit a pull request to `https://github.com/fivefilters/ftr-site-config <https://github.com/fivefilters/ftr-site-config>`_ which is the global repo for siteconfig files.
30
31 How can I try to re-fetch this article?
32 ---------------------------------------
33
34 If wallabag failed when fetching an article, you can click on the reload button
35 (the third on the below picture).
36
37 .. image:: ../../img/user/refetch.png
38 :alt: Refetch content
39 :align: center