-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
discogs: support simple auth. #2447
Conversation
Oh no, that's bad news. Any chance you could add some documentation in |
The official OAuth authentication seems to have broken, so allow usage of simple configuration instead. See-Also: discogs/discogs_client#78 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
beb914b
to
3e4c9b8
Compare
Now includes documentation. |
OK, thanks! This looks good, and the documentation is helpful too. For what it's worth, OAuth-based authentication is still working fine on my machine. I'm not sure what's going wrong on your setup, but it can't hurt to have an alternative authentication mechanism. |
What version of |
Looks like that was with discogs-client 2.0.2 and requests 2.12.4:
That seemed a bit of out of date, but I checked and I think discogs-client is just misreporting its version—pip thinks it's up to date. (This was on Python 3.6, by the way.) |
I have requests-2.12.5 & discogs-client-2.2.1 (from pypi, the tag is missing in github); wondering if it's a regression in discogs-client then. |
For what it's worth, I just double-checked, and it seems like I do have 2.2.1—this issue suggests that they released a wrong value in that |
The official OAuth authentication seems to have broken, so allow usage
of simple configuration instead.
See-Also: discogs/discogs_client#78
Signed-off-by: Robin H. Johnson robbat2@gentoo.org