Dan

Results 8 comments of Dan

I checked an billing is enabled for the project. Next step I guess is to start with `node --inspect` and step through the code.

I have started a repo at https://github.com/matueranet/genie-ai that aims to do exactly this. There is nothing to see yet, but it will wrap sonus for stt and provide wrappers for...

It will be an autonomous module of a larger project. More details here: https://github.com/matueranet/genie-docs

Looking at the thrown error `PHP Fatal error: Uncaught exception 'JsonRPC\Exception\InvalidJsonFormatException' with message 'Malformed payload' in /home/rca/kanboard-import-trello/vendor/fguillot/json-rpc/src/JsonRPC/ValidatorJsonFormatValidator.php:26 ` it looks to me that the JSON returned by the server you...

Looking at the first entry of the stacktrace, the response to the request seems to be NULL: `#0 /tmp/kanboard-import-trello/vendor/fguillot/json-rpc/src/JsonRPC/Response/ResponseParser.php(86): JsonRPC\Validator\JsonFormatValidator::validate(NULL)` As I have not implemented the JsonRPC library I do...

Hi! Thanks for your issue report. I no longer use kanboard myself. I used the import once to migrate from Trello and moved on since. If anyone is willing to...

@vralfy There does not seem to be a version available yet for 8.1 in the plugin center, did you get around to uploading it?

I eventually found the cause for my problems, they were unrelated to Gitlab. I use the onpremise setup via _docker-compose_ to start the environment. I symlinked the configured files, so...