-
Here is a minimal example of my attempts to interact with the Discogs API:
``` python
from SensitiveInformation.discogs_application_info import provide_discogs_auth, provide_verifier
import discogs_c…
-
Git checkout of repository fails....
error: unable to create file discogs_client/tests/res/artists/1/releases?per_page=50&page=1.json (Invalid argument)
error: unable to create file discogs_client/tes…
-
I get an internal error in database.js saying client doesn't have a method get.
Given the following code:
``` javascript
var Discogs = require('disconnect').Client;
var dis;
function setupDiscogs(a…
-
``` python
from discogs_client import Client, Release
client = Client('python')
releases = [i for i in client.search('Flying Horseman') if isinstance(i, Release)]
r = releases[3]
print r.title …
-
I'm doing this in a new virtualenv --no-site-packages.
```
Successfully installed beets discogs-client pyacoustid enum34 mutagen munkres unidecode musicbrainzngs pyyaml requests six oauthlib audiorea…
-
Hi,
As mentioned in PR #43 I believe it could be time to push a new tag (e.g. 2.0.3 or 2.1.0) to allow python3 projects using discogs_client to put it in their setup.py
-
Hello,
I'm trying to make an https request with your lib but I get this error
```
_http_client.js:75
throw new Error('Protocol "' + protocol + '" not supported. ' +
^
Error: Protocol …
lalop updated
9 years ago
-
```
beets version 1.3.11
plugins: fromfilename, duplicates, lastgenre, mbsync, lastimport, fetchart, ftintitle, discogs
Python 2.7.9
OSX 10.10
```
```
Traceback (most recent call last):
File "/usr/…
-
Hey Hendrik,
I was working on my Discogs client with my working Coxy server when I've seen weird image urls coming from discogs. So I went to Disocgs forum, and I was surprise to discover [this](http…
maxep updated
9 years ago
-
Just before running "beet import..." I type "convert" in the same Shell and verify that it is ImageMagick (i.e. it's in the path, etc.).
However fetchart still says: 'fetchart: could not verify size …