-
Notifications
You must be signed in to change notification settings - Fork 36
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
list index out of range #30
Comments
Just encountered this again at a different client assessment. |
Hey @Zamanry, sorry for the late reply on this one. This is due to Test Case attributes (sources, targets, tools, controls, and tags) referencing objects that have been deleted from the Mongo Database. This should no longer occur if you pull the latest commit of PurpleOps. However, please try the following steps if this occurs again.
|
Thank you, giving this a shot momentarily. We are using the latest commit. Assuming you're referencing the latest commit on your internal branch? I saw somewhere else you mentioned an upcoming release. Excited! |
So I successfully connected to the Docker container MongoDB via MongoDB Shell and ran the script. I got a response of Same error even upon 1. PurpleOps shutdown, 2. MongoDB shutdown, 3. MongoDB start, 4. PurpleOps start. My error is occurring on the second assessment within PurpleOps, not the first, in case that matters. Appreciate the help! |
I accidently typo-ed the db name UGH. Incorrect: |
Hello! I have two assessments within PurpleOps. Exporting the first assessment is fine. The second assessment export attempts results in a "internal server error" appearing on Google Chrome:
Using
docker container attach purpleops
yielded this output:I've tried 1. removing any odd special characters in the applicable fields, 2. removing/adding roles/permissions, 3. using the admin account. The VM I'm using to view PurpleOps' GUI has no endpoint controls that could be stopping it. I am running the PurpleOps server locally. So network controls don't apply either.
I am currently on-site with a client. Any quick assistance would be much appreciated! Happy to help troubleshoot!
The text was updated successfully, but these errors were encountered: