Lars Kiesow
Lars Kiesow
@isodude made me think of a workaround. You can just patch the result of `getVersion` in the wrapper script: ```diff -gopass-jsonapi listen +gopass-jsonapi listen | sed 's_version":"0.0.0","major":0,"minor":0,"patch":0_version":"1.8.5","major":1,"minor":8,"patch":5_' ``` But looking...
The internal server error is likely caused by: https://github.com/opencast/opencast/issues/2276
This looks good. Can you fix the merge conflict?
This can still be used in the old admin interface. Did you maybe confuse this with the old ping back URL that was configured in the `config.properties` in “the good...
Opencast runs the process and attaches itself to `stdout` but never actually consumes the output. If there is enough output (e.g. long media file), this can cause the internal buffer...
No. Because Martin already did: #5270
Since one of these has a question mark and my name is attached to this, let me try to clarify my ideas around implementing this. > Possible implementation > -...
Some additional discussions (in German): https://docs.google.com/document/d/1rlo82MNKJKGDG0sBjjcCDnjjZrhRwKnPkabGFt1a_Rc/edit
> Gah. It didn't occur to me to test deleting the series without removing the recordings - I always went the other way 'round. I'm surprised this is allowed. I...
`Search` is missing from the REST docs: > `POST /rebuild/{service}` > `service`: The service to recreate index from. The available services are: Themes, Series, Scheduler, AssetManager, Comments and Workflow. The...