When using the Webservices - REST VBO to call my restfull API, I get the following error message:
Internal : Could not execute code stage because exception thrown by code stage: Object reference not set to an instance of an object.
I have imported the following VBO's into BP before running my process:
Utility - HTTP
Utility - JSON
Webservices - OAuth2.0
Webservices - REST
The process basically makes a Get request to Github's API (just for testing purposes -
https://api.github.com/users/jesperbruunhansen) as it does not require any authentication etc.
When stepping through the process I notice the error occurs at the HTTP Request code-block in the Utility - HTTP VBO.
Does anyone know why this error occurs and what might be the fix to it?
Best regards,
Jesper Bruun