theforeman/foreman · error · ProxyAPI::ProxyException

Unable to detect features

Error message

Unable to detect features

What it means

Error "Unable to detect features" thrown in theforeman/foreman.

Source

Thrown at app/services/proxy_api/v2/features.rb:13

module ProxyAPI::V2
  class Features < ProxyAPI::Resource
    def initialize(args)
      @url = args[:url] + "/v2/features"
      super args
    end

    def features
      parse get
    rescue RestClient::ResourceNotFound
      raise NotImplementedError
    rescue => e
      raise ProxyAPI::ProxyException.new(url, e, N_("Unable to detect features"))
    end
  end
end

View on GitHub (pinned to 6b05625475)

When it happens

Trigger: Thrown at app/services/proxy_api/v2/features.rb:13 when the library encounters an invalid state.

Common situations: See trigger scenarios.


AI-assisted analysis of theforeman/foreman@6b05625475 (2026-08-23). Data as JSON: /api/errors/6ba506a6858a750f. Report an issue: GitHub.