psistorm
psistorm
I also had this issue but it resolved when I removed the `@EnableGlobalMethodSecurity(securedEnabled = true)` annotation I was using. As soon as I add the flag `proxyTargetClass = true` it...
The complete error message is ``` Fatal error: Uncaught Fhp\Protocol\ServerException: FinTS errors: 9050 (global): Die Nachricht enthält Fehler. 9800 (global): Dialog abgebrochen 9120 (global): Die Nachricht hat nicht die erwartete...
What does "thispc" do? Some more information would be useful in the Pull-Request.
We had this problem just today. This is still an issue and totally unexpected behavior. I have to strengthen the position of @diego-santacruz . It's totally unexpected behavior to need...
Didn't work for me. I tried different combinations in abfall_io.py und awb_es.py `HEADERS = {"user-agent": "Mozilla/5.0"}` `HEADERS = {"user-agent": "Mozilla/5.0","Referer": "https://www.awb-es.de/"}` I tried also copying the User-Agent from my Browser...
> And yes you have to restart home assistant so the changed python code is compiled. The restart did it for me now as well and `HEADERS = {"user-agent": "Mozilla/5.0","Referer":...