localhots / musicbrainz

MusicBrainz Web Service client
https://musicbrainz.org/doc/MusicBrainz_API
MIT License
63 stars 40 forks source link

BaseModel.search might return nil #24

Closed oleander closed 10 years ago

oleander commented 11 years ago

I've seen this error in airbrake a couple of times.

skarmavbild 2013-11-06 kl 22 38 50

I'm not sure why, but 1 out of 10^4 times (or something similar) BaseModel.search returns nil.

This PR will fix this error.

All specs passes.