Lukas Staab
Lukas Staab
Have you had a look into `Samples/statementOfAccount.php`? You will need way more User Interaction for TAN Cases than you showed here. Your provided code will only work if there is...
I am not sure right now. Seems either like a bank issue or a wrong api call. Maybe @Philipp91 or @nemiah has an idea.
I am a bit confused. CI says there was a fix, but on my machine `php81 composer.phar cs-fix` does not result in a comittable change (skipping all, also with deleted...
local: ``` sh csfixer-check.sh Variable TRAVIS_COMMIT_RANGE not set, falling back to full git diff PHP CS Fixer 3.6.0 Roe Deer by Fabien Potencier and Dariusz Ruminski. PHP runtime: 8.1.8 Loaded...
I found the issue. `composer.lock` is not committed. It is even in the .gitignore Usually it is commited see here why: (first google results) https://stackoverflow.com/a/12896850/4609612 https://www.codementor.io/@decodeweb/importance-of-composer-lock-in-git-14v9ujxn9z#why-should-we-commit-composerlock-as-well Is there a reason...
> Try `composer install` first to make sure you have the same version as Travis. For me it produces a bunch of diffs. I That is because there is no...
> As far as we can see, Travis CI yields some false positives. Correct me if I'm wrong. I dont think so. I encountered this issue before. Because this repo...
I have the same issue as the original author. I can curl elasticsearch instance and index, but NC Test does not work. With the 25 Fulltext Search / ES-Plugin on...
I tried again and got a working workaround. I got it running with the following versions: Full text search - Elasticsearch Platform 25.0.0 (downgraded) Full text search 26.0.0 Full text...
this could be the underling error: https://github.com/nextcloud/fulltextsearch_elasticsearch/issues/256 @Happyfeet01 are you mayben not using basic auth with your docker setup? i did before i downgraded (also did not use docker)