theforeman/foreman · error · ProxyAPI::ProxyException
Unable to detect version
Error message
Unable to detect version
What it means
Error "Unable to detect version" thrown in theforeman/foreman.
Source
Thrown at app/services/proxy_api/version.rb:11
module ProxyAPI
class Version < ProxyAPI::Resource
def initialize(args)
@url = args[:url] + "/version"
super args
end
def proxy_versions
@proxy_versions ||= parse(get)
rescue => e
raise ProxyException.new(url, e, N_("Unable to detect version"))
end
end
end
View on GitHub (pinned to 6b05625475)
When it happens
Trigger: Thrown at app/services/proxy_api/version.rb:11 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/e1b2abb72addf831.
Report an issue: GitHub.