David-Desmaisons / DiscogsClient

Discogs API C# Client
MIT License
41 stars 16 forks source link

Empty image url #3

Closed horseyhorsey closed 7 years ago

horseyhorsey commented 7 years ago

noimage

The client search is good for all other fields but I get empty urls on images? This release id was tested as well as your existing releaseId.

David-Desmaisons commented 7 years ago

Hello @horseyhorsey , I am not sure I understand the problem, Could you please share the corresponding search data? Did you check with som tools such as fiddle the data sent by discogs?

horseyhorsey commented 7 years ago

All data would come back in the search apart from the image urls. I think it's a problem my end on the authorization.

I noticed a normal query has a 401 Unauth, but that's not obvious and didn't think to use fiddler, thanks for pointing that out.

horseyhorsey commented 7 years ago

Well...trying to track down my issue on database searches I finally noticed the _OAuthCompleteInformation was null in constructor!

I'd been in there and added tokens but must have got sidetracked and never set it to the token. Sorry if I scared you, great job thanks.