Login should be aborted if application fails to retrieve API version · Issue #299 · unioslo/zabbix-cli · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we can't fetch from apiinfo.version, it means the API is unavailable, and we should not proceed with the login flow. zabbix_cli.pyzabbix.client.ZabbixAPI.api_version() should also raise a more accurate exception subtype than just ZabbixAPIException when this happens.
The text was updated successfully, but these errors were encountered:
If we can't fetch from
apiinfo.version
, it means the API is unavailable, and we should not proceed with the login flow.zabbix_cli.pyzabbix.client.ZabbixAPI.api_version()
should also raise a more accurate exception subtype than justZabbixAPIException
when this happens.The text was updated successfully, but these errors were encountered: