The abover error is returned when the service returns an error status.
I think this error is caused by bgg_api.rb#L120
raise "Received a #{response.code} at #{url} with #{params}"
which should be
raise Exception.new("Received a #{response.code} at #{url} with #{params}")