Exception: ScrapeUnblocker::NoSubscriptionError

Inherits:
AuthenticationError show all
Defined in:
lib/scrapeunblocker/errors.rb

Overview

The key is valid but the account has no active plan (HTTP 401).

Raised when the API answers a 401 with "No valid subscription". Pick a plan at https://app.scrapeunblocker.com - access resumes within about a minute, and the key does not change.

Instance Attribute Summary

Attributes inherited from APIError

#body, #status_code

Method Summary

Methods inherited from APIError

#initialize

Constructor Details

This class inherits a constructor from ScrapeUnblocker::APIError