Jost Muxfeldt

Results 9 comments of Jost Muxfeldt

The connection _does_ work using Open-Fin-TS-JS-Client, so there seems to be some new incompatibility with the python library.

I have also been able to authenticate using a php fints library, so something must have happened to the DiBa's api, which python-fints can no longer handle

> For me ING-DiBa still works. I've current (3.0.1) version of this library. Thanks for the feedback. I didn't change anything in my script, so this is all a bit...

@michaelgruenewald Thanks so much. That fixed it. I had actually done a lot of googling myself, and I also get a regular update of the fints address list, since I...

"But: in "Bankenliste" distributed by ZKA there is the still the old URL". Exactly.

I'm getting the same issue under Big Sur, Drupal 8 or 9, or just the console.phar outside a project. I also tried the bin in the vendor dir. I can...

@mbabker Yes, that is true. I should use the interface. But the real problem here is the 'debug.' prefix to the workflow key, caused by WorkflowDebugPass.php. My current workaround is...

@javaDeveloperKid Yes, I agree. I think there is nothing gained by adding the debug prefix. I also think that prefixing with the workflow type is doing things the wrong way...

As of 6.4, ````bash php bin/console debug:autowiring workflow ```` Adds extra aliases. two for every workflow. e.g. ````bash Symfony\Component\Workflow\WorkflowInterface $membershipApplication - target:membership_application - alias:state_machine.membership_application Symfony\Component\Workflow\WorkflowInterface $membershipApplicationStateMachine - target:membership_application.state_machine - alias:state_machine.membership_application...