DavidOliverius
DavidOliverius
Hey everyone, I'm trying to build a CLI app using the Discogs Wrapper and I keep getting the following message filling up my terminal window. `[DEPRECATED]: The key 'count' has...
Hi there, I am using version 2.5.1. Every time I search the API for a specific release, I got one of the error messages for each number of tracks on...
``` release = wrapper.get_release(1) puts "'#{release['title']}' - #{release['artists'][0]['name']}, released #{release['released_formatted']}" ``` I am also getting Hashie errors that seem to coincide with the 'DEPRECATED' warnings.
I appreciate you looking into it @jslabovitz - glad to know it's not just me though!