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
When querying report where no data is available, cli-etp raise an exception.
% akamai etp event threat --start $(( $(date +%s) - 60000 ))
2023-09-21 15:10:40,040 cli-etp MainThread E Error fetching summary...
Traceback (most recent call last):
File "/Users/androcho/.akamai-cli/src/cli-etp/bin/akamai-etp", line 337, in events_summary
return data.get("aggregations", [])[0].get("total")
IndexError: list index out of range
Traceback (most recent call last):
File "/Users/androcho/.akamai-cli/src/cli-etp/bin/akamai-etp", line 735, in <module>
main()
File "/Users/androcho/.akamai-cli/src/cli-etp/bin/akamai-etp", line 666, in main
fetch_events_concurrent(config, out)
File "/Users/androcho/.akamai-cli/src/cli-etp/bin/akamai-etp", line 405, in fetch_events_concurrent
LOG.info(f"{stats.events:,} event(s) fetched in total, {expected_event_count:,} expected, "
TypeError: unsupported format string passed to NoneType.__format__
The text was updated successfully, but these errors were encountered:
When querying report where no data is available, cli-etp raise an exception.
The text was updated successfully, but these errors were encountered: