-
How should these be to use the localhost CE?
https://github.com/trompamusic/ce-poc-algorithm/blob/9b009721e5034452ff33a4ba4f66b00e8002fd12/docker-compose.yml#L13
https://github.com/trompamusic/c…
-
If the host contains /, for exampe
trompa-mtg.upf.edu/ce
then
https://github.com/trompamusic/trompa-ce-client/blob/7162a2fb622d2fd364b2aa2a99fc3077e1d52ec7/trompace/config.py#L91
it tries to …
-
As discussed with @alastair, model TROMPA Web Annotations as Things (as well as Annotations), probably using additionalType, so that we can store them within ItemLists
-
I create a `Person` (composer) and `MusicComposition` (work), joined with `AddCreativeWorkInterfaceLegalPerson` field: author, and then a `DigitalDocument` (score), joined to the work with `AddThingIn…
-
For the choir use case, the most common case will be to retrieve the score and synthetic audios for a piece.
The [query below](https://api-test.trompamusic.eu/?query=query%20%7B%0A%20%20MusicCompo…
-
controlaction.py line 49 --> lowcase force on action status. Why? it should be one of (low case sensitive):
ActiveActionStatus
CompletedActionStatus
FailedActionStatus
PotentialActionStatus
-
Trying this:
ws_host = "wss://trompa-mtg.upf.edu/ce/graphql" // this what returned by the trompace.config
async with websockets.connect(ws_host, subprotocols=['graphql-ws']) as w…
-
It seems that mutation_add_controlaction_property() must be updated according to the new schema.
trompace.exceptions.QueryException: Query error
1. Cannot query field "AddActionInterfaceThingInte…
-
I get the following error:
File "/home/aggelos/PycharmProjects/processing_library/application.py", line 113, in register
resp = trompace.connection.submit_query(qry)
File "/home/aggelos/e…
-
How is it possible to use the client for other than default local CE?