-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Bug: The /galaxy_clusters/index/{galaxyId} API call does not work #10062
Comments
Can confirm this behaviour on version 2.4.200 with PyMISP 2.5.2. |
Please consider this issue urgent because it is blocking our integration between MISP and Crowdstrike (MISP Tools Manual Import): https://github.com/CrowdStrike/MISP-tools/ Please let us know. |
Any progress on this? Thanks |
Just to rule out some issues that may have gone wrong:
|
Hi @iglocska,
Thanks! |
Just to clarify, this was not an issue on v2.4.199, but happened after upgrading to v2.4.200. |
Interesting, sadly my theory was wrong. |
From our side, this was not an issue on v2.5.1, but happened after upgrading to v2.5.2. |
hmm, I am testing it on v2.4.200 and I can't seem to be able to reproduce it so far. Just wondering, do you also have the issue if you navigate to |
That works fine and returns the expected clusters. |
Actual behavior
Instead, when executing a call successfully, it returns "500 An Internal Error Has Occured" and the JSON response is:
{"name":"An Internal Error Has Occurred.","message":"An Internal Error Has Occurred.","url":"/galaxy_clusters/index/3"}
Expected behavior
When executing a call successfully, it should return "200 Get galaxy clusters response" and the JSON response should be:
{ "GalaxyCluster": { ... } }
Steps to reproduce
Tried executing a GET to /galaxy_clusters/index/3 using the PyMISP - Python library using the MISP Rest API client.
Please note, we do not have this issue with MISP 2.5.1, but only with MISP 2.5.2.
Reference:
https://www.misp-project.org/openapi/#tag/Galaxy-Clusters/operation/getGalaxyClusters
Version
2.5.2
Operating System
Ubuntu
Operating System version
24.04
PHP version
8.2
Browser
No response
Browser version
No response
Relevant log output
Extra attachments
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: