Search found 5 matches

by martijn
Wed Jan 29, 2025 10:36
Forum: Problems? Bugs? Solutions!
Topic: Webserver commands only works ONCE?
Replies: 3
Views: 4591

Re: Webserver commands only works ONCE?

If you don't send an empty body with the request (so you send neither a true or false), it is internally interpreted as if you sent two requests, one with true and one with false immediately after it.
by martijn
Wed Nov 20, 2024 16:58
Forum: Problems? Bugs? Solutions!
Topic: Problems with API: Text parameter of Text Animator
Replies: 6
Views: 6894

Re: Problems with API: Text parameter of Text Animator

I was able to reproduce this, but only if I use the Windows Command Prompt. It seems that it thinks some of the double quotes inside the JSON is the end of the input.

The easiest solution is to use another shell, but if you must use Windows Command Prompt, you can instead do it like this:

curl -X ...
by martijn
Tue Oct 31, 2023 13:19
Forum: Problems? Bugs? Solutions!
Topic: Problems with API: Text parameter of Text Animator
Replies: 6
Views: 6894

Re: Problems with API: Text parameter of Text Animator

Right, this is definitely a bug! The example from the Swagger UI should absolutely work, so I'll look into fixing this. In the meanwhile, the request works when you omit the "value" from the object, so instead of doing this:

curl -X PUT http://localhost:8080/api/v1/composition/layers/2/clips/5 -d ...
by martijn
Fri Sep 08, 2023 08:08
Forum: Problems? Bugs? Solutions!
Topic: Webserver commands only works ONCE?
Replies: 3
Views: 4591

Re: Webserver commands only works ONCE?

Hey Hakol,

I think I know what's going wrong. If you look at the documentation for the connect call you will see that the input you give it is interpreted as whether the mouse button is pressed on the column.

Since you didn't mention it, I think you are not also sending a request with "false" as ...
by martijn
Fri Dec 31, 2021 22:04
Forum: General Chat
Topic: Wow new Resolume 7.8 rest API
Replies: 1
Views: 4868

Re: Wow new Resolume 7.8 rest API

Thanks! We're glad you like it.

The example was made using React JS. You can view the full source of the examples at https://gitlab.resolume.com/public-resolume