From 4e7c8d14a879178bfda3c5f610c8933cdf99ac29 Mon Sep 17 00:00:00 2001 From: Bruno Cauet Date: Fri, 17 Apr 2015 17:30:57 +0200 Subject: [PATCH] Discogs: add troubleshooting section in docs Mention the token file, system date. Provide a URL that searches github issues for "discogs". Relates to #1417. --- docs/plugins/discogs.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/plugins/discogs.rst b/docs/plugins/discogs.rst index 48332864e..c5d9f80f5 100644 --- a/docs/plugins/discogs.rst +++ b/docs/plugins/discogs.rst @@ -25,4 +25,16 @@ MusicBrainz. If you have a Discogs ID for an album you want to tag, you can also enter it at the "enter Id" prompt in the importer. +Troubleshooting +--------------- + +Several issues have been encountered with the Discogs API. If you have one, +please start by searching for `a similar issue on the repo +`_. + +Two tips can generally be given: + +* Delete the token file (``discogs_token.json`` by default). +* Make sure that your system clock is on time. + .. _discogs-client: https://github.com/discogs/discogs_client