Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: list indices must be integers or slices, not str #118

Closed
eugenebreenire opened this issue Apr 28, 2023 · 1 comment
Closed

TypeError: list indices must be integers or slices, not str #118

eugenebreenire opened this issue Apr 28, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@eugenebreenire
Copy link

2023-04-28 13:19:52,175 [INFO] Running Software Version: v1.5.9.5
2023-04-28 13:19:52,524 [INFO] SaaS controller detected. It is recommended to use a maximum of 50 concurrent connections.
2023-04-28 13:19:52,538 [INFO] Setting concurrent connections to 50.
2023-04-28 13:19:52,552 [INFO] Using password from jobfile
2023-04-28 13:19:52,560 [INFO] ----------Input Validation----------
2023-04-28 13:19:52,564 [INFO] Validating Thresholds - DefaultThresholds
2023-04-28 13:19:52,566 [INFO] Validating Controller Login(s) for Job -
2023-04-28 13:19:54,330 [INFO] ----------Extract----------
2023-04-28 13:19:54,338 [INFO] .saas.appdynamics.com - Extracting APM Applications
2023-04-28 13:19:54,449 [INFO] .saas.appdynamics.com - EUM Applications
2023-04-28 13:19:54,602 [INFO] .saas.appdynamics.com - MRUM Applications
2023-04-28 13:19:54,799 [INFO] .saas.appdynamics.com - Extracting Servers
2023-04-28 13:21:21,602 [INFO] .saas.appdynamics.com - Extracting Controller Configurations
2023-04-28 13:21:21,886 [INFO] .saas.appdynamics.com - Extracting Dashboards
2023-04-28 13:21:26,134 [INFO] .saas.appdynamics.com - Extracting Licenses
2023-04-28 13:21:26,565 [INFO] .saas.appdynamics.com - Extracting Agent Details
2023-04-28 13:21:27,680 [INFO] .saas.appdynamics.com - Extracting CustomMetrics
2023-04-28 13:21:34,163 [INFO] .saas.appdynamics.com - Extracting Synthetics
2023-04-28 13:21:35,189 [ERROR] Traceback (most recent call last):
File "/backend/core/Engine.py", line 198, in run
await self.process()
File "/backend/core/Engine.py", line 332, in process
await jobStep.extract(self.controllerData)
File "/backend/extractionSteps/general/Synthetics.py", line 77, in extract
job["averageDuration"] = syntheticSessionData[idx].data["AVG_DURATION"][job["config"]["id"]]
TypeError: list indices must be integers or slices, not str

2023-04-28 13:32:44,223 [INFO] Running from source/docker, using / as root directory
2023-04-28 13:32:44,224 [INFO]

@alexafshar alexafshar self-assigned this Apr 28, 2023
@alexafshar alexafshar added the bug Something isn't working label Apr 28, 2023
@alexafshar alexafshar moved this from To do to In progress in config-assessment-tool Apr 28, 2023
@alexafshar alexafshar moved this from In progress to In Master in config-assessment-tool Apr 28, 2023
@alexafshar alexafshar moved this from In Master to Relased in config-assessment-tool Apr 28, 2023
@alexafshar
Copy link
Collaborator

fixed in v1.5.9.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants