Module binding error #118
Replies: 1 comment
-
|
Never mind, found the issue! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi again Barny,
I recently tried to work on implementing module creation and binding artifacts to that module in my code. However it seems to have stopped working for some reason. I guess it has something to do with my company changing our DOORS structure, since I'm not allowed to send text/json content, which I never got as an error before. So trying to bind artifacts as in the simple_modulestructure file doesn't really work, as from my understanding that's how it's done there? Is there an alternative way to do this? Here is the error message: Created Module 'RS_EMCA — View' at https://clm03.../rm/resources/MD_jINi0b4qEfCXN-LE6XGOVQ
Exception on executing request. URL: https://clm03.../rm/resources/MD_jINi0b4qEfCXN-LE6XGOVQ/structure, 400, {
"detailedMessage": "[TID: AFBDD4F4] Unsupported Content Type: text/json",
"errorMessage": "Bad Request",
"errorStatus": "400"
}
Module/binding step skipped due to error: 400 Client Error: Bad Request for url: https://clm03.../rm/resources/MD_jINi0b4qEfCXN-LE6XGOVQ/structure
Beta Was this translation helpful? Give feedback.
All reactions