Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Buildmaster - API Bug?
-
When trying to perform a GET on Buildmaster (latest version) http://localhost:8622/api/releases?key=test, you receive an error stating"Object reference not set to an instance of an object."
Steps to reproduce:
- Create a new API key.
- Try a GET request against /api/releases with the key specified (as per https://docs.inedo.com/docs/buildmaster-reference-api-release-and-build)
Expected response: A list of releases
Actual response: Object reference not set to an instance of an object
-
@Jon I answered this in another thread, but
The error for "/api/releases" should be logged under Admin > Diagnostic Center; it's likely related to an unexpected/missing data in the application; you can narrow it down by specifying application id or something
If you can find what the error is, we can work to id/fix it!