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
{{ message }}
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
An error was caught when running analytics.
Exception message: ValueError: Dataframe is empty.
Environment
Instance/System type:
Chaos Genius version: 0.11.0-stable-compose
OS Version: Linux-5.15.133.1-microsoft-standard-WSL2-x86_64-with-glibc2.29
Deployment type: Docker (inferred)
Python version: 3.8.10
Additional context
Additional information
Exception traceback
Traceback (most recent call last):
File "/usr/src/app/chaos_genius/jobs/anomaly_tasks.py", line 80, in anomaly_single_kpi
run_anomaly_for_kpi(kpi_id, end_date, task_id=task_id)
File "/usr/src/app/chaos_genius/controllers/kpi_controller.py", line 94, in run_anomaly_for_kpi
adc.detect()
File "/usr/src/app/chaos_genius/core/anomaly/controller.py", line 721, in detect
raise e
File "/usr/src/app/chaos_genius/core/anomaly/controller.py", line 718, in detect
input_data = self._load_anomaly_data()
File "/usr/src/app/chaos_genius/core/anomaly/controller.py", line 139, in _load_anomaly_data
df = dl.get_data()
File "/usr/src/app/chaos_genius/core/utils/data_loader.py", line 314, in get_data
raise ValueError("Dataframe is empty.")
ValueError: Dataframe is empty.
Error Report
An error was caught when running analytics.
Exception message:
ValueError: Dataframe is empty.
Environment
Additional context
Additional information
Exception traceback
KPI Info
Data Source Info
The text was updated successfully, but these errors were encountered: