Skip to content
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

Resource cannot be found #4

Open
Jchuchla opened this issue Jul 12, 2021 · 0 comments
Open

Resource cannot be found #4

Jchuchla opened this issue Jul 12, 2021 · 0 comments

Comments

@Jchuchla
Copy link

I'm working on an integration to manually start and stop live events in cablecast via a Crestron control system. I'm trying to use the forceevents api. Whenever I do a post to that endpoint, I get the response below. I've got the media type header set to text/json. I'm also pretty sure I have the auth set up properly because I'm able to to do get requests for devices and outputs.

The json i'm sending is:
{
"forceEvents": [
"switchEvent": {
"device": 4,
"output": 1
}
]
}

And the response is:

Server Error in '/CablecastAPI' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

Requested URL: /cablecastapi/v1/forceevents

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant