IncompatibleClient
IncompatibleClient
Examples
try:
fdl.init(url=”https://old-fiddler.com”, token=”token”)
except IncompatibleClient as e:
print(f”Version mismatch: {e.message}”)
# Upgrade client or contact administrator“Python Client version (3.8.0) is not compatible with your
Fiddler Platform version (3.5.0).”message : str = 'Python Client version ({client_version}) is not compatible with your Fiddler Platform version ({server_version}).'
Last updated
Was this helpful?